Skip to content

Commit

Permalink
[francetv] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Feb 11, 2018
1 parent 59b5e7b commit 49702e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions youtube_dl/extractor/francetv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit 49702e3

Please sign in to comment.