mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-04 00:52:54 +08:00
[GodTV] Fix extraction
This commit is contained in:
parent
fc93b584d4
commit
2a4c631fee
@ -7,7 +7,7 @@ from .ooyala import OoyalaIE
|
||||
|
||||
|
||||
class GodTVIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?god\.tv(?:/[a-z0-9-]+)+/(?P<display_id>)'
|
||||
_VALID_URL = r'https?://(?:www\.)?god\.tv(?:/[a-z0-9-]+)+/(?P<display_id>[a-z0-9-]+)'
|
||||
_TEST = {
|
||||
'url': 'http://god.tv/jesus-image/video/jesus-conference-2016/randy-needham',
|
||||
'info_dict': {
|
||||
|
Loading…
Reference in New Issue
Block a user