From 2ba07aa53d2af572af2c5a43e77725abd46e1b13 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 29 Jul 2010 12:09:42 +0200 Subject: many new stuff, some things already working --- module/plugins/hoster/YoutubeCom.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/plugins/hoster/YoutubeCom.py') diff --git a/module/plugins/hoster/YoutubeCom.py b/module/plugins/hoster/YoutubeCom.py index 6c952e2ba..978d89a37 100644 --- a/module/plugins/hoster/YoutubeCom.py +++ b/module/plugins/hoster/YoutubeCom.py @@ -9,6 +9,8 @@ class YoutubeCom(Hoster): __type__ = "hoster" __pattern__ = r"http://(www\.)?(de\.)?\youtube\.com/watch\?v=.*" __version__ = "0.2" + __config__ = [ ("int", "quality" , "Quality Setting", "hd;lq"), + ("int", "config", "Config Settings" , "default" ) ] __description__ = """Youtube.com Video Download Hoster""" __author_name__ = ("spoob") __author_mail__ = ("spoob@pyload.org") -- cgit v1.2.3