Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed unneeded stuff | RaNaN | 2013-01-04 | 6 | -25/+4 |
| | |||||
* | Happy new year commit | RaNaN | 2013-01-02 | 1 | -16/+14 |
| | |||||
* | Remove '/' from filename to avoid filepath exception | Daniel Bornkessel | 2013-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | When a http url has a filename set to something that contains a '/', pyload will error out when trying to merge the chunks as it sees the '/' as part of the path. Example: HTTP Header contains: filename=55/filename.img Chunks are saved as: <path to download folder>/55filename.img.chunk0 <path to download folder>/55filename.img.chunk1 Exception on merge will complain: Error: file does not exist: <path to download folder>/55/ as it thinks '55/' is a subdir | ||||
* | fixed some things, so downloads works again | RaNaN | 2012-09-24 | 1 | -2/+2 |
| | |||||
* | merge newest changes | RaNaN | 2012-09-18 | 11 | -55/+242 |
|\ | |||||
| * | Added NowDownloadEu Hoster (No limits) | godofdream | 2012-09-16 | 1 | -0/+62 |
| | | |||||
| * | closed #604 | Jeix | 2012-09-13 | 1 | -11/+17 |
| | | |||||
| * | putlockerCom | Jeix | 2012-09-13 | 1 | -2/+2 |
| | | |||||
| * | update mediafire, rusfolder | zoidberg10 | 2012-09-12 | 3 | -25/+22 |
| | | |||||
| * | fix turbobit with ossp-js, ryushare, easybytez - thx trance4us, ChriZathens | zoidberg10 | 2012-09-10 | 3 | -9/+16 |
| | | |||||
| * | add UnSkipOnFail hook | hagg | 2012-09-10 | 1 | -0/+97 |
| | | | | | | | | | | | | | | When a download fails this hook tries to restart all other downloads that are "skipped" and have the same local filename (probably the failed download was the cause for these skips). | ||||
| * | BasePlugin: handle 404s by setting status to 'offline' | hagg | 2012-09-10 | 1 | -4/+10 |
| | | |||||
| * | update turbobit, 1fichier - closed #679, maybe #665 | zoidberg10 | 2012-09-08 | 3 | -42/+110 |
| | | |||||
| * | Increased Shareonline version | godofdream | 2012-09-05 | 1 | -1/+1 |
| | | |||||
| * | postdownload check for ShareOnline, closes #669 | godofdream | 2012-09-05 | 1 | -0/+10 |
| | | |||||
| * | update ddlstorage/xfilesharingpro - closed #667 | zoidberg10 | 2012-09-05 | 2 | -17/+18 |
| | | |||||
| * | zippyshare - closed #674 | zoidberg10 | 2012-08-31 | 1 | -1/+2 |
| | | |||||
* | | merged stable into default | RaNaN | 2012-09-18 | 86 | -2486/+2249 |
|\ \ | |/ |/| | |||||
| * | userApi for plugins | RaNaN | 2012-09-10 | 1 | -3/+13 |
| | | |||||
| * | changed config + progress api | RaNaN | 2012-09-10 | 1 | -6/+7 |
| | | |||||
| * | refined draft | RaNaN | 2012-08-09 | 1 | -0/+1 |
| | | |||||
| * | updates for database + api | RaNaN | 2012-06-03 | 4 | -561/+5 |
| | | |||||
| * | small typo fixes and TODOs | RaNaN | 2012-05-17 | 1 | -3/+9 |
| | | |||||
| * | some classes for multi user mode | RaNaN | 2012-05-06 | 1 | -0/+25 |
| | | |||||
| * | little documentation update | RaNaN | 2012-05-06 | 2 | -4/+2 |
| | | |||||
| * | a huge pile of spelling fixes | X3n0m0rph59 | 2012-04-22 | 10 | -52/+52 |
| | | |||||
| * | captcha decrypting for all plugin types, new interaction manager | RaNaN | 2012-03-20 | 9 | -291/+125 |
| | | |||||
| * | renamed hooks to addons, new filemanager and database, many new api methods | RaNaN | 2012-03-06 | 25 | -82/+126 |
| | | | | | | | | you will loose ALL your LINKS, webinterface will NOT work | ||||
| * | little account, hoster fix | RaNaN | 2012-02-13 | 2 | -5/+8 |
| | | |||||
| * | If the account is not yet aware of `trafficleft`, force an update to the ↵ | Pedro Algarvio | 2012-02-13 | 1 | -0/+2 |
| | | | | | | | | account info. | ||||
| * | Catch internal server errors on the right place. | Pedro Algarvio | 2012-02-13 | 1 | -10/+1 |
| | | |||||
| * | Add the internal server error messages to the pyfile. | Pedro Algarvio | 2012-02-13 | 1 | -0/+1 |
| | | |||||
| * | Don't fail miserably on hoster's internal server error. | Pedro Algarvio | 2012-02-13 | 1 | -1/+8 |
| | | |||||
| * | option for internal plugins | RaNaN | 2012-02-05 | 4 | -24/+36 |
| | | |||||
| * | closed #261 | Jeix | 2012-02-05 | 1 | -2/+1 |
| | | |||||
| * | Treat most errors as tempfailures, this will solve the missing errors. | Pedro Algarvio | 2012-02-05 | 1 | -6/+1 |
| | | |||||
| * | Fix missing error message. | Pedro Algarvio | 2012-02-05 | 1 | -1/+4 |
| | | |||||
| * | Stop Real-Debrid from returning streaming responses instead of file downloads. | Pedro Algarvio | 2012-02-05 | 1 | -19/+16 |
| | | |||||
| * | Make sure that the Oron hoster plugins does not match Oron folders. | Pedro Algarvio | 2012-02-05 | 1 | -2/+2 |
| | | |||||
| * | Fix OronComFolder regex folder matching. | Pedro Algarvio | 2012-02-05 | 1 | -3/+16 |
| | | |||||
| * | Update Hotfile and Oron Folder crypters to the new `decryptURL` API. | Pedro Algarvio | 2012-02-04 | 2 | -12/+17 |
| | | |||||
| * | Add helper method `formatTrafficleft()` to `module.plugins.Account`. | Pedro Algarvio | 2012-02-04 | 3 | -11/+12 |
| | | | | | | | | Regarding Oron account and hoster plugins, make use of `formatSize`, `parseFileSize` and the `Account`'s `formatTrafficleft()` helper method. | ||||
| * | Correct import. | Pedro Algarvio | 2012-02-04 | 1 | -1/+1 |
| | | |||||
| * | merge from stable | RaNaN | 2012-01-29 | 19 | -315/+282 |
| |\ | |||||
| * | | Update version. | Pedro Algarvio | 2012-01-28 | 1 | -1/+1 |
| | | | |||||
| * | | Update FileJungle for non existing files. | Pedro Algarvio | 2012-01-28 | 1 | -2/+2 |
| | | | |||||
| * | | Merge stable. | Pedro Algarvio | 2012-01-22 | 9 | -80/+262 |
| |\ \ | |||||
| * | | | removed some fs_decode functions | RaNaN | 2012-01-22 | 1 | -6/+5 |
| | | | | |||||
| * | | | Merged in s0undt3ch/pyload (pull request #18) | RaNaN | 2012-01-22 | 2 | -11/+12 |
| |\ \ \ | |||||
| | * \ \ | Merge heads. | Pedro Algarvio | 2012-01-22 | 1 | -4/+5 |
| | |\ \ \ | |||||
| | | * | | | Fix encoding/decoding issues while extracting RAR archives. | Pedro Algarvio | 2012-01-22 | 1 | -14/+14 |
| | | | | | | |||||
| | | * | | | Merging encoding fixes from pyload | Pedro Algarvio | 2012-01-22 | 1 | -2/+3 |
| | | |\ \ \ | |||||
| | | * | | | | Bring Oron's premium account handling to latest api. | Pedro Algarvio | 2012-01-22 | 1 | -4/+5 |
| | | | | | | | |||||
| | * | | | | | Fix encoding issues in RAR plugin log messages | Pedro Algarvio | 2012-01-22 | 1 | -7/+7 |
| | | | | | | | |||||
| * | | | | | | encoding fixes | RaNaN | 2012-01-22 | 1 | -1/+12 |
| |/ / / / / | |||||
| * | / / / | try to fix unrar encoding issues | RaNaN | 2012-01-22 | 2 | -8/+7 |
| | |/ / / | |/| | | | |||||
| * | | | | realdebrid encoding fix | RaNaN | 2012-01-22 | 1 | -2/+3 |
| |/ / / | |||||
| * | | | fix threadmanager limitdl, add zevera.com | zoidberg10 | 2012-01-20 | 3 | -59/+211 |
| | | | | |||||
| * | | | parallel dl limit for hoster | RaNaN | 2012-01-20 | 1 | -1/+19 |
| | | | | |||||
| * | | | corrected log method | RaNaN | 2012-01-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix FileSonic and Oron account plugins deprecated method signatures. | Pedro Algarvio | 2012-01-18 | 2 | -8/+9 |
| | | | | |||||
| * | | | Also fix `login` on the Oron Account plugin. | Pedro Algarvio | 2012-01-18 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix Oron Account plugin `loadAccountInfo` signature | Pedro Algarvio | 2012-01-18 | 1 | -2/+3 |
| | | | | |||||
| * | | | Support file hosters under maintenance and generated links spans. | Pedro Algarvio | 2012-01-18 | 1 | -0/+6 |
| | | | | |||||
| * | | | Merge | zoidberg10 | 2012-01-16 | 17 | -339/+409 |
| |\ \ \ | |||||
| | * | | | merge in plugin updates | zoidberg10 | 2012-01-16 | 17 | -339/+409 |
| | | | | | |||||
| * | | | | correct utf8 conversion for urls | RaNaN | 2012-01-16 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | little fixes | RaNaN | 2012-01-16 | 1 | -526/+0 |
| |/ / / | |||||
| * | | | fix test cases | RaNaN | 2012-01-15 | 1 | -4/+2 |
| | | | | |||||
| * | | | improved handling of content-disposition | RaNaN | 2012-01-15 | 1 | -25/+2 |
| | | | | |||||
| * | | | captcha and attachments for plugin tester | RaNaN | 2012-01-14 | 1 | -2/+7 |
| | | | | |||||
| * | | | plugin unit test, closed #499, #500 | RaNaN | 2012-01-13 | 7 | -19/+13 |
| | | | | |||||
| * | | | scripts for testing and syntax unit test | RaNaN | 2012-01-12 | 1 | -1/+0 |
| | | | | |||||
| * | | | some cleanups, closed #490 | RaNaN | 2012-01-08 | 6 | -15/+18 |
| | | | | |||||
| * | | | new MultiHoster hook | RaNaN | 2012-01-08 | 10 | -159/+150 |
| | | | | |||||
| * | | | some cleanups | RaNaN | 2012-01-07 | 3 | -2/+19 |
| | | | | |||||
| * | | | xfilesharingpro - fix patterns | zoidberg10 | 2012-01-07 | 2 | -4/+4 |
| | | | | |||||
| * | | | xfilesharengprofolder using new crypter api, allow slash in package name | zoidberg10 | 2012-01-07 | 2 | -1/+35 |
| | | | | |||||
| * | | | MultiHoster plugin type, some fixes, new documentation structure | RaNaN | 2012-01-07 | 5 | -16/+79 |
| | | | | |||||
| * | | | several improvements, also closes #486, #487 | RaNaN | 2012-01-06 | 3 | -20/+18 |
| | | | | |||||
| * | | | xmpp: disconnect on unload / deactivate | Wieland Hoffmann | 2012-01-05 | 1 | -1/+7 |
| | | | | |||||
| * | | | Unbreak Ev0InFetcher | Wieland Hoffmann | 2012-01-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | XMPPInterface: handle subscribe requests | Wieland Hoffmann | 2012-01-05 | 1 | -3/+22 |
| | | | | | | | | | | | | | | | | | | | | Owners get a subscription, other people don't This could probably be extended to unsubscribe people deleted from the owner list | ||||
| * | | | Merge | zoidberg10 | 2012-01-04 | 5 | -16/+78 |
| |\ \ \ | |||||
| | * | | | filesonic pattern fix (thanx Lino24), fix mu life account, closed #463 easybytez | zoidberg10 | 2012-01-04 | 5 | -16/+78 |
| | | | | | |||||
| * | | | | some fixes | RaNaN | 2012-01-04 | 4 | -24/+42 |
| |/ / / | |||||
| * | | | fixes for old style decrypter | RaNaN | 2012-01-03 | 3 | -32/+50 |
| | | | | |||||
| * | | | update mediafire, easybytez | zoidberg10 | 2012-01-03 | 3 | -10/+133 |
| | | | | |||||
| * | | | fixed imports | RaNaN | 2012-01-01 | 1 | -4/+3 |
| | | | | |||||
| * | | | Happy new Year ! | RaNaN | 2012-01-01 | 4 | -70/+90 |
| | | | | |||||
| * | | | new crypter plugin API, now decrypting possible for now. | RaNaN | 2011-12-31 | 12 | -194/+764 |
| | | | | |||||
| * | | | some account fixes | RaNaN | 2011-12-27 | 2 | -17/+27 |
| | | | | |||||
| * | | | fix SO for new account manager | RaNaN | 2011-12-24 | 4 | -10/+27 |
| | | | | |||||
| * | | | ShareOnline Premium, OronCom updates | Jeix | 2011-12-24 | 2 | -4/+5 |
| | | | | |||||
| * | | | merge hotfixes in | RaNaN | 2011-12-23 | 10 | -587/+571 |
| |\ \ \ | |||||
| | * | | | closed #473 | RaNaN | 2011-12-23 | 1 | -7/+2 |
| | | | | | |||||
| | * | | | accountmanager v2, delete your accounts.conf and re-enter them in pyload, | RaNaN | 2011-12-22 | 6 | -351/+266 |
| | | | | | | | | | | | | | | | | | | | | new nice debug functions, try core.shell() and core.breakpoint() | ||||
| | * | | | Merged in hzpz/pyload (pull request #10) | RaNaN | 2011-12-20 | 1 | -0/+52 |
| | |\ \ \ | |||||
| | * | | | | configparser v2, warning CONFIG will be DELETED. | RaNaN | 2011-12-19 | 5 | -24/+27 |
| | | | | | | |||||
| | * | | | | pluginmanager cleanup | RaNaN | 2011-12-17 | 1 | -83/+116 |
| | | | | | | |||||
| | * | | | | updated plugin api and plugin manager | RaNaN | 2011-12-17 | 4 | -95/+103 |
| | | | | | | |||||
| | * | | | | improve share online | Jeix | 2011-12-17 | 1 | -3/+6 |
| | | | | | | |||||
| | * | | | | refractoring | RaNaN | 2011-12-15 | 5 | -106/+136 |
| | | | | | | |||||
* | | | | | | Added DuckcryptInfo decrypter, smaller fixes | godofdream | 2012-08-29 | 3 | -12/+67 |
| | | | | | | |||||
* | | | | | | share-rapid.cz hotfix | zoidberg10 | 2012-08-25 | 1 | -3/+1 |
| | | | | | | |||||
* | | | | | | update 1fichier | zoidberg10 | 2012-08-25 | 1 | -26/+21 |
| | | | | | | |||||
* | | | | | | update sharerapid.cz - possible workaround for #657 | zoidberg10 | 2012-08-25 | 2 | -25/+64 |
| | | | | | | |||||
* | | | | | | udpdate zippyshare, linkdecrypter - closed #670 | zoidberg10 | 2012-08-24 | 3 | -40/+59 |
| | | | | | | |||||
* | | | | | | filecloud.io (experimental) -- closed #659 | zoidberg10 | 2012-08-24 | 4 | -10/+173 |
| | | | | | | |||||
* | | | | | | update ryushare.com - thx trance4us | zoidberg10 | 2012-08-23 | 2 | -8/+13 |
| | | | | | | |||||
* | | | | | | Fixed Jumbofiles closed #660 | godofdream | 2012-08-23 | 1 | -8/+20 |
| | | | | | | |||||
* | | | | | | Fixed Onefichier, closed 664 | godofdream | 2012-08-23 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | update XFileSharingPro - closes #663, hopefully doesn't break more | zoidberg10 | 2012-08-22 | 3 | -34/+57 |
| | | | | | | |||||
* | | | | | | uploded.net - closed #655, #661, #662# - thx meX Styler & thammi | zoidberg10 | 2012-08-21 | 1 | -9/+14 |
| | | | | | | |||||
* | | | | | | Fixed c1neonCom plugin | godofdream | 2012-08-17 | 1 | -4/+4 |
| | | | | | | |||||
* | | | | | | fix multipart post encoding, add workaround for captcha hooks | zoidberg10 | 2012-08-17 | 2 | -12/+50 |
| | | | | | | |||||
* | | | | | | 2shared - closed #656, 4shared - closed #651 (dl with free account only) | zoidberg10 | 2012-08-15 | 4 | -9/+72 |
| | | | | | | |||||
* | | | | | | ddlstorage | zoidberg10 | 2012-08-15 | 2 | -5/+9 |
| | | | | | | |||||
* | | | | | | uploaded.net | zoidberg10 | 2012-08-15 | 1 | -18/+7 |
| | | | | | | |||||
* | | | | | | update dataport.cz | zoidberg10 | 2012-08-15 | 2 | -20/+40 |
| | | | | | | |||||
* | | | | | | uploaded.to -> uploaded.net | zoidberg10 | 2012-08-14 | 2 | -22/+22 |
| | | | | | | |||||
* | | | | | | closed #653, #654, fix cbh | zoidberg10 | 2012-08-14 | 4 | -18/+41 |
| | | | | | | |||||
* | | | | | | share-online.biz error handling - should fix #649 | zoidberg10 | 2012-08-13 | 1 | -15/+31 |
| | | | | | | |||||
* | | | | | | update multishare account, xfilesharingpro | zoidberg10 | 2012-08-13 | 5 | -27/+50 |
| | | | | | | |||||
* | | | | | | update depositfiles, easybytes, add ryushare | zoidberg10 | 2012-08-12 | 6 | -26/+77 |
| | | | | | | |||||
* | | | | | | coolshare.cz + warserver.cz premium support | zoidberg10 | 2012-08-11 | 4 | -7/+114 |
| | | | | | | |||||
* | | | | | | update uploading.com | zoidberg10 | 2012-08-10 | 3 | -40/+33 |
| | | | | | | |||||
* | | | | | | easybytez.com -- closed #625 | zoidberg10 | 2012-08-10 | 2 | -29/+51 |
| | | | | | | |||||
* | | | | | | updates c1neonCom decrypter | godofdream | 2012-08-07 | 3 | -77/+198 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix bypasscaptcha, add imagetyperz | zoidberg10 | 2012-08-06 | 3 | -77/+198 |
| | | | | | | | |||||
* | | | | | | | updates c1neonCom decrypter | godofdream | 2012-08-07 | 1 | -5/+6 |
|/ / / / / / | |||||
* | | | | | | updated Serienjunkies, Shareonline - closed #571, #409 | godofdream | 2012-08-06 | 2 | -5/+9 |
| | | | | | | |||||
* | | | | | | Added DdlStorage-folder support - closed #609, #573 | godofdream | 2012-08-06 | 2 | -3/+35 |
| | | | | | | |||||
* | | | | | | fast fix of error in BypassCaptcha | godofdream | 2012-08-06 | 1 | -5/+5 |
| | | | | | | |||||
* | | | | | | update Freakshare, IcyFiles, Zippyshare, C1neon, FshareVn-Ac, Filefactory-Ac | godofdream | 2012-08-06 | 7 | -20/+215 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added BypassCaptcha - closed #647, #615, #639, #644, #562, #586, #642 | ||||
* | | | | | | update czshare, warsever.cz | zoidberg10 | 2012-08-02 | 3 | -8/+57 |
| | | | | | | |||||
* | | | | | | update bitshare, icyfiles - closed #562, #282 - thx godofdream | zoidberg10 | 2012-08-02 | 2 | -14/+13 |
| | | | | | | |||||
* | | | | | | DeathByCaptcha plugin | zoidberg10 | 2012-08-02 | 1 | -0/+190 |
| | | | | | | |||||
* | | | | | | CaptchaBrotherhood plugin | zoidberg10 | 2012-07-31 | 3 | -5/+166 |
| | | | | | | |||||
* | | | | | | linkdecrypter.com -- closed #612, #630 | zoidberg10 | 2012-07-27 | 2 | -13/+14 |
| | | | | | | |||||
* | | | | | | expertdecoders.com captcha solving | zoidberg10 | 2012-07-27 | 2 | -4/+117 |
| | | | | | | |||||
* | | | | | | Uploaded.to Premium Account Fix | chrox | 2012-07-26 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Added new version | chrox | 2012-07-23 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Rapidgator new Captcha Service: Solvemedia.com | chrox | 2012-07-23 | 1 | -8/+37 |
| | | | | | | |||||
* | | | | | | [DlFreeFr] Use Content-Disposition filename | Toilal | 2012-07-08 | 1 | -3/+5 |
| | | | | | | |||||
* | | | | | | [DlFreeFr] Supports for user with free.fr ISP or not. | Toilal | 2012-07-08 | 1 | -25/+158 |
| | | | | | | |||||
* | | | | | | closed #628 | RaNaN | 2012-07-08 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | The CaptchaTrader URLs changed | Thammi | 2012-07-08 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | [FreakshareCom] Force server to respond in English + better file exists checking | Toilal | 2012-07-07 | 1 | -7/+7 |
| | | | | | | |||||
* | | | | | | closed #626, thanks to netpok | RaNaN | 2012-07-02 | 1 | -13/+14 |
| | | | | | | |||||
* | | | | | | update mediafire.com, rapidgator.net -- closed #598, #617 | zoidberg10 | 2012-06-16 | 3 | -26/+64 |
| | | | | | | |||||
* | | | | | | update uloz.to, cloudnator.com, checksum plugin | zoidberg10 | 2012-06-14 | 3 | -90/+150 |
| | | | | | | |||||
* | | | | | | closed #605 | RaNaN | 2012-06-03 | 1 | -2/+4 |
| | | | | | | |||||
* | | | | | | increased version, closed #606 | RaNaN | 2012-06-03 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Raise error when unrar is aborted | Thammi | 2012-05-29 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Merged in FloFra/pyload/stable (pull request #25) | RaNaN | 2012-06-03 | 3 | -9/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | commit plugins only | zoidberg10 | 2012-05-30 | 6 | -41/+226 |
| | | | | | | | |||||
| * | | | | | | Backed out changeset: 240404fc2b83 | zoidberg10 | 2012-05-30 | 6 | -226/+41 |
| | | | | | | | |||||
* | | | | | | | PremiumizeMe: Added code that generates fall back file names (used for ↵ | Florian Franzen | 2012-05-30 | 1 | -5/+14 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | freakshare, etc, which do not supply filenames while downloading). Fixed #581. | ||||
* | | | | | | simple checksum and download scheduler hooks; keep config options ordered | zoidberg10 | 2012-05-30 | 6 | -41/+226 |
| | | | | | | |||||
* | | | | | | merge | RaNaN | 2012-05-28 | 1 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | closed #587 | RaNaN | 2012-05-28 | 1 | -3/+3 |
| | | | | | | | |||||
* | | | | | | | Add ddlstorage.com | zoidberg10 | 2012-05-23 | 3 | -0/+93 |
| | | | | | | | |||||
* | | | | | | | little fixes - shareonline.biz, uploadhero.com | zoidberg10 | 2012-05-22 | 2 | -9/+18 |
| | | | | | | | |||||
* | | | | | | | add uploadhero (thx mcmyst), wrzuc.to, gigapeta.com | zoidberg10 | 2012-05-22 | 5 | -14/+259 |
| | | | | | | | |||||
* | | | | | | | update filefactory, add datei.to, jumbofiles.com | zoidberg10 | 2012-05-21 | 4 | -40/+141 |
| | | | | | | | |||||
* | | | | | | | closed #602, #588 | zoidberg10 | 2012-05-18 | 7 | -27/+32 |
| | | | | | | | |||||
* | | | | | | | Update DepositfilesCom, MediafireCom, UlozTo, XFileSharingPro | zoidberg10 | 2012-05-17 | 4 | -9/+31 |
| | | | | | | | |||||
* | | | | | | | closed #589 closed #586 | Jeix | 2012-05-14 | 2 | -24/+32 |
| | | | | | | | |||||
* | | | | | | | update stahnu.to, turbobit.net - closed #594 | zoidberg10 | 2012-04-30 | 5 | -18/+70 |
| | | | | | | | |||||
* | | | | | | | plugin updates: closed #592, #565; closed #591 | zoidberg10 | 2012-04-28 | 4 | -9/+19 |
| | | | | | | | |||||
* | | | | | | | update sharerapid account, serienjunkies by godofdream | zoidberg10 | 2012-04-27 | 2 | -90/+198 |
| | | | | | | | |||||
* | | | | | | | ShareRapid fix, closed #586, closed #588, thx godofdream | Jeix | 2012-04-25 | 3 | -4/+128 |
| | | | | | | | |||||
* | | | | | | | closed #561 this should do it. CryNickSystems fixed it before, but no ↵ | Jeix | 2012-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | version increment | ||||
* | | | | | | | closed #584 | Jeix | 2012-04-23 | 1 | -3/+3 |
| | | | | | | | |||||
* | | | | | | | fix uloz.to & bitshare.com premium | zoidberg10 | 2012-04-22 | 2 | -7/+14 |
|/ / / / / / | |||||
* | | | | | | fix freakshare with python < 2.7 | zoidberg10 | 2012-04-21 | 1 | -9/+9 |
| | | | | | | |||||
* | | | | | | update ifile.it - closed #583, XFileSharingPro, add rapidgator.net | zoidberg10 | 2012-04-21 | 3 | -18/+195 |
| | | | | | | |||||
* | | | | | | update uloz.to, uploading.com - closed #466 | zoidberg10 | 2012-04-20 | 2 | -17/+28 |
| | | | | | | |||||
* | | | | | | closed #571 should fix the error message | Jeix | 2012-04-16 | 1 | -3/+4 |
| | | | | | | |||||
* | | | | | | closed #579 | Jeix | 2012-04-16 | 1 | -9/+9 |
| | | | | | | |||||
* | | | | | | Netloadin Login Cookie fix | CryNickSystems | 2012-04-15 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Netload.in RegEx Fix | CryNickSystems | 2012-04-15 | 1 | -6/+6 |
| | | | | | | |||||
* | | | | | | version bumps | RaNaN | 2012-04-15 | 3 | -6/+6 |
| | | | | | | |||||
* | | | | | | version bump | RaNaN | 2012-04-15 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | fixed a bug where filenames where cut at a comma | kase | 2012-04-15 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | update dlfree.fr, letitbit.net, easybytez.com - closed #566, #574 | zoidberg10 | 2012-04-14 | 3 | -11/+27 |
| | | | | | | |||||
* | | | | | | fix last commit | RaNaN | 2012-04-14 | 1 | -3/+5 |
| | | | | | | |||||
* | | | | | | closed #580 | RaNaN | 2012-04-14 | 1 | -4/+6 |
| | | | | | | |||||
* | | | | | | closed #577 | RaNaN | 2012-04-12 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | multihoster fix, fixes #576 | RaNaN | 2012-04-11 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | update letitbit, depositfiles, ul.to; add trailerzone crypter by godofdream | zoidberg10 | 2012-04-11 | 4 | -19/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | closed #570 | ||||
* | | | | | | version bump | RaNaN | 2012-04-10 | 1 | -1/+3 |
| | | | | | | |||||
* | | | | | | Fixes a bug where unset or empty __pattern__ in MultiHoster plugins produce ↵ | Florian Franzen | 2012-04-09 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | an error or an all matching regex if the MultiHoster introduces a new hosters to pyLoad. | ||||
* | | | | | | Added premiumize.me support, using their new API ↵ | Florian Franzen | 2012-04-09 | 3 | -0/+146 |
| | | | | | | | | | | | | | | | | | | | | | | | | (https://secure.premiumize.me/?show=api). This fixes #416. | ||||
* | | | | | | icyfiles, bayfiles by godofdream, alldebrid json api, zevera python 2.5 compat. | zoidberg10 | 2012-03-24 | 7 | -179/+268 |
| | | | | | | |||||
* | | | | | | netload fix | RaNaN | 2012-03-19 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | shareonline.biz little fix | zoidberg10 | 2012-03-16 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | add Zevera.com; bitshare - might fix #554; add 120 new hosters (or maybe not) | zoidberg10 | 2012-03-15 | 6 | -21/+317 |
| | | | | | | |||||
* | | | | | | update webshare.cz, fastshare.cz | zoidberg10 | 2012-03-12 | 2 | -4/+57 |
| | | | | | |