mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01:00
fix comma
This commit is contained in:
parent
75afa594a8
commit
0d5ccd2ca4
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ class AbemaTVTitleIE(AbemaTVBaseIE):
|
|||
programs = self._call_api(
|
||||
f'v1/video/series/{playlist_id}/programs', playlist_id,
|
||||
note=f'Downloading page {page + 1}',
|
||||
query=query
|
||||
query=query,
|
||||
)
|
||||
yield from (
|
||||
self.url_result(f'https://abema.tv/video/episode/{x}')
|
||||
|
|
Loading…
Reference in a new issue