projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b5e7b
)
[francetv] Fix typo
author
Sergey M․
<dstftw@gmail.com>
Sun, 11 Feb 2018 17:25:42 +0000
(
00:25
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 11 Feb 2018 17:25:42 +0000
(
00:25
+0700)
youtube_dl/extractor/francetv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/francetv.py
b/youtube_dl/extractor/francetv.py
index 6d768a89aea6a291bb2fab96e362106e1c3bd2e3..c02cd03de1c59452ac1ff2432f9e5ea54134e7de 100644
(file)
--- a/
youtube_dl/extractor/francetv.py
+++ b/
youtube_dl/extractor/francetv.py
@@
-78,10
+78,6
@@
class FranceTVIE(InfoExtractor):
}, {
'url': 'francetv:NI_657393@Regions',
'only_matching': True,
- }, {
- # france-3 live
- 'url': 'https://www.france.tv/france-3/direct.html',
- 'only_matching': True,
}, {
# france-3 live
'url': 'francetv:SIM_France3',
@@
-262,6
+258,10
@@
class FranceTVSiteIE(FranceTVBaseInfoExtractor):
}, {
'url': 'https://www.france.tv/142749-rouge-sang.html',
'only_matching': True,
+ }, {
+ # france-3 live
+ 'url': 'https://www.france.tv/france-3/direct.html',
+ 'only_matching': True,
}]
def _real_extract(self, url):