diff options
Diffstat (limited to 'module/plugins/hoster/YoutubeCom.py')
-rw-r--r-- | module/plugins/hoster/YoutubeCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/YoutubeCom.py b/module/plugins/hoster/YoutubeCom.py index 5c7c13962..ed6a42b71 100644 --- a/module/plugins/hoster/YoutubeCom.py +++ b/module/plugins/hoster/YoutubeCom.py @@ -11,7 +11,7 @@ from module.utils import html_unescape class YoutubeCom(Hoster): - __name__ = "YoutubeCom" + __name = "YoutubeCom" __type__ = "hoster" __version__ = "0.46" __status__ = "testing" |