Reference for youtube_dl_scraper/core/exceptions.py
¶
youtube_dl_scraper.core.exceptions.YouTubeDLScraperError
¶
Bases: Exception
Base class for all exceptions
youtube_dl_scraper.core.exceptions.ScraperNotFoundError
¶
Bases: YouTubeDLScraperError
Raised when a requested scraper is not found.
Source code in youtube_dl_scraper/core/exceptions.py
youtube_dl_scraper.core.exceptions.ScraperExecutionError
¶
Bases: YouTubeDLScraperError
Raised when a scraper fails during execution.
Source code in youtube_dl_scraper/core/exceptions.py
youtube_dl_scraper.core.exceptions.VideoNotFoundError
¶
Bases: ScraperExecutionError
Raised when no captions were found
Source code in youtube_dl_scraper/core/exceptions.py
youtube_dl_scraper.core.exceptions.CaptionsNotFoundError
¶
Bases: ScraperExecutionError
Raised when no captions were found
Source code in youtube_dl_scraper/core/exceptions.py
youtube_dl_scraper.core.exceptions.UnsupportedScraperMethodError
¶
Bases: YouTubeDLScraperError
Raised when a scraper does not support the requested method.
Source code in youtube_dl_scraper/core/exceptions.py
youtube_dl_scraper.core.exceptions.FileExistsError
¶
Bases: YouTubeDLScraperError
Reaised when a file exists
Source code in youtube_dl_scraper/core/exceptions.py
youtube_dl_scraper.core.exceptions.PlaywrightError
¶
Bases: YouTubeDLScraperError
Raised when Playwright payload execution fails