1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 08:25:35 +08:00

Create polskieradio.py

This commit is contained in:
Sergey M 2017-06-16 04:57:34 +07:00 committed by GitHub
parent 514aec1384
commit f2b70effbe

View File

@ -65,7 +65,7 @@ class PolskieRadioIE(InfoExtractor):
webpage = self._download_webpage(url, playlist_id)
content = self._search_regex(
r'(?s)<div[^>]+class="\s+this-article\s+"[^>]*>(.+?)<div class="tags">',
r'(?s)<div[^>]+class="\s*this-article\s*"[^>]*>(.+?)<div[^>]+class="tags"[^>]*>',
webpage, 'content')
timestamp = unified_timestamp(self._html_search_regex(