Exceptions

exception vidscraper.errors.BaseUrlLoadFailure

Raised if you can’t even load the base url.

exception vidscraper.errors.CantIdentifyUrl

Raised if a url can’t be handled by any known suite, or if a Video is initialized with an incorrect suite.

exception vidscraper.errors.Error

Base error for vidscraper.

exception vidscraper.errors.FieldNotFound

Raised if a specific field is not found.

exception vidscraper.errors.ParsingError

Raised if parsing a document with lxml fails.

exception vidscraper.errors.VideoDeleted

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

Project Versions

Previous topic

Getting Started

Next topic

Suite API

This Page