[francetv] Fix typo

master-ytdl-org
Sergey M․ 6 years ago
parent 59b5e7b280
commit 49702e3669
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -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):

Loading…
Cancel
Save