|
@ -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'], |
|
|
}, |
|
|
}, |
|
|
] |
|
|
] |
|
|