]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/polskieradio.py
New upstream version 2017.09.24
[youtubedl] / youtube_dl / extractor / polskieradio.py
index 2ac1fcb0bc90f500696ca0dc29db9f4c911f0d27..978d6f813b6d0a88aafb707aba40de092c926a44 100644 (file)
@@ -65,7 +65,7 @@ class PolskieRadioIE(InfoExtractor):
         webpage = self._download_webpage(url, playlist_id)
 
         content = self._search_regex(
-            r'(?s)<div[^>]+class="audio atarticle"[^>]*>(.+?)<script>',
+            r'(?s)<div[^>]+class="\s*this-article\s*"[^>]*>(.+?)<div[^>]+class="tags"[^>]*>',
             webpage, 'content')
 
         timestamp = unified_timestamp(self._html_search_regex(