mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-28 09:52:54 +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):
|
def _real_extract(self, url):
|
||||||
video_id = self._match_id(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):
|
class FranceCultureEmissionIE(FranceCultureIE):
|
||||||
|
Loading…
Reference in New Issue
Block a user