Sergey M․
6 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
4 additions and
4 deletions
-
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): |
|
|
|