mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01:00
fix space
This commit is contained in:
parent
0d5ccd2ca4
commit
d84c39b6c7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue