projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f138873
)
[nationalgeographic] skip download for national geographic channel tests(closes ...
author
Remita Amine
<remitamine@gmail.com>
Sun, 3 Jul 2016 09:43:36 +0000
(10:43 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Sun, 3 Jul 2016 09:43:36 +0000
(10:43 +0100)
youtube_dl/extractor/nationalgeographic.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/nationalgeographic.py
b/youtube_dl/extractor/nationalgeographic.py
index ed76798aa6f85d4edaff439cad1cfed442e7f8f0..6eabd2278b68f06b18a5be2f1d89ba46629c7b26 100644
(file)
--- a/
youtube_dl/extractor/nationalgeographic.py
+++ b/
youtube_dl/extractor/nationalgeographic.py
@@
-79,6
+79,10
@@
class NationalGeographicChannelIE(ThePlatformIE):
'upload_date': '20160322',
'uploader': 'NEWA-FNG-NGTV',
},
+ 'params': {
+ # m3u8 download
+ 'skip_download': True,
+ },
'add_ie': ['ThePlatform'],
},
{
@@
-93,6
+97,10
@@
class NationalGeographicChannelIE(ThePlatformIE):
'upload_date': '20160330',
'uploader': 'NEWA-FNG-NGTV',
},
+ 'params': {
+ # m3u8 download
+ 'skip_download': True,
+ },
'add_ie': ['ThePlatform'],
},
]