mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 22:03:55 -07:00
Update youtube_dl/extractor/mujrozhlas.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
f935e0585b
commit
5fd5b4737f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue