Thread: [Solved] Rapidshare Problems Thread
View Single Post
  #305  
Old 13.01.2011, 19:06
kaphiaue
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by remi View Post
What about some example links and a complete and detailed log?
What additional information do you need? The problem exists (obviously) for all links. In line 472 of src/jd/plugins/hoster/Rapidshare.java you use String.equals() to compare the received error message against a fixed value. By using String.startsWith() or some form of regular expression you could check for just the first part of the error message and avoid this problem. I'd fix it myself but so far all attempts to recompile the plugin and get it working have been unsuccessful.