mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-12-22 08:47:41 +00:00
[nationalgeographic] skip download for national geographic channel tests(closes #9991)
This commit is contained in:
parent
f138873900
commit
64436cb1a4
1 changed files with 8 additions and 0 deletions
|
@ -79,6 +79,10 @@ class NationalGeographicChannelIE(ThePlatformIE):
|
||||||
'upload_date': '20160322',
|
'upload_date': '20160322',
|
||||||
'uploader': 'NEWA-FNG-NGTV',
|
'uploader': 'NEWA-FNG-NGTV',
|
||||||
},
|
},
|
||||||
|
'params': {
|
||||||
|
# m3u8 download
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
'add_ie': ['ThePlatform'],
|
'add_ie': ['ThePlatform'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -93,6 +97,10 @@ class NationalGeographicChannelIE(ThePlatformIE):
|
||||||
'upload_date': '20160330',
|
'upload_date': '20160330',
|
||||||
'uploader': 'NEWA-FNG-NGTV',
|
'uploader': 'NEWA-FNG-NGTV',
|
||||||
},
|
},
|
||||||
|
'params': {
|
||||||
|
# m3u8 download
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
'add_ie': ['ThePlatform'],
|
'add_ie': ['ThePlatform'],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue