logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 5307c332329d6a1f3eec240b66a4f11905889f23
parent 1b660cce120c733f2bb195ef1cfe2ff2421b439f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 27 Aug 2015 21:48:47 +0600

[foxnews] Clarify IE_DESC

Diffstat:

Myoutube_dl/extractor/foxnews.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/foxnews.py b/youtube_dl/extractor/foxnews.py @@ -10,6 +10,7 @@ from ..utils import ( class FoxNewsIE(InfoExtractor): + IE_DESC = 'Fox News and Fox Business Video' _VALID_URL = r'https?://(?P<host>video\.fox(?:news|business)\.com)/v/(?:video-embed\.html\?video_id=)?(?P<id>\d+)' _TESTS = [ {