mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-07-01 15:59:37 +00:00
Compare commits
No commits in common. "d84c39b6c7e6cf7b0cba41c1017d7546ccbce320" and "75afa594a83c0ba5afc019d5417df9a09f13a0d7" have entirely different histories.
d84c39b6c7
...
75afa594a8
@ -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