MythTV master
Classes | Namespaces | Variables
youtube_exceptions.py File Reference

Go to the source code of this file.

Classes

class  nv_python_libs.youtube.youtube_exceptions.YouTubeBaseError
 
class  nv_python_libs.youtube.youtube_exceptions.YouTubeUrlError
 
class  nv_python_libs.youtube.youtube_exceptions.YouTubeHttpError
 
class  nv_python_libs.youtube.youtube_exceptions.YouTubeRssError
 
class  nv_python_libs.youtube.youtube_exceptions.YouTubeVideoNotFound
 
class  nv_python_libs.youtube.youtube_exceptions.YouTubeInvalidSearchType
 
class  nv_python_libs.youtube.youtube_exceptions.YouTubeXmlError
 
class  nv_python_libs.youtube.youtube_exceptions.YouTubeVideoDetailError
 
class  nv_python_libs.youtube.youtube_exceptions.YouTubeCategoryNotFound
 

Namespaces

namespace  nv_python_libs
 
namespace  nv_python_libs.youtube
 
namespace  nv_python_libs.youtube.youtube_exceptions
 

Variables

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