aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-02-12 00:25:42 +0700
committerSergey M․ <dstftw@gmail.com>2018-02-12 00:25:42 +0700
commit49702e366923798ba31436b52874555be0063cec (patch)
tree36e9bd0bd0b5aed51ec7eb2f8219e74d6d918fb3
parent59b5e7b2800c570fa66a9a1edbc9949565f6a5f9 (diff)
downloadyoutube-dl-49702e366923798ba31436b52874555be0063cec.tar.xz
[francetv] Fix typo
-rw-r--r--youtube_dl/extractor/francetv.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/youtube_dl/extractor/francetv.py b/youtube_dl/extractor/francetv.py
index 6d768a89a..c02cd03de 100644
--- a/youtube_dl/extractor/francetv.py
+++ b/youtube_dl/extractor/francetv.py
@@ -80,10 +80,6 @@ class FranceTVIE(InfoExtractor):
'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',
'only_matching': True,
}]
@@ -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):