|
MythTV
0.27pre
|
Classes | |
| class | HuluBaseError |
| class | HuluUrlError |
| class | HuluHttpError |
| class | HuluRssError |
| class | HuluVideoNotFound |
| class | HuluConfigFileError |
| class | HuluUrlDownloadError |
Variables | |
| string | __title__ = "hulu_exceptions - Custom exceptions used or raised by hulu_api" |
| string | __author__ = "R.D. Vaughan" |
| string | __version__ = "v0.1.0" |
| list | __all__ = ["HuluUrlError", "HuluHttpError", "HuluRssError", "HuluVideoNotFound", "HuluConfigFileError", "HuluUrlDownloadError"] |
| string nv_python_libs.hulu.hulu_exceptions.__title__ = "hulu_exceptions - Custom exceptions used or raised by hulu_api" |
Definition at line 12 of file hulu_exceptions.py.
| string nv_python_libs.hulu.hulu_exceptions.__author__ = "R.D. Vaughan" |
Definition at line 13 of file hulu_exceptions.py.
| string nv_python_libs.hulu.hulu_exceptions.__version__ = "v0.1.0" |
Definition at line 14 of file hulu_exceptions.py.
| list nv_python_libs.hulu.hulu_exceptions.__all__ = ["HuluUrlError", "HuluHttpError", "HuluRssError", "HuluVideoNotFound", "HuluConfigFileError", "HuluUrlDownloadError"] |
Definition at line 17 of file hulu_exceptions.py.
1.8.1.2