Skip to content

Commit

Permalink
Update _biliarchiver_upload_bvid.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young authored Dec 1, 2024
1 parent cc5c30b commit e5219a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions biliarchiver/_biliarchiver_upload_bvid.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ def _upload_bvid(
raise e
else:
raise e
elif e.response.status_code == 400:
print(f"Error 400: Bad Request for bvid {bvid}. {remote_identifier} might not belongs to us.")
continue
else:
raise e

Expand Down

0 comments on commit e5219a1

Please sign in to comment.