mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-11 21:32:52 +08:00
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 .FileDownloader import FileDownloader
|
||||
|
||||
#TODO: Check for parameters that eval None identity, docopt defaults to False
|
||||
|
||||
|
||||
class YoutubeDL(object):
|
||||
"""YoutubeDL class.
|
||||
|
Loading…
Reference in New Issue
Block a user