mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
better error message on sponsorblock fail
This commit is contained in:
parent
77228ccb65
commit
71c441d871
@ -457,7 +457,7 @@ class YoutubeVideo(YouTubeItem, YoutubeSubtitle):
|
||||
print(f"{self.youtube_id}: get sponsorblock timestamps")
|
||||
response = requests.get(url)
|
||||
if not response.ok:
|
||||
print(f"{self.youtube_id}: failed to get sponsorblock data")
|
||||
print(f"{self.youtube_id}: sponsorblock failed: {response.text}")
|
||||
return
|
||||
|
||||
self.json_data["sponsorblock"] = response.json()
|
||||
|
Loading…
Reference in New Issue
Block a user