mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-03 18:10:10 +09:00
Update youtube_dl/extractor/mujrozhlas.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
f935e0585b
commit
5fd5b4737f
@ -38,7 +38,7 @@ class MujRozhlasIE(InfoExtractor):
|
|||||||
|
|
||||||
webpage = self._download_webpage(url, audio_id)
|
webpage = self._download_webpage(url, audio_id)
|
||||||
|
|
||||||
content_id = self._html_search_regex(r'\"contentId\":\"(.+?)\"', webpage, 'content_id')
|
content_id = self._html_search_regex(r'"contentId":"(.+?)"', webpage, 'content_id')
|
||||||
content_url = 'https://api.mujrozhlas.cz/episodes/' + content_id
|
content_url = 'https://api.mujrozhlas.cz/episodes/' + content_id
|
||||||
|
|
||||||
content = self._download_json(content_url, content_id)
|
content = self._download_json(content_url, content_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user