mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-10 10:53:46 +00:00
fix space
This commit is contained in:
parent
0d5ccd2ca4
commit
d84c39b6c7
@ -448,7 +448,7 @@ class AbemaTVTitleIE(AbemaTVBaseIE):
|
||||
}]
|
||||
|
||||
def _fetch_page(self, playlist_id, series_version, season_id, page):
|
||||
query={
|
||||
query = {
|
||||
'seriesVersion': series_version,
|
||||
'offset': str(page * self._PAGE_SIZE),
|
||||
'order': 'seq',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user