githubashto / slimrat

Automatically exported from code.google.com/p/slimrat
MIT License
0 stars 0 forks source link

ShareBase.to plugin is ready #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have created ShareBase plugin for SlimRat. Maybe it is not really well
writen (as I dislike Perl), but it is working.
I tested it with Slimrat 0.9.4.

This plugin can be found on:
http://www.yunnan.tk/pomoce/programowanie/slimrat-plugins/

I'm planning to write some more plugins.

Original issue reported on code.google.com by yunnan%y...@gtempaccount.com on 29 Apr 2009 at 1:29

GoogleCodeExporter commented 9 years ago
Plugins for:
 ShareBase.to
 FastShare.org
 OdSiebie.com
 HotFile.com
are ready. This is not the perfect programming work, but those work for me :)
Sharebase and fastshare are really fast (up to 5mbit/s)!
Have fun !

Original comment by yunnan%y...@gtempaccount.com on 11 May 2009 at 1:28

GoogleCodeExporter commented 9 years ago
Nice to see more plugins for slimrat!

The one for Hotfile works good, but does not seem to be able to understand it 
needs
to wait 14 minutes between downloads. 
[21:11:54] Downloading http://hotfile.com/...
(HotFile) [ALIVE]
[21:11:55] Waiting for 180 sec.
[21:14:56] Plugin failed

I don't know perl, but it might not know how to handle the extra wait time. 

It tempts me to try to learn perl for easy-share.  Its a pity megaupload needs 
capcha.

Original comment by awd...@gmail.com on 16 May 2009 at 4:22

GoogleCodeExporter commented 9 years ago
I don't see an edit button, but I am guessing it is because after it submits the
form, it sleeps for 180 seconds.  We are forced to wait until the file is ready 
and
rather than having a button, it says:
You reached your hourly traffic limit.
You can wait download for __ minutes or upgrade to premium.

I don't know how to write these .pm files but if its possible to read the page, 
I
think this may work... sleep loops for a set interval while submit_form() 
doesn't
exist.  So when it finally does exist it can "click" and retrieve the link. 

Original comment by awd...@gmail.com on 16 May 2009 at 8:28

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks Awdark !
Indeed. Plugin failed on some files. I've corrected it (v0.3).
I started to write plugin for Easy-Share, but I don't see this as a valuable 
source
of files. Even RapidShare is A LOT faster.
I don't know if you have "fought" with HTML/Java and such before, unfortunately 
using
console script as a browser is not as intuitive as one would expect. That's 
true that
Mechanize package does it a lot easier, but... usually submit_form() exists all 
the
time, you just do not see this sometimes :)

In my private opinion you should learn Python, it is somehow easier, forces you 
to
write "pretty" code and makes itself more readable. But of course in order to 
write
plugins you have to write those in Perl. For mechanize package check:
http://search.cpan.org/~petdance/WWW-Mechanize-1.54/lib/WWW/Mechanize.pm
http://wwwsearch.sourceforge.net/mechanize/
Have fun ! And let me know what you plan to write, not to double the work :)

Original comment by yunnan%y...@gtempaccount.com on 17 May 2009 at 1:20

GoogleCodeExporter commented 9 years ago
sharebase added in r40
fastshare in r41

other will be added soon

Original comment by premysl....@gmail.com on 18 May 2009 at 10:28

GoogleCodeExporter commented 9 years ago
I added the others.

Original comment by tim.besard@gmail.com on 20 May 2009 at 11:14