Adding TODO note to remind me that I should look out for parameter checking that relies on None identity and not boolean
This commit is contained in:
parent
bee263ad72
commit
452bce55a5
@ -16,6 +16,8 @@ from .utils import *
|
|||||||
from .extractor import get_info_extractor, gen_extractors
|
from .extractor import get_info_extractor, gen_extractors
|
||||||
from .FileDownloader import FileDownloader
|
from .FileDownloader import FileDownloader
|
||||||
|
|
||||||
|
#TODO: Check for parameters that eval None identity, docopt defaults to False
|
||||||
|
|
||||||
|
|
||||||
class YoutubeDL(object):
|
class YoutubeDL(object):
|
||||||
"""YoutubeDL class.
|
"""YoutubeDL class.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user