Exceptions

exception vidscraper.exceptions.VidscraperError

Base error for vidscraper.

exception vidscraper.exceptions.UnhandledVideo

Raised by VideoLoaders and suites if a given video can’t be handled.

exception vidscraper.exceptions.UnhandledFeed

Raised if a feed can’t be handled by a suite or BaseFeed subclass.

exception vidscraper.exceptions.UnhandledSearch

Raised if a search can’t be handled by a suite or BaseSearch subclass.

exception vidscraper.exceptions.InvalidVideo

Raised if a video is found to be invalid in some way after data has been collected on it.

exception vidscraper.exceptions.VideoDeleted

Raised if the remote server has deleted the video being scraped.