1
0
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:
SavinaRoja 2013-10-06 00:41:25 -04:00
parent bee263ad72
commit 452bce55a5

View File

@ -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.