mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[godtv] Relax _VALID_URL
This commit is contained in:
parent
416878f41f
commit
b0aebe702c
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
class GodTVIE(InfoExtractor):
|
class GodTVIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?god\.tv(?:/[^/]+)+/(?P<id>[^/?#&]+)'
|
_VALID_URL = r'https?://(?:www\.)?god\.tv(?:/[^/]+)*/(?P<id>[^/?#&]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'http://god.tv/jesus-image/video/jesus-conference-2016/randy-needham',
|
'url': 'http://god.tv/jesus-image/video/jesus-conference-2016/randy-needham',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
@ -30,6 +30,9 @@ class GodTVIE(InfoExtractor):
|
|||||||
}, {
|
}, {
|
||||||
'url': 'http://god.tv/live/africa',
|
'url': 'http://god.tv/live/africa',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
}, {
|
||||||
|
'url': 'http://god.tv/liveevents',
|
||||||
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user