diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-04-20 03:40:02 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-04-20 03:40:02 +0600 |
commit | 107701fcfced36af62465f4a56a0a9723f5253bf (patch) | |
tree | 4803381fb58eee35ae3aed23f332c924ab12eb89 /youtube_dl/extractor | |
parent | f77970765adb0ffe837706ef8eb041ea448c34b3 (diff) |
[people] Remove bogus comment
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/people.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/people.py b/youtube_dl/extractor/people.py index f25459045..9ecdbc13b 100644 --- a/youtube_dl/extractor/people.py +++ b/youtube_dl/extractor/people.py @@ -21,7 +21,6 @@ class PeopleIE(InfoExtractor): 'uploader_id': '416418724', }, 'params': { - # m3u8 download 'skip_download': True, }, 'add_ie': ['BrightcoveNew'], |