Browse Source

[francetv] Fix typo

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
49702e3669
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      youtube_dl/extractor/francetv.py

+ 4
- 4
youtube_dl/extractor/francetv.py View File

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