mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-11 08:45:35 +08:00
Merge branch 'master' into BlenderCloud-issue-13282
This commit is contained in:
commit
d1fedb6ddc
@ -65,7 +65,7 @@ class PolskieRadioIE(InfoExtractor):
|
|||||||
webpage = self._download_webpage(url, playlist_id)
|
webpage = self._download_webpage(url, playlist_id)
|
||||||
|
|
||||||
content = self._search_regex(
|
content = self._search_regex(
|
||||||
r'(?s)<div[^>]+class="audio atarticle"[^>]*>(.+?)<script>',
|
r'(?s)<div[^>]+class="\s*this-article\s*"[^>]*>(.+?)<div[^>]+class="tags"[^>]*>',
|
||||||
webpage, 'content')
|
webpage, 'content')
|
||||||
|
|
||||||
timestamp = unified_timestamp(self._html_search_regex(
|
timestamp = unified_timestamp(self._html_search_regex(
|
||||||
|
Loading…
Reference in New Issue
Block a user