From 2a4c631fee6d013edebae8ae609d8d5a2b3925fe Mon Sep 17 00:00:00 2001 From: TRox1972 Date: Thu, 26 May 2016 20:23:32 +0200 Subject: [PATCH] [GodTV] Fix extraction --- youtube_dl/extractor/godtv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/godtv.py b/youtube_dl/extractor/godtv.py index f5dc757ed..a57b17b03 100644 --- a/youtube_dl/extractor/godtv.py +++ b/youtube_dl/extractor/godtv.py @@ -7,7 +7,7 @@ from .ooyala import OoyalaIE class GodTVIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)?god\.tv(?:/[a-z0-9-]+)+/(?P)' + _VALID_URL = r'https?://(?:www\.)?god\.tv(?:/[a-z0-9-]+)+/(?P[a-z0-9-]+)' _TEST = { 'url': 'http://god.tv/jesus-image/video/jesus-conference-2016/randy-needham', 'info_dict': {