aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/foxnews.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-27 21:48:47 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-27 21:48:47 +0600
commit5307c332329d6a1f3eec240b66a4f11905889f23 (patch)
tree38354a328bdcdfd40745000176649ea19e0e9b7a /youtube_dl/extractor/foxnews.py
parent1b660cce120c733f2bb195ef1cfe2ff2421b439f (diff)
downloadyoutube-dl-5307c332329d6a1f3eec240b66a4f11905889f23.zip
youtube-dl-5307c332329d6a1f3eec240b66a4f11905889f23.tar.gz
youtube-dl-5307c332329d6a1f3eec240b66a4f11905889f23.tar.bz2
[foxnews] Clarify IE_DESC
Diffstat (limited to 'youtube_dl/extractor/foxnews.py')
-rw-r--r--youtube_dl/extractor/foxnews.py1
1 files changed, 1 insertions, 0 deletions
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?://(?P<host>video\.fox(?:news|business)\.com)/v/(?:video-embed\.html\?video_id=)?(?P<id>\d+)'
_TESTS = [
{