[foxnews] Clarify IE_DESC
authorSergey M․ <dstftw@gmail.com>
Thu, 27 Aug 2015 15:48:47 +0000 (21:48 +0600)
committerSergey M․ <dstftw@gmail.com>
Thu, 27 Aug 2015 15:48:47 +0000 (21:48 +0600)
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 = [
         {