Use correct name of downloaded files (without rapidshare number)
[vuplus_dvbapp-plugin] / rsdownloader / src / RS.py
index e5f09fd..e5d8a09 100644 (file)
@@ -110,7 +110,7 @@ class RS:
                        \r
                        try:\r
                                list = downloading_file.split("/")\r
-                               file = path + list[(len(list)-2)] + "_" + list[(len(list)-1)]\r
+                               file = path + list[(len(list)-1)]\r
                                file = file.replace(".html", "")\r
                        except:\r
                                file = downloading_file.replace(".html", "").replace("http://", "")\r