[tdslifeway] Use the new Brightcove API
[youtube-dl] / youtube_dl / extractor / ministrygrid.py
index 00098987356ac08cece824c43eacb4347f141c60..e48eba3fa7343bbdf964be583a680affa5ad29fa 100644 (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):