1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-04 03:43:20 +08:00

[GodTV] Fix extraction

This commit is contained in:
TRox1972 2016-05-26 20:23:32 +02:00
parent fc93b584d4
commit 2a4c631fee

View File

@ -7,7 +7,7 @@ from .ooyala import OoyalaIE
class GodTVIE(InfoExtractor): 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 = { _TEST = {
'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': {