diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-06-27 20:32:02 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-06-27 20:32:02 +0200 |
commit | ddbd9035764678fbd698a8e5358a8cfbdfe0dfe9 (patch) | |
tree | a0ef6f8936861fbf1a65f0853ae92ba1532fcd84 /youtube_dl/extractor/infoq.py | |
parent | 0c56a3f773f416aeeb143db5b0ab36701c6c8e64 (diff) |
Tests: Add coding to files
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 } } |