mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-27 14:43:01 +08:00
[franceculture] improve 4 perhaps the end
This commit is contained in:
parent
d42ddf51c4
commit
bd2ce4bd2d
@ -75,7 +75,7 @@ class FranceCultureIE(InfoExtractor):
|
||||
|
||||
def _real_extract(self, url):
|
||||
video_id = self._match_id(url)
|
||||
return self._extract_infos_from_player(url, video_id)
|
||||
return self._extract_from_player(url, video_id)
|
||||
|
||||
|
||||
class FranceCultureEmissionIE(FranceCultureIE):
|
||||
|
Loading…
Reference in New Issue
Block a user