Skip to content

opentube.errors

Classes

InvalidURL

opentube.errors.InvalidURL

When invalid URL is provided.

Inheritance

  • builtins.Exception

RequestError

opentube.errors.RequestError

When an error occurs while making a request.

Inheritance

  • builtins.Exception

TooManyRequests

opentube.errors.TooManyRequests

When too many requests are made to the YouTube API in a short period of time.

Inheritance

  • builtins.Exception