浏览代码

[godtv] Add more tests

Sergey M․ 9 年之前
父节点
当前提交
416878f41f
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      youtube_dl/extractor/godtv.py

+ 6 - 0
youtube_dl/extractor/godtv.py

@@ -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):