[tdslifeway] Use the new Brightcove API

Thanks for @remitamine's suggestion.
This commit is contained in:
Yen Chi Hsuan 2016-04-15 04:28:54 +08:00
parent f2159c9815
commit 56f1750049
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
2 changed files with 15 additions and 32 deletions

View file

@ -17,11 +17,17 @@ class MinistryGridIE(InfoExtractor):
'id': '3453494717001',
'ext': 'mp4',
'title': 'The Gospel by Numbers',
'thumbnail': 're:^https?://.*\.jpg',
'upload_date': '20140410',
'description': 'Coming soon from T4G 2014!',
'uploader_id': '2034960640001',
'timestamp': 1397145591,
},
'params': {
# m3u8 download
'skip_download': True,
},
'add_ie': ['TDSLifeway'],
}
def _real_extract(self, url):