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
730d12212f
commit
a8b62e5cdc
@ -457,7 +457,7 @@ class YoutubeVideo(YouTubeItem, YoutubeSubtitle):
|
|||||||
print(f"{self.youtube_id}: get sponsorblock timestamps")
|
print(f"{self.youtube_id}: get sponsorblock timestamps")
|
||||||
response = requests.get(url)
|
response = requests.get(url)
|
||||||
if not response.ok:
|
if not response.ok:
|
||||||
print(f"{self.youtube_id}: failed to get sponsorblock data")
|
print(f"{self.youtube_id}: sponsorblock failed: {response.text}")
|
||||||
return
|
return
|
||||||
|
|
||||||
self.json_data["sponsorblock"] = response.json()
|
self.json_data["sponsorblock"] = response.json()
|
||||||
|
Loading…
Reference in New Issue
Block a user