diff options
Diffstat (limited to 'youtube_dl/extractor/infoq.py')
-rw-r--r-- | youtube_dl/extractor/infoq.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/infoq.py b/youtube_dl/extractor/infoq.py index 9a13c52a8..c79c589c7 100644 --- a/youtube_dl/extractor/infoq.py +++ b/youtube_dl/extractor/infoq.py @@ -20,7 +20,7 @@ class InfoQIE(InfoExtractor): u"title": u"A Few of My Favorite [Python] Things" }, u"params": { - u"skip_download": true + u"skip_download": True } } |