[foxnews] Clarify IE_DESC
[youtube-dl] / youtube_dl / extractor / foxnews.py
index 244c75f0b32dc52721a89ceda238f58c58d4e1f3..3a4a59135da5b8b813090fffaf3f7cb9477f3743 100644 (file)
@@ -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 = [
         {