|
MythTV
0.25-pre
|
Classes | |
| class | YouTubeBaseError |
| class | YouTubeUrlError |
| class | YouTubeHttpError |
| class | YouTubeRssError |
| class | YouTubeVideoNotFound |
| class | YouTubeInvalidSearchType |
| class | YouTubeXmlError |
| class | YouTubeVideoDetailError |
| class | YouTubeCategoryNotFound |
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", ] |
| string nv_python_libs::youtube::youtube_exceptions::__title__ = "youtube_exceptions - Custom exceptions used or raised by youtube_api" |
Definition at line 12 of file youtube_exceptions.py.
| string nv_python_libs::youtube::youtube_exceptions::__author__ = "R.D. Vaughan" |
Definition at line 13 of file youtube_exceptions.py.
Definition at line 14 of file youtube_exceptions.py.
| list nv_python_libs::youtube::youtube_exceptions::__all__ = ["YouTubeUrlError", "YouTubeHttpError", "YouTubeRssError", "YouTubeVideoNotFound", "YouTubeInvalidSearchType", "YouTubeXmlError", "YouTubeVideoDetailError", "YouTubeCategoryNotFound", ] |
Definition at line 20 of file youtube_exceptions.py.
1.7.6.1