mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 10:50:38 +00:00
[RadioFrance] Fix quote styling
This commit is contained in:
parent
e5e91ad05d
commit
dd74aa0bca
@ -281,10 +281,10 @@ class RadioFrancePlaylistBaseIE(RadioFranceBaseIE):
|
|||||||
'thumbnail': ('visual', 'src'),
|
'thumbnail': ('visual', 'src'),
|
||||||
}))
|
}))
|
||||||
|
|
||||||
if not content_response["next"]:
|
if not content_response['next']:
|
||||||
break
|
break
|
||||||
|
|
||||||
content_response = self._call_api(station, content_id, content_response["next"])
|
content_response = self._call_api(station, content_id, content_response['next'])
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
playlist_id = self._match_id(url)
|
playlist_id = self._match_id(url)
|
||||||
|
Loading…
Reference in New Issue
Block a user