Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New crypter: MBLinkInfo | Stefano | 2013-04-12 | 1 | -0/+27 |
| | |||||
* | EgoFilesCom: fixed FILE_INFO_PATTERN | Stefano | 2013-04-12 | 1 | -2/+2 |
| | |||||
* | revert correct rsrtrip() | Gonzalo SR | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | Fixed incorrect use of rstrip() | Gonzalo SR | 2013-04-11 | 1 | -4/+4 |
| | | | | | | | | rstrip() ate the last "r" in .rar files. "The chars argument is not a suffix; rather, all combinations of its values are stripped" (see http://docs.python.org/2/library/stdtypes.html#str.rstrip) Using rsplit() instead. | ||||
* | UploadedTo: getID uses the __pattern__ regex to avoid duplication. | Stefano | 2013-04-09 | 1 | -4/+8 |
| | | | | | | + test links + https support + content-disposition | ||||
* | DownloadScheduler: ability to abort downloads | Stefano | 2013-04-08 | 1 | -32/+40 |
| | | | | http://forum.pyload.org/viewtopic.php?f=7&t=2403 | ||||
* | Update OneFichierCom.py | philou75 | 2013-04-08 | 1 | -1/+1 |
| | | | Waiting pattern correction following hoster modification | ||||
* | FilefactoryCom: removed unused constants | Stefano | 2013-04-07 | 1 | -4/+4 |
| | | | + code comments | ||||
* | FilefactoryCom: plugin rewritten | Stefano | 2013-04-07 | 1 | -128/+90 |
| | | | | (see also bug #70) | ||||
* | FilefactoryCom: fixes #70 | Stefano | 2013-04-07 | 1 | -39/+49 |
| | |||||
* | Merge pull request #69 from enkore/stable | RaNaN | 2013-04-07 | 1 | -10/+25 |
|\ | | | | | Ported YoutubeBatch to new google api | ||||
| * | Ported YoutubeBatch to new google api | enkore | 2013-04-07 | 1 | -10/+25 |
| | | | | | | | | | | | | Now playlists with more than a dozen or so videos work TODO: Add support for downloading channels | ||||
* | | UploadedTo: fixed #68 | Stefano | 2013-04-07 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #66 from enkore/xvideos | RaNaN | 2013-04-07 | 1 | -0/+19 |
|\ \ | | | | | | | Add XVideosCom hoster | ||||
| * | | Add XVideosCom hoster | enkore | 2013-04-07 | 1 | -0/+19 |
| | | | |||||
* | | | Merge pull request #64 from enkore/stable | RaNaN | 2013-04-07 | 1 | -0/+80 |
|\ \ \ | | |/ | |/| | Add hoster plugin for ARD mediathek | ||||
| * | | ARD: Correct file extension | enkore | 2013-04-06 | 1 | -1/+1 |
| | | | |||||
| * | | Add hoster plugin for ARD mediathek | enkore | 2013-04-06 | 1 | -0/+80 |
| |/ | |||||
* | | Merge branch 'stable' of https://github.com/pyload/pyload into stable | Stefano | 2013-04-06 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | Conflicts: module/plugins/crypter/UploadedToFolder.py | ||||
| * | | UploadedToFolder: updated pattern (see #63) | Stefano | 2013-04-06 | 1 | -3/+20 |
| | | | | | | | | | | | | + license + cosmetics | ||||
* | | | Using SimpleCrypter to avoid repeating getPackageNameAndFolder. | Stefano | 2013-04-06 | 4 | -31/+55 |
| | | | | | | | | | | | | | | | + licenses + cosmetics | ||||
* | | | NetfolderIn, SimpleCrypter: stripping folder name. | Stefano | 2013-04-06 | 2 | -20/+17 |
| | | | | | | | | | | | | + cosmetics | ||||
* | | | DebridItaliaCom: fail instead of offline to allow revert to traditional download | Stefano | 2013-04-06 | 1 | -1/+1 |
|/ / | |||||
* | | EgoFilesCom: fixed bug in premium downloads. | Stefano | 2013-04-05 | 1 | -4/+32 |
| | | | | | | | | | | Sometimes for premium users pyfile.url redirect directly to the file, so the load call in the process function of SimpleHoster causes a pyCurl error. + content-disposition | ||||
* | | PutlockerCom: using loop to avoid repeated statement | Stefano | 2013-04-05 | 1 | -14/+10 |
| | | |||||
* | | PutlockerCom: code optimized and cleaned up | Stefano | 2013-04-04 | 1 | -39/+38 |
| | | |||||
* | | DebridItaliaCom: + ability to detect offline files. | Stefano | 2013-04-04 | 3 | -2/+50 |
| | | | | | | | | + license note | ||||
* | | UploadedTo: update regex to fix bug #62 | Stefano | 2013-04-04 | 1 | -24/+29 |
| | | | | | | | | + cosmetics | ||||
* | | PutlockerCom: using SimpleHoster to clean the code and make it work better | Stefano | 2013-04-04 | 1 | -80/+32 |
| | | |||||
* | | YoutubeCom: increased version | Stefano | 2013-04-03 | 1 | -1/+1 |
| | | |||||
* | | bump unrar version | RaNaN | 2013-04-03 | 1 | -1/+1 |
| | | |||||
* | | avoid regexp to check progress | RaNaN | 2013-04-03 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #58 from thargor/stable | RaNaN | 2013-04-03 | 1 | -3/+19 |
|\ \ | | | | | | | added progress to unrar | ||||
| * | | added progress to unrar | nilo | 2013-04-03 | 1 | -3/+19 |
| | | | |||||
* | | | SimpleCrypter: trivial fix in documentation | Stefano | 2013-04-03 | 1 | -1/+3 |
|/ / | |||||
* | | DataHuFolder: error message if folder is password protected but no password ↵ | Stefano | 2013-04-03 | 1 | -1/+3 |
| | | | | | | | | is specified | ||||
* | | SimpleHoster: fixed wrong pattern names in documentation | Stefano | 2013-04-02 | 1 | -2/+2 |
| | | |||||
* | | SimpleCrypter: decoding loaded html | Stefano | 2013-04-02 | 1 | -2/+2 |
| | | |||||
* | | DataHuFolder: added support to password protected folders | Stefano | 2013-04-02 | 1 | -3/+41 |
| | | |||||
* | | New crypter for Data.hu folders | Stefano | 2013-04-02 | 1 | -0/+15 |
| | | |||||
* | | Unrar also deletes .r* files | RaNaN | 2013-04-02 | 1 | -4/+7 |
| | | |||||
* | | DebridItaliaCom: new hoster supported | Stefano | 2013-04-02 | 1 | -2/+2 |
| | | |||||
* | | New hoster: Data.hu | Stefano | 2013-04-02 | 1 | -0/+53 |
| | | |||||
* | | RarefileNet: added pattern to support premium downloads | Stefano | 2013-04-01 | 1 | -8/+12 |
| | | |||||
* | | DebridItaliaCom: two new hosters supported | Stefano | 2013-04-01 | 1 | -2/+3 |
| | | |||||
* | | New crypter plugin for Goo.gl | Stefano | 2013-03-31 | 1 | -0/+26 |
| | | |||||
* | | RarefileNet: fixed url | Stefano | 2013-03-31 | 1 | -2/+2 |
| | | | | | | http://forum.pyload.org/viewtopic.php?f=12&t=2148 | ||||
* | | OneFichierCom: version number increased | Stefano | 2013-03-30 | 1 | -1/+1 |
| | | |||||
* | | Two plugins updated to avoid errors in 0.5 | Stefano | 2013-03-30 | 2 | -3/+2 |
| | | |||||
* | | New hoster: FilerNet | Stefano | 2013-03-29 | 1 | -0/+103 |
| | | |||||
* | | LinkdecrypterCom: fixed bug #54 | Stefano | 2013-03-27 | 1 | -2/+2 |
| | | | | | | regex doesn't allow https links | ||||
* | | Merge pull request #53 from enkore/stable | RaNaN | 2013-03-26 | 1 | -3/+49 |
|\| | | | | | Implement »YoutubeCom: Accept a start time parameter« | ||||
| * | YoutubeCom: Fix file naming quirks | enkore | 2013-03-26 | 1 | -1/+2 |
| | | |||||
| * | YoutubeCom: fix program flow quirks | enkore | 2013-03-26 | 1 | -3/+3 |
| | | |||||
| * | YoutubeCom: Show start time in package name | enkore | 2013-03-26 | 1 | -17/+19 |
| | | |||||
| * | Move which function to YoutubeCom plugin | enkore | 2013-03-26 | 2 | -21/+22 |
| | | |||||
| * | YoutubeCom: Add support for time specification, if ffmpeg is installed and ↵ | enkore | 2013-03-26 | 1 | -3/+25 |
| | | | | | | | | in PATH | ||||
| * | Add module.utils.which | enkore | 2013-03-26 | 1 | -0/+20 |
| | | |||||
* | | Merge pull request #52 from enkore/stable | RaNaN | 2013-03-25 | 1 | -26/+12 |
|\| | | | | | Rewrote FourChanOrg crypter | ||||
| * | Rewrote FourChanOrg crypter | enkore | 2013-03-25 | 1 | -26/+12 |
| | | |||||
* | | AlldebridCom: code cleanup | Stefano | 2013-03-25 | 1 | -22/+15 |
| | | |||||
* | | DebridItaliaCom: retry if the downloaded file is empty | Stefano | 2013-03-25 | 1 | -2/+7 |
|/ | |||||
* | Add author | enkore | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Add plugin for ZDF mediathek | enkore | 2013-03-25 | 1 | -0/+46 |
| | |||||
* | NetloadIn: Fixed bug #49 | Stefano | 2013-03-25 | 1 | -2/+2 |
| | | | netload URL regex doesn't allow https links | ||||
* | Rapidgator: fixed bug #47 | Stefano | 2013-03-24 | 1 | -2/+2 |
| | |||||
* | Plugins: fixed inconsistent indentation | Stefano | 2013-03-23 | 6 | -54/+51 |
| | |||||
* | New debrid: DebridItaliaCom | Stefano | 2013-03-23 | 3 | -0/+98 |
| | |||||
* | LuckyShareNet: fixed syntax error | Stefano | 2013-03-23 | 1 | -2/+2 |
| | |||||
* | RyushareCom: fixed wrong keys name | Stefano | 2013-03-23 | 1 | -2/+2 |
| | | | http://forum.pyload.org/viewtopic.php?p=8394#p8394 | ||||
* | EgoFilesCom: File Info are now retrieved | Stefano | 2013-03-23 | 1 | -7/+1 |
| | |||||
* | Code cleanup | Stefano | 2013-03-23 | 2 | -14/+8 |
| | |||||
* | New hoster: LuckyShareNet | Stefano | 2013-03-23 | 1 | -0/+72 |
| | | | | http://forum.pyload.org/viewtopic.php?f=13&t=2068 | ||||
* | CyberlockerCh: Account support | Stefano | 2013-03-22 | 1 | -0/+31 |
| | |||||
* | RyushareCom: added pattern to support premium | Stefano | 2013-03-22 | 1 | -2/+3 |
| | | | http://forum.pyload.org/viewtopic.php?p=8379#p8379 | ||||
* | FilebeerInfo: Dead hoster | Stefano | 2013-03-20 | 1 | -89/+4 |
| | |||||
* | EgoFilesCom: better file offline pattern. | Stefano | 2013-03-20 | 1 | -2/+2 |
| | | | | http://forum.pyload.org/viewtopic.php?p=8359#p8359 | ||||
* | Solvemedia Captcha: implemented in a better way trying to fix bug #21 | Stefano Codari | 2013-03-19 | 1 | -5/+3 |
| | |||||
* | RyushareCom: Added ability to detect free download limit reached. | Stefano | 2013-03-17 | 1 | -4/+8 |
| | | | | http://forum.pyload.org/viewtopic.php?p=8328#p8328 | ||||
* | RapidgatorNet: Fixed bug #46 | Stefano | 2013-03-16 | 1 | -2/+2 |
| | |||||
* | RyushareCom: Updated to support wait time with minutes | Stefano | 2013-03-16 | 1 | -5/+12 |
| | |||||
* | RyushareCom: Improved regex | Stefano | 2013-03-16 | 1 | -2/+2 |
| | | | http://forum.pyload.org/viewtopic.php?p=8317#p8317 | ||||
* | RyushareCom: Fixed free download | Stefano | 2013-03-15 | 1 | -4/+30 |
| | | | | http://forum.pyload.org/viewtopic.php?p=8254#p8254 | ||||
* | SpeedLoadOrg: now premium downloads works | Stefano | 2013-03-15 | 1 | -1/+4 |
| | |||||
* | Movie2kTo: Fixed and tested it. | Christopher | 2013-03-13 | 1 | -11/+25 |
| | |||||
* | Movie2kTo: Added quality recognition. | Christopher | 2013-03-13 | 1 | -11/+24 |
| | | | | | Sites without a quality value will fail with this version … But on the other hand the current pattern relies on the quality value … | ||||
* | Movie2kTo: Changed regex. I hope it now matches every site. | Christopher | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | XvidstageCom: I can now recognize if a file is offline | Christopher | 2013-03-13 | 1 | -4/+5 |
| | |||||
* | Merge branch 'stable' of git://github.com/pyload/pyload into stable | Christopher | 2013-03-13 | 1 | -4/+16 |
|\ | |||||
| * | EgoFilesCom: premium better handled | Stefano | 2013-03-13 | 1 | -7/+12 |
| | | |||||
| * | EgoFilesCom: minor changes | Stefano | 2013-03-12 | 1 | -4/+5 |
| | | |||||
| * | EgoFilesCom: now handles premium correctly | Stefano | 2013-03-12 | 1 | -2/+8 |
| | | |||||
* | | XvidstageCom: Deleted whitespace | Christopher | 2013-03-12 | 1 | -2/+2 |
| | | |||||
* | | moved ChipDe to the hoster plugins … | Christopher | 2013-03-12 | 1 | -0/+0 |
| | | |||||
* | | Movie2kTo: fixed hoster recognition | Christopher | 2013-03-12 | 1 | -9/+6 |
|/ | | | | | | | It appeared to me that the hoster and the id of a video can be present in either a JavaScript section or in a HTML section on *one* page. I first assumed that all hosters on one page can be found ether in a JavaScript section or in a HTML section. | ||||
* | Movie2kTo: fixed regex to be more reliable | Christopher | 2013-03-12 | 1 | -1/+5 |
| | |||||
* | Merge branch 'stable' of git://github.com/pyload/pyload into stable | Christopher | 2013-03-12 | 1 | -2/+2 |
|\ | |||||
| * | EgoFilesCom: regex updated | Stefano | 2013-03-11 | 1 | -2/+2 |
| | | |||||
* | | made the firstN setting ready for more than one hoster | Christopher | 2013-03-11 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'stable' of git://github.com/pyload/pyload into stable | Christopher | 2013-03-11 | 2 | -1/+50 |
|\| | |||||
| * | EgoFilesCom: fixed time import trouble | Stefano | 2013-03-11 | 1 | -3/+3 |
| | | |||||
| * | EgoFilesCom: added support for premium downloads | Stefano | 2013-03-11 | 1 | -1/+10 |
| | | | | | | | | http://forum.pyload.org/viewtopic.php?f=13&t=1959 | ||||
| * | New account plugin for EgoFilesCom | Stefano | 2013-03-11 | 1 | -0/+40 |
| | | | | | | | | http://forum.pyload.org/viewtopic.php?f=13&t=1959 | ||||
* | | added setting to set how many URLs should be returned for each episode. | Christopher | 2013-03-11 | 2 | -27/+30 |
| | | | | | | | | | | | | Usually the first URL will be all you need. The movie2k.to website also just returns the first URL but in the source code of the website there are more links for each episode … | ||||
* | | wrote crypter plugin for chip.de/videos | Christopher | 2013-03-11 | 1 | -0/+25 |
|/ | |||||
* | FshareVn: Fixed error on premium downloads. Location header not catched. See ↵ | Stefano | 2013-03-11 | 1 | -20/+3 |
| | | | | bug #29 | ||||
* | DepositfilesCom: new domain "dfiles.eu". Regex updated | Stefano | 2013-03-11 | 1 | -4/+4 |
| | | | | http://forum.pyload.org/viewtopic.php?f=13&t=1959#p8243 | ||||
* | Incremented version & added author. | imclem | 2013-03-10 | 1 | -3/+4 |
| | |||||
* | Fixed OneFichierCom.py from userplugins. | imclem | 2013-03-10 | 1 | -2/+1 |
| | | | | | | | OneFichierCom.py from userplugins in home directory was failing at downloading multiple files. When the first file was downloaded the plugin was'nt handling the waiting time. This was due tu the fact that the sentence in the web page saying to wait has changed. I just modified the sentence to make the plugin wait correctly before or between each download. | ||||
* | New hoster: Tusfiles.net | Stefano | 2013-03-10 | 1 | -0/+18 |
| | |||||
* | FshareVn: account informations are now retrieved correctly (see bug #29) | Stefano | 2013-03-10 | 1 | -10/+13 |
| | |||||
* | FshareVn: Bugfix. Fixed #29 | Stefano | 2013-03-09 | 1 | -11/+11 |
| | |||||
* | updated 9kw plugin (#27) | RaNaN | 2013-03-09 | 1 | -4/+9 |
| | |||||
* | EgoFilesCom: added ability to detect offline files | Stefano | 2013-03-08 | 1 | -2/+3 |
| | |||||
* | New hoster: EgoFilesCom | Stefano | 2013-03-08 | 1 | -0/+62 |
| | | | | http://forum.pyload.org/viewtopic.php?f=13&t=1959 | ||||
* | UploadedTo: fixed plugin crash | Stefano | 2013-03-08 | 1 | -7/+6 |
| | |||||
* | Added support for UploadedTo folders | Stefano | 2013-03-08 | 1 | -0/+45 |
| | |||||
* | SpeedLoadOrgFolder: Package name detection | Stefano | 2013-03-07 | 1 | -0/+1 |
| | |||||
* | SimpleCrypter: improved plugin | Stefano | 2013-03-07 | 1 | -11/+33 |
| | | | | | | Added support for package name detection Canonical way to add a package Code cleanup | ||||
* | SpeedLoadOrgFolder: crypter rewritten | Stefano | 2013-03-07 | 2 | -43/+9 |
| | | | | Trivial changes to the SimpleCrypter class | ||||
* | Various fixes in 24 plugins | Stefano | 2013-03-07 | 24 | -168/+166 |
| | |||||
* | LinkdecrypterCom: regex fix | Stefano | 2013-03-06 | 1 | -3/+3 |
| | |||||
* | New hoster: CyberlockerCh | Stefano | 2013-03-06 | 1 | -0/+15 |
| | |||||
* | New account plugin for ShareFilesCo | Stefano | 2013-03-05 | 1 | -0/+12 |
| | |||||
* | New hoster: ShareFilesCo | Stefano | 2013-03-05 | 1 | -0/+24 |
| | |||||
* | XFileSharingPro: little fix + new captcha service | Stefano | 2013-03-05 | 1 | -2/+11 |
| | | | | Implemented the solvemedia captcha service. Some hosters uses different level of heading. | ||||
* | closed #27 | RaNaN | 2013-03-02 | 1 | -26/+35 |
| | |||||
* | New SpeedLoadOrg account plugin | Stefano | 2013-03-02 | 1 | -0/+12 |
| | |||||
* | Merge branch 'stable' of github.com:pyload/pyload into stable | RaNaN | 2013-03-01 | 2 | -56/+14 |
|\ | |||||
| * | XFileSharingPro: Cleaning the download link | Stefano | 2013-02-28 | 1 | -2/+3 |
| | | | | | | The detected SpeedLoadOrg download URL has a \r at the end causing a Bad Gateway error. | ||||
| * | SpeedLoadOrg now uses XFileSharingPro | Stefano | 2013-02-28 | 1 | -54/+11 |
| | | |||||
* | | flyfiles.net plugin | RaNaN | 2013-03-01 | 1 | -0/+41 |
|/ | |||||
* | fixed last commit | RaNaN | 2013-02-28 | 1 | -2/+2 |
| | |||||
* | closed #25 | RaNaN | 2013-02-28 | 1 | -2/+6 |
| | |||||
* | little fixes | Christopher | 2013-02-27 | 2 | -17/+20 |
| | |||||
* | fixed support for films | Christopher | 2013-02-27 | 1 | -18/+21 |
| | |||||
* | added hoster/XvidstageCom.py | Christopher | 2013-02-27 | 1 | -0/+105 |
| | |||||
* | added support to add all episodes and/or seasons | Christopher | 2013-02-27 | 1 | -14/+54 |
| | |||||
* | wrote crypter/Movie2kTo.py | Christopher | 2013-02-27 | 1 | -0/+62 |
| | |||||
* | Update module/plugins/hoster/RapidgatorNet.py | TWD | 2013-02-27 | 1 | -3/+3 |
| | | | bypass RapidGator download manager | ||||
* | Forgot to increase version | kmarty | 2013-02-26 | 1 | -2/+2 |
| | |||||
* | Fix paid account access (contributed by wendelin) | kmarty | 2013-02-26 | 1 | -3/+3 |
| | |||||
* | Fixed error getting file size | kmarty | 2013-02-26 | 1 | -2/+2 |
| | |||||
* | Use 'Content-Disposition:' as filename of downloaded file | kmarty | 2013-02-26 | 1 | -4/+4 |
| | |||||
* | cleaned Dailymotion plugin | RaNaN | 2013-02-26 | 1 | -25/+19 |
| | |||||
* | Added DailymotionCom plugin | peekayy | 2013-02-26 | 1 | -0/+53 |
| | |||||
* | Merge pull request #12 from irrenhaus/stable | RaNaN | 2013-02-22 | 2 | -18/+18 |
|\ | | | | | Change from https:// to http:// for api.reload.cc requests | ||||
| * | Change from https:// to http:// for api.reload.cc requests (SSL not ↵ | Nils Hesse | 2013-02-22 | 2 | -18/+18 |
| | | | | | | | | supported yet) | ||||
* | | SpeedLoadOrg: removed duplicated string | Stefano | 2013-02-21 | 1 | -1/+0 |
| | | |||||
* | | SpeedLoadOrg: getInfo now uses API | Stefano | 2013-02-21 | 1 | -12/+17 |
| | | |||||
* | | SpeedLoadOrg: Detect offline files | Stefano | 2013-02-21 | 1 | -1/+2 |
| | | | | | | Added the FILE_OFFLINE_PATTERN to detect offline files | ||||
* | | Merge pull request #8 from stickell/patch-1 | RaNaN | 2013-02-19 | 1 | -3/+10 |
|\ \ | | | | | | | SpeedLoadOrg: Checksum verification implemented | ||||
| * | | Fixed incorrect function name | Stefano | 2013-02-18 | 1 | -2/+2 |
| | | | |||||
| * | | Using the JSON parser | Stefano | 2013-02-18 | 1 | -3/+3 |
| | | | |||||
| * | | SpeedLoadOrg: Checksum verification implemented | Stefano | 2013-02-18 | 1 | -3/+10 |
| | | | | | | | | | Loading API data to allow plugins such as Checksum to work | ||||
* | | | Crypter for SpeedLoadOrg Folders | Stefano | 2013-02-18 | 1 | -0/+47 |
|/ / | |||||
* | | More download check rules for SpeedLoadOrg | Stefano | 2013-02-17 | 1 | -2/+10 |
| | | |||||
* | | Merge pull request #5 from gonzalosr/patch-2 | RaNaN | 2013-02-15 | 1 | -1/+4 |
|\ \ | | | | | | | New regex to fix broken Putlocker plugin | ||||
| * | | New regex to fix broken Putlocker plugin | Gonzalo SR | 2013-02-15 | 1 | -2/+2 |
| | | | | | | | | | | | | Bumped version number Also added padding character to regexp | ||||
| * | | New regex to fix broken plugin | Gonzalo SR | 2013-02-15 | 1 | -0/+3 |
| | | | |||||
* | | | fixed wrong imported capitalization | RaNaN | 2013-02-15 | 1 | -0/+0 |
| | | | |||||
* | | | update for YouTube plugin | RaNaN | 2013-02-15 | 1 | -6/+6 |
|/ / | |||||
* | | bump version number for MegaNz | RaNaN | 2013-02-14 | 1 | -1/+1 |
| | | |||||
* | | Support for incorrectly padded Mega.co.nz keys | Gonzalo SR | 2013-02-14 | 1 | -1/+2 |
|/ | | | | Sometimes base64 Mega keys are incorrectly padded. Ugly hack to add padding characters as needed. | ||||
* | Change exception handling to Python 2.5 compatible syntax. Increase version ↵ | Nils Hesse | 2013-02-13 | 2 | -5/+5 |
| | | | | numbers of the plugins. | ||||
* | Add support for limited connections to the Reload.cc plugin | Nils Hesse | 2013-02-13 | 1 | -1/+12 |
| | |||||
* | Enable better error handling for the Reload.cc plugin | Nils Hesse | 2013-02-13 | 2 | -32/+74 |
| | |||||
* | closed #760 | RaNaN | 2013-02-09 | 1 | -2/+2 |
| | |||||
* | closed #764 | RaNaN | 2013-02-09 | 3 | -19/+20 |
| | |||||
* | mega.co.nz hoster plugin | RaNaN | 2013-01-26 | 1 | -0/+124 |
| | |||||
* | Added SpeedLoadOrg plugin | z00nx | 2013-01-20 | 1 | -0/+41 |
| | |||||
* | Merged in z00nx0/pyload/CloudzerNet (pull request #50: Fixes the issue with ↵ | RaNaN | 2013-01-17 | 4 | -0/+109 |
|\ | | | | | | | download names) | ||||
| * | Merged in z00nx0/pyload/IFileWs (pull request #51: Added IFileWs plugin) | RaNaN | 2013-01-17 | 4 | -0/+154 |
| |\ | |||||
| | * | Merged in z00nx0/pyload/CatShareNet (pull request #46: Added CatShareNet plugin) | RaNaN | 2013-01-14 | 3 | -0/+116 |
| | |\ | |||||
| | | * | Merged in z00nx0/pyload/SecureUploadEu (pull request #47: Added ↵ | RaNaN | 2013-01-14 | 1 | -0/+18 |
| | | |\ | | | | | | | | | | | | | | | | SecureUploadEu plugin) | ||||
| | | | * | Added BSecureUploadEu plugin | z00nx | 2013-01-11 | 1 | -0/+18 |
| | | | | | |||||
| | | * | | Merged in z00nx0/pyload/LetitbitNetFolder (pull request #48: Added ↵ | RaNaN | 2013-01-14 | 1 | -0/+65 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | LetitbitNetFolder decrypter) | ||||
| | | * | | | Added LetitbitNetFolder decrypter | z00nx | 2013-01-11 | 1 | -0/+33 |
| | | | |/ | | | |/| | |||||
| | * | | | Fixed offline regex | z00nx | 2013-01-11 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Remove unneeded debugging | z00nx | 2013-01-11 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Initial CatShareNet plugin | z00nx | 2013-01-10 | 1 | -0/+39 |
| | |/ / | |||||
| * | | | Added LONG_WAIT_PATTERN regex | z00nx | 2013-01-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Removed unneeded imported modules, added todo list | z00nx | 2013-01-15 | 1 | -3/+2 |
| | | | | |||||
| * | | | Added IFileWs plugin | z00nx | 2013-01-12 | 1 | -0/+21 |
| |/ / | |||||
* | / | Fixed name of downloads again | z00nx | 2013-01-13 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Removed spoob and mkaay from authors list and fixed download name issue. | z00nx | 2013-01-12 | 1 | -3/+3 |
| | | |||||
* | | Added CloudzerNet plugin | z00nx | 2013-01-11 | 1 | -0/+65 |
|/ | |||||
* | version bump | RaNaN | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Updated LetitbitNet plugin | z00nx | 2013-01-10 | 1 | -38/+53 |
| | |||||
* | Alldebdrid update | RaNaN | 2013-01-03 | 1 | -2/+11 |
| | |||||
* | ShareLinksBiz: FIX package info retrieval | fragonib | 2012-12-26 | 1 | -4/+12 |
| | |||||
* | LinkSaveIn: FIX compiler warnings | fragonib | 2012-12-26 | 1 | -7/+7 |
| | |||||
* | RelinkUs: Crypter several improvements. | fragonib | 2012-12-26 | 1 | -81/+189 |
| | |||||
* | failed 'NoneType' object has no attribute 'group' (if no reconnect is available) | magnat | 2012-11-24 | 1 | -6/+16 |
| | |||||
* | fix cookie in request (the language parameter is important) | magnat | 2012-11-24 | 1 | -2/+2 |
| | |||||
* | Update hellshare.cz, add boltsharing.com | zoidberg10 | 2012-11-19 | 5 | -25/+55 |
| | |||||
* | Dereferer plugin | zoidberg10 | 2012-11-18 | 1 | -0/+34 |
| | |||||
* | BasePlugin - fix http auth | zoidberg10 | 2012-11-17 | 1 | -14/+15 |
| | |||||
* | Contributed plugins - closed #722,#723 | zoidberg10 | 2012-11-16 | 3 | -0/+282 |
| | |||||
* | update fshare.vn, update hellshare.cz account | zoidberg10 | 2012-11-16 | 2 | -36/+68 |
| |