logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 49702e366923798ba31436b52874555be0063cec
parent 59b5e7b2800c570fa66a9a1edbc9949565f6a5f9
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 12 Feb 2018 00:25:42 +0700

[francetv] Fix typo

Diffstat:

Myoutube_dl/extractor/francetv.py8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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):