diff options
Diffstat (limited to 'module/config/plugin_default.xml')
-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> |