Sfoglia il codice sorgente

[foxnews] Clarify IE_DESC

Sergey M․ 10 anni fa
parent
commit
5307c33232
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      youtube_dl/extractor/foxnews.py

+ 1 - 0
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 = [
         {