Implement workaround for broken shorts objects

This commit is contained in:
Samantaz Fox
2023-01-08 13:50:52 +01:00
parent f9eb839c7a
commit a37522a03d
3 changed files with 46 additions and 15 deletions

View File

@@ -33,3 +33,8 @@ end
class VideoNotAvailableException < Exception
end
# Exception used to indicate that the JSON response from YT is missing
# some important informations, and that the query should be sent again.
class RetryOnceException < Exception
end