MythTV  master
Classes | Variables
nv_python_libs.youtube.youtube_exceptions Namespace Reference

Classes

class  YouTubeBaseError
 
class  YouTubeCategoryNotFound
 
class  YouTubeHttpError
 
class  YouTubeInvalidSearchType
 
class  YouTubeRssError
 
class  YouTubeUrlError
 
class  YouTubeVideoDetailError
 
class  YouTubeVideoNotFound
 
class  YouTubeXmlError
 

Variables

string __title__ = "youtube_exceptions - Custom exceptions used or raised by youtube_api";
 
string __author__ = "R.D. Vaughan"
 
string __version__ = "v0.2.0"
 
list __all__ = ["YouTubeUrlError", "YouTubeHttpError", "YouTubeRssError", "YouTubeVideoNotFound", "YouTubeInvalidSearchType", "YouTubeXmlError", "YouTubeVideoDetailError", "YouTubeCategoryNotFound", ]
 

Variable Documentation

◆ __title__

string nv_python_libs.youtube.youtube_exceptions.__title__ = "youtube_exceptions - Custom exceptions used or raised by youtube_api";
private

Definition at line 12 of file youtube_exceptions.py.

◆ __author__

string nv_python_libs.youtube.youtube_exceptions.__author__ = "R.D. Vaughan"
private

Definition at line 13 of file youtube_exceptions.py.

◆ __version__

string nv_python_libs.youtube.youtube_exceptions.__version__ = "v0.2.0"
private

Definition at line 14 of file youtube_exceptions.py.

◆ __all__

list nv_python_libs.youtube.youtube_exceptions.__all__ = ["YouTubeUrlError", "YouTubeHttpError", "YouTubeRssError", "YouTubeVideoNotFound", "YouTubeInvalidSearchType", "YouTubeXmlError", "YouTubeVideoDetailError", "YouTubeCategoryNotFound", ]
private

Definition at line 20 of file youtube_exceptions.py.