mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
checked and corrected according to flake8
This commit is contained in:
parent
fc31de2581
commit
3a11950cd7
@ -168,8 +168,6 @@ class RadioJavanIE(InfoExtractor):
|
||||
return url
|
||||
|
||||
def get_playlist_urls(self, url, content_id):
|
||||
webpage = self._download_webpage("https://www.radiojavan.com/mp3s/playlist_start?id=" + content_id, content_id)
|
||||
title = self._og_search_title(webpage)
|
||||
infopage = self._download_webpage("https://www.radiojavan.com/mp3s/playlist_start?id=" + content_id, content_id)
|
||||
urls = []
|
||||
mp3s = str(self._search_regex(
|
||||
|
Loading…
Reference in New Issue
Block a user