forked from midou/invidious
throw error if the videoID returned is different
This commit is contained in:
@@ -30,3 +30,6 @@ end
|
||||
# Exception threw when an element is not found.
|
||||
class NotFoundException < InfoException
|
||||
end
|
||||
|
||||
class VideoNotAvailableException < Exception
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user