mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +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")
|
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