[godtv] Add more tests
authorSergey M․ <dstftw@gmail.com>
Thu, 9 Jun 2016 14:33:51 +0000 (21:33 +0700)
committerSergey M․ <dstftw@gmail.com>
Thu, 9 Jun 2016 14:33:51 +0000 (21:33 +0700)
youtube_dl/extractor/godtv.py

index 78d638cf07adb29f503753f69219730ff097c080..7deca00aaec4ec492e97863344144161897a2fd8 100644 (file)
@@ -24,6 +24,12 @@ class GodTVIE(InfoExtractor):
             'id': 'bible-study',
         },
         'playlist_mincount': 37,
+    }, {
+        'url': 'http://god.tv/node/15097',
+        'only_matching': True,
+    }, {
+        'url': 'http://god.tv/live/africa',
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):