From 5307c332329d6a1f3eec240b66a4f11905889f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 27 Aug 2015 21:48:47 +0600 Subject: [foxnews] Clarify IE_DESC --- youtube_dl/extractor/foxnews.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube_dl/extractor/foxnews.py') diff --git a/youtube_dl/extractor/foxnews.py b/youtube_dl/extractor/foxnews.py index 244c75f..3a4a591 100644 --- 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?://(?Pvideo\.fox(?:news|business)\.com)/v/(?:video-embed\.html\?video_id=)?(?P\d+)' _TESTS = [ { -- cgit v1.1