projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b660cc
)
[foxnews] Clarify IE_DESC
author
Sergey M․
<dstftw@gmail.com>
Thu, 27 Aug 2015 15:48:47 +0000
(21:48 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 27 Aug 2015 15:48:47 +0000
(21:48 +0600)
youtube_dl/extractor/foxnews.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/foxnews.py
b/youtube_dl/extractor/foxnews.py
index 244c75f0b32dc52721a89ceda238f58c58d4e1f3..3a4a59135da5b8b813090fffaf3f7cb9477f3743 100644
(file)
--- 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 = [
{