From: Sergey M․ Date: Sun, 11 Feb 2018 17:25:42 +0000 (+0700) Subject: [francetv] Fix typo X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=49702e366923798ba31436b52874555be0063cec [francetv] Fix typo --- 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):