mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-07 09:57:26 +00:00
[godtv] Add more tests
This commit is contained in:
parent
c0fed3bda5
commit
416878f41f
@ -24,6 +24,12 @@ class GodTVIE(InfoExtractor):
|
|||||||
'id': 'bible-study',
|
'id': 'bible-study',
|
||||||
},
|
},
|
||||||
'playlist_mincount': 37,
|
'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):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user