mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-17 06:09:46 +00:00
fix comma
This commit is contained in:
parent
75afa594a8
commit
0d5ccd2ca4
@ -459,7 +459,7 @@ class AbemaTVTitleIE(AbemaTVBaseIE):
|
|||||||
programs = self._call_api(
|
programs = self._call_api(
|
||||||
f'v1/video/series/{playlist_id}/programs', playlist_id,
|
f'v1/video/series/{playlist_id}/programs', playlist_id,
|
||||||
note=f'Downloading page {page + 1}',
|
note=f'Downloading page {page + 1}',
|
||||||
query=query
|
query=query,
|
||||||
)
|
)
|
||||||
yield from (
|
yield from (
|
||||||
self.url_result(f'https://abema.tv/video/episode/{x}')
|
self.url_result(f'https://abema.tv/video/episode/{x}')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user