Browse Source

[polskieradio] Fix extraction

master-ytdl-org
Jakub Adam Wieczorek 8 years ago
committed by Sergey M
parent
commit
b230fefc3c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/polskieradio.py

+ 1
- 1
youtube_dl/extractor/polskieradio.py View 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(


Loading…
Cancel
Save