summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Willnix <willnix@pyload.org> 2009-07-15 21:21:19 +0200
committerGravatar Willnix <willnix@pyload.org> 2009-07-15 21:21:19 +0200
commitac8784f9e48d1f1975f40d93818e1e3905ff28b3 (patch)
tree62db86c2cd4d3343c6539a1d6929ea19a341dbf5
parentremote fix (diff)
downloadpyload-ac8784f9e48d1f1975f40d93818e1e3905ff28b3.tar.xz
'me + public repository => nightmare: cleaning again'
-rw-r--r--Plugins/RapidshareCom.py2
-rw-r--r--config2
-rw-r--r--pluginconfig1
-rw-r--r--pyLoadCli.py1
-rw-r--r--pyLoadCore.py1
5 files changed, 5 insertions, 2 deletions
diff --git a/Plugins/RapidshareCom.py b/Plugins/RapidshareCom.py
index ea95e1e8b..546d0a25c 100644
--- a/Plugins/RapidshareCom.py
+++ b/Plugins/RapidshareCom.py
@@ -144,7 +144,7 @@ class RapidshareCom(Plugin):
if self.html[0] == None:
self.download_html()
- file_name_pattern = r"<p class=\"downloadlink\">.+/(.+)<font"
+ file_name_pattern = r"<p class=\"downloadlink\">.+/(.+) <font"
return re.findall(file_name_pattern, self.html[0])[0]
def proceed(self, url, location):
diff --git a/config b/config
index 6ee4bb799..4f958ff91 100644
--- a/config
+++ b/config
@@ -1,5 +1,5 @@
[general]
-#use de or en
+#use en or de
language: de
download_folder = Downloads
link_file = links.txt
diff --git a/pluginconfig b/pluginconfig
index 83ce6e07d..4963d856b 100644
--- a/pluginconfig
+++ b/pluginconfig
@@ -9,3 +9,4 @@ high_quality = True
[YoutubeChannel]
#type False for no limitation
max_videos = False
+
diff --git a/pyLoadCli.py b/pyLoadCli.py
index bd13206ac..662188f7f 100644
--- a/pyLoadCli.py
+++ b/pyLoadCli.py
@@ -321,3 +321,4 @@ if __name__ == "__main__":
cli = pyLoadCli(address, port, password)
else:
cli = pyLoadCli(* sys.argv[1:])
+
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 70b815858..cc1eee920 100644
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -296,3 +296,4 @@ class Core(object):
if __name__ == "__main__":
testLoader = Core()
testLoader.start()
+