mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 07:50:11 +01:00
[ie/BilibiliSpaceVideo] Fix extraction (#9905)
Closes #9892 Authored by: c-basalt
This commit is contained in:
parent
3c7a287e28
commit
4cc99d7b6c
@ -1045,7 +1045,8 @@ def fetch_page(page_idx):
|
||||
|
||||
try:
|
||||
response = self._download_json('https://api.bilibili.com/x/space/wbi/arc/search',
|
||||
playlist_id, note=f'Downloading page {page_idx}', query=query)
|
||||
playlist_id, note=f'Downloading page {page_idx}', query=query,
|
||||
headers={'referer': url})
|
||||
except ExtractorError as e:
|
||||
if isinstance(e.cause, HTTPError) and e.cause.status == 412:
|
||||
raise ExtractorError(
|
||||
|
Loading…
Reference in New Issue
Block a user