about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-06-09 21:33:51 +0700
committerSergey M․ <dstftw@gmail.com>2016-06-09 21:33:51 +0700
commit416878f41f3b33cf1b10b0b30093dcd7a90bdbfd (patch)
tree4b82fe2b7fd63bacef32b14f61f6c7c041057078
parentc0fed3bda50f77d063f3817cfbc3d8b81c18afa6 (diff)
downloadyoutube-dl-416878f41f3b33cf1b10b0b30093dcd7a90bdbfd.tar.gz
youtube-dl-416878f41f3b33cf1b10b0b30093dcd7a90bdbfd.tar.xz
youtube-dl-416878f41f3b33cf1b10b0b30093dcd7a90bdbfd.zip
[godtv] Add more tests
-rw-r--r--youtube_dl/extractor/godtv.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/youtube_dl/extractor/godtv.py b/youtube_dl/extractor/godtv.py
index 78d638cf0..7deca00aa 100644
--- a/youtube_dl/extractor/godtv.py
+++ b/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):