youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit b230fefc3c436b4d3ff278a11552b8a964b7056e
parent 96a2daa1ee5de9ddff5d0180fccb8376725de60c
Author: Jakub Adam Wieczorek <ja.wieczorek@student.uw.edu.pl>
Date:   Thu, 15 Jun 2017 23:57:56 +0200

[polskieradio] Fix extraction


Diffstat:
Myoutube_dl/extractor/polskieradio.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/polskieradio.py b/youtube_dl/extractor/polskieradio.py @@ -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(