Go to the documentation of this file.
12 __title__ =
"youtube_exceptions - Custom exceptions used or raised by youtube_api";
13 __author__=
"R.D. Vaughan"
20 __all__ = [
"YouTubeUrlError",
"YouTubeHttpError",
"YouTubeRssError",
"YouTubeVideoNotFound",
"YouTubeInvalidSearchType",
"YouTubeXmlError",
"YouTubeVideoDetailError",
"YouTubeCategoryNotFound", ]