From 49702e366923798ba31436b52874555be0063cec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Mon, 12 Feb 2018 00:25:42 +0700 Subject: [PATCH] [francetv] Fix typo --- youtube_dl/extractor/francetv.py | 8 ++++---- 1 file 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 @@ -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): -- 2.30.2