diff options
author | mkaay <mkaay@mkaay.de> | 2009-12-26 21:17:45 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2009-12-26 21:17:45 +0100 |
commit | 15841561a8e5650d88e4af477b8e4f8f96a81253 (patch) | |
tree | d1cbee2d936ed90fdf99df90b1bcec9b31e58257 /module/config | |
parent | fixed view update (diff) | |
download | pyload-15841561a8e5650d88e4af477b8e4f8f96a81253.tar.xz |
pluginconfig now in xml
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/plugin_default.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/module/config/plugin_default.xml b/module/config/plugin_default.xml new file mode 100644 index 000000000..01c0e7ed6 --- /dev/null +++ b/module/config/plugin_default.xml @@ -0,0 +1,39 @@ +<config> + <RapidshareCom> + <!-- possible: + Cogent, Deutsche Telekom, + Level(3), Level(3) #2, + GlobalCrossing, Level(3) #3, + Teleglobe, GlobalCrossing #2, + TeliaSonera #2, Teleglobe #2, + TeliaSonera #3, TeliaSonera + --> + <!-- leave empty for autmomatic selection --> + <server></server> + <premium>False</premium> + <username></username> + <password></password> + </RapidshareCom> + <NetloadIn> + <premium>False</premium> + <username></username> + <password></password> + </NetloadIn> + <UploadedTo> + <premium>False</premium> + <username></username> + <password></password> + </UploadedTo> + <ShareonlineBiz> + <premium>False</premium> + <username></username> + <password></password> + </ShareonlineBiz> + <YoutubeCom> + <high_quality>True</high_quality> + </YoutubeCom> + <YoutubeChannel> + <!-- False for no limitation --> + <max_videos>False</max_videos> + </YoutubeChannel> +</config> |