summaryrefslogtreecommitdiffstats
path: root/module/plugins
Commit message (Collapse)AuthorAgeFilesLines
* New account plugin for EgoFilesComGravatar Stefano 2013-03-111-0/+40
| | | | http://forum.pyload.org/viewtopic.php?f=13&t=1959
* FshareVn: Fixed error on premium downloads. Location header not catched. See ↵Gravatar Stefano 2013-03-111-20/+3
| | | | bug #29
* DepositfilesCom: new domain "dfiles.eu". Regex updatedGravatar Stefano 2013-03-111-4/+4
| | | | http://forum.pyload.org/viewtopic.php?f=13&t=1959#p8243
* Incremented version & added author.Gravatar imclem 2013-03-101-3/+4
|
* Fixed OneFichierCom.py from userplugins.Gravatar imclem 2013-03-101-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.netGravatar Stefano 2013-03-101-0/+18
|
* FshareVn: account informations are now retrieved correctly (see bug #29)Gravatar Stefano 2013-03-101-10/+13
|
* FshareVn: Bugfix. Fixed #29Gravatar Stefano 2013-03-091-11/+11
|
* updated 9kw plugin (#27)Gravatar RaNaN 2013-03-091-4/+9
|
* EgoFilesCom: added ability to detect offline filesGravatar Stefano 2013-03-081-2/+3
|
* New hoster: EgoFilesComGravatar Stefano 2013-03-081-0/+62
| | | | http://forum.pyload.org/viewtopic.php?f=13&t=1959
* UploadedTo: fixed plugin crashGravatar Stefano 2013-03-081-7/+6
|
* Added support for UploadedTo foldersGravatar Stefano 2013-03-081-0/+45
|
* SpeedLoadOrgFolder: Package name detectionGravatar Stefano 2013-03-071-0/+1
|
* SimpleCrypter: improved pluginGravatar Stefano 2013-03-071-11/+33
| | | | | | Added support for package name detection Canonical way to add a package Code cleanup
* SpeedLoadOrgFolder: crypter rewrittenGravatar Stefano 2013-03-072-43/+9
| | | | Trivial changes to the SimpleCrypter class
* Various fixes in 24 pluginsGravatar Stefano 2013-03-0724-168/+166
|
* LinkdecrypterCom: regex fixGravatar Stefano 2013-03-061-3/+3
|
* New hoster: CyberlockerChGravatar Stefano 2013-03-061-0/+15
|
* New account plugin for ShareFilesCoGravatar Stefano 2013-03-051-0/+12
|
* New hoster: ShareFilesCoGravatar Stefano 2013-03-051-0/+24
|
* XFileSharingPro: little fix + new captcha serviceGravatar Stefano 2013-03-051-2/+11
| | | | Implemented the solvemedia captcha service. Some hosters uses different level of heading.
* closed #27Gravatar RaNaN 2013-03-021-26/+35
|
* New SpeedLoadOrg account pluginGravatar Stefano 2013-03-021-0/+12
|
* Merge branch 'stable' of github.com:pyload/pyload into stableGravatar RaNaN 2013-03-012-56/+14
|\
| * XFileSharingPro: Cleaning the download linkGravatar Stefano 2013-02-281-2/+3
| | | | | | The detected SpeedLoadOrg download URL has a \r at the end causing a Bad Gateway error.
| * SpeedLoadOrg now uses XFileSharingProGravatar Stefano 2013-02-281-54/+11
| |
* | flyfiles.net pluginGravatar RaNaN 2013-03-011-0/+41
|/
* fixed last commitGravatar RaNaN 2013-02-281-2/+2
|
* closed #25Gravatar RaNaN 2013-02-281-2/+6
|
* little fixesGravatar Christopher 2013-02-272-17/+20
|
* fixed support for filmsGravatar Christopher 2013-02-271-18/+21
|
* added hoster/XvidstageCom.pyGravatar Christopher 2013-02-271-0/+105
|
* added support to add all episodes and/or seasonsGravatar Christopher 2013-02-271-14/+54
|
* wrote crypter/Movie2kTo.pyGravatar Christopher 2013-02-271-0/+62
|
* Update module/plugins/hoster/RapidgatorNet.pyGravatar TWD 2013-02-271-3/+3
| | | bypass RapidGator download manager
* Forgot to increase versionGravatar kmarty 2013-02-261-2/+2
|
* Fix paid account access (contributed by wendelin)Gravatar kmarty 2013-02-261-3/+3
|
* Fixed error getting file sizeGravatar kmarty 2013-02-261-2/+2
|
* Use 'Content-Disposition:' as filename of downloaded fileGravatar kmarty 2013-02-261-4/+4
|
* cleaned Dailymotion pluginGravatar RaNaN 2013-02-261-25/+19
|
* Added DailymotionCom pluginGravatar peekayy 2013-02-261-0/+53
|
* Merge pull request #12 from irrenhaus/stableGravatar RaNaN 2013-02-222-18/+18
|\ | | | | Change from https:// to http:// for api.reload.cc requests
| * Change from https:// to http:// for api.reload.cc requests (SSL not ↵Gravatar Nils Hesse 2013-02-222-18/+18
| | | | | | | | supported yet)
* | SpeedLoadOrg: removed duplicated stringGravatar Stefano 2013-02-211-1/+0
| |
* | SpeedLoadOrg: getInfo now uses APIGravatar Stefano 2013-02-211-12/+17
| |
* | SpeedLoadOrg: Detect offline filesGravatar Stefano 2013-02-211-1/+2
| | | | | | Added the FILE_OFFLINE_PATTERN to detect offline files
* | Merge pull request #8 from stickell/patch-1Gravatar RaNaN 2013-02-191-3/+10
|\ \ | | | | | | SpeedLoadOrg: Checksum verification implemented
| * | Fixed incorrect function nameGravatar Stefano 2013-02-181-2/+2
| | |
| * | Using the JSON parserGravatar Stefano 2013-02-181-3/+3
| | |
| * | SpeedLoadOrg: Checksum verification implementedGravatar Stefano 2013-02-181-3/+10
| | | | | | | | | Loading API data to allow plugins such as Checksum to work
* | | Crypter for SpeedLoadOrg FoldersGravatar Stefano 2013-02-181-0/+47
|/ /
* | More download check rules for SpeedLoadOrgGravatar Stefano 2013-02-171-2/+10
| |
* | Merge pull request #5 from gonzalosr/patch-2Gravatar RaNaN 2013-02-151-1/+4
|\ \ | | | | | | New regex to fix broken Putlocker plugin
| * | New regex to fix broken Putlocker pluginGravatar Gonzalo SR 2013-02-151-2/+2
| | | | | | | | | | | | Bumped version number Also added padding character to regexp
| * | New regex to fix broken pluginGravatar Gonzalo SR 2013-02-151-0/+3
| | |
* | | update for YouTube pluginGravatar RaNaN 2013-02-151-6/+6
|/ /
* | bump version number for MegaNzGravatar RaNaN 2013-02-141-1/+1
| |
* | Support for incorrectly padded Mega.co.nz keysGravatar Gonzalo SR 2013-02-141-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 ↵Gravatar Nils Hesse 2013-02-132-5/+5
| | | | numbers of the plugins.
* Add support for limited connections to the Reload.cc pluginGravatar Nils Hesse 2013-02-131-1/+12
|
* Enable better error handling for the Reload.cc pluginGravatar Nils Hesse 2013-02-132-32/+74
|
* closed #760Gravatar RaNaN 2013-02-091-2/+2
|
* closed #764Gravatar RaNaN 2013-02-093-19/+20
|
* mega.co.nz hoster pluginGravatar RaNaN 2013-01-261-0/+124
|
* Added SpeedLoadOrg pluginGravatar z00nx 2013-01-201-0/+41
|
* Merged in z00nx0/pyload/CloudzerNet (pull request #50: Fixes the issue with ↵Gravatar RaNaN 2013-01-174-0/+109
|\ | | | | | | download names)
| * Merged in z00nx0/pyload/IFileWs (pull request #51: Added IFileWs plugin)Gravatar RaNaN 2013-01-174-0/+154
| |\
| | * Merged in z00nx0/pyload/CatShareNet (pull request #46: Added CatShareNet plugin)Gravatar RaNaN 2013-01-143-0/+116
| | |\
| | | * Merged in z00nx0/pyload/SecureUploadEu (pull request #47: Added ↵Gravatar RaNaN 2013-01-141-0/+18
| | | |\ | | | | | | | | | | | | | | | SecureUploadEu plugin)
| | | | * Added BSecureUploadEu pluginGravatar z00nx 2013-01-111-0/+18
| | | | |
| | | * | Merged in z00nx0/pyload/LetitbitNetFolder (pull request #48: Added ↵Gravatar RaNaN 2013-01-141-0/+65
| | | |\ \ | | | | | | | | | | | | | | | | | | LetitbitNetFolder decrypter)
| | | * | | Added LetitbitNetFolder decrypterGravatar z00nx 2013-01-111-0/+33
| | | | |/ | | | |/|
| | * | | Fixed offline regexGravatar z00nx 2013-01-111-1/+1
| | | | |
| | * | | Remove unneeded debuggingGravatar z00nx 2013-01-111-1/+0
| | | | |
| | * | | Initial CatShareNet pluginGravatar z00nx 2013-01-101-0/+39
| | |/ /
| * | | Added LONG_WAIT_PATTERN regexGravatar z00nx 2013-01-161-1/+1
| | | |
| * | | Removed unneeded imported modules, added todo listGravatar z00nx 2013-01-151-3/+2
| | | |
| * | | Added IFileWs pluginGravatar z00nx 2013-01-121-0/+21
| |/ /
* | / Fixed name of downloads againGravatar z00nx 2013-01-131-1/+1
| |/ |/|
* | Removed spoob and mkaay from authors list and fixed download name issue.Gravatar z00nx 2013-01-121-3/+3
| |
* | Added CloudzerNet pluginGravatar z00nx 2013-01-111-0/+65
|/
* version bumpGravatar RaNaN 2013-01-101-1/+1
|
* Updated LetitbitNet pluginGravatar z00nx 2013-01-101-38/+53
|
* Alldebdrid updateGravatar RaNaN 2013-01-031-2/+11
|
* ShareLinksBiz: FIX package info retrievalGravatar fragonib 2012-12-261-4/+12
|
* LinkSaveIn: FIX compiler warningsGravatar fragonib 2012-12-261-7/+7
|
* RelinkUs: Crypter several improvements.Gravatar fragonib 2012-12-261-81/+189
|
* failed 'NoneType' object has no attribute 'group' (if no reconnect is available)Gravatar magnat 2012-11-241-6/+16
|
* fix cookie in request (the language parameter is important)Gravatar magnat 2012-11-241-2/+2
|
* Update hellshare.cz, add boltsharing.comGravatar zoidberg10 2012-11-195-25/+55
|
* Dereferer pluginGravatar zoidberg10 2012-11-181-0/+34
|
* BasePlugin - fix http authGravatar zoidberg10 2012-11-171-14/+15
|
* Contributed plugins - closed #722,#723Gravatar zoidberg10 2012-11-163-0/+282
|
* update fshare.vn, update hellshare.cz accountGravatar zoidberg10 2012-11-162-36/+68
|
* update Youtube crypterGravatar zoidberg10 2012-11-151-17/+10
|
* ExternalScripts - patch by x_puma_x - closed #712,#713Gravatar zoidberg10 2012-11-151-3/+3
|
* MergeGravatar zoidberg10 2012-11-151-1/+3
|\
| * Merged in irrenhaus/pyload (pull request #41)Gravatar zoidberg10 2012-11-1411-96/+219
| |\
| * | Update the error codesGravatar Nils Hesse 2012-11-141-1/+3
| | |
* | | update hellshare (now premium only), SimpleHoster.py - utf8-encode urlGravatar zoidberg10 2012-11-153-135/+78
| |/ |/|
* | youtube config options, resume - closed #717, ul.to - closed #716,Gravatar zoidberg10 2012-11-134-21/+43
| | | | | | | | netload.in - fix some urls, linkdecrypter - fix crypter list
* | update XFileSharingPro & add billionuploads,sendmyway,sharebees pluginsGravatar zoidberg10 2012-11-094-61/+132
| |
* | share76.com plugin by R2D2 C3PO - closed #710Gravatar zoidberg10 2012-11-092-0/+30
| |
* | Merged in irrenhaus/pyload (pull request #40)Gravatar zoidberg10 2012-11-081-14/+14
|\ \ | |/ |/|
| * Merged in irrenhaus/pyload (pull request #39)Gravatar zoidberg10 2012-11-081-14/+14
| |\
| | * fix euroshare.eu - closed #692Gravatar zoidberg10 2012-11-041-14/+14
| | |
* | | Use a dictionary to supply HTTP requests with the GET parameters (ensure ↵Gravatar Nils Hesse 2012-11-083-23/+39
| | | | | | | | | | | | proper URL encoding)
* | | Change self.accounts to self.info for getting the cached password hashGravatar Nils Hesse 2012-11-081-1/+1
|/ /
* | Removed leftover comment from reload.cc hoster accountGravatar Nils Hesse 2012-11-081-1/+0
| |
* | Added some error codes to the reload.cc hoster pluginGravatar Nils Hesse 2012-11-082-7/+14
| | | | | | | | Removed some leftover comments from account plugin
* | Added the reload.cc pluginGravatar Nils Hesse 2012-11-083-0/+164
|/
* update plugins - easybytez,filefactory,rusfolder,euroshareGravatar zoidberg10 2012-11-037-43/+77
|
* sharelinks.biz - closed #697 (but see #704), remove dead hostersGravatar zoidberg10 2012-11-013-57/+4
|
* update lix.in crypter - closed #707, hotfile.com - decode, enable checksumGravatar zoidberg10 2012-11-012-8/+8
|
* update bezvadata,fastshare,dataportGravatar zoidberg10 2012-10-303-19/+63
|
* youtube - add 3D formats, update playlist crypterGravatar zoidberg10 2012-10-273-59/+68
|
* gamefront.com plugin - thanx fwannmacher - closed #705Gravatar zoidberg10 2012-10-261-0/+79
|
* update youtube plugin - closed #686Gravatar zoidberg10 2012-10-262-19/+20
|
* rapidgator.net, shareonline.biz - closed #701Gravatar zoidberg10 2012-10-202-13/+32
|
* small plugin fixes, closed #694, #695Gravatar zoidberg10 2012-10-206-48/+75
|
* update CaptchaBrotherhood - closed #696, sharerapid.comGravatar zoidberg10 2012-10-142-4/+6
|
* MergeGravatar zoidberg10 2012-10-121-1/+1
|\
| * forget to bump versionGravatar RaNaN 2012-10-121-1/+1
| |
* | Cleanup.Gravatar zoidberg10 2012-10-1219-1572/+0
|/
* better updatemanagerGravatar RaNaN 2012-10-121-32/+39
|
* fix sharerapid, euroshareGravatar zoidberg10 2012-10-102-16/+29
|
* euroshare.eu premiumGravatar zoidberg10 2012-10-092-8/+69
|
* filebeer workaround, rehost.to chunklimit, multihoster configGravatar zoidberg10 2012-10-086-17/+24
|
* fix rapidgator.netGravatar zoidberg10 2012-10-062-41/+48
|
* 9kw.eu captcha service plugin - (see http://9kw.eu/hilfe.html) - closed #691Gravatar zoidberg10 2012-10-041-0/+139
|
* rapidgator fix api urlGravatar zoidberg10 2012-10-034-12/+85
|
* Fix DuckcryptInfo and NowDownloadEuGravatar godofdream 2012-10-032-5/+10
|
* update czshare, little fixesGravatar zoidberg10 2012-10-036-103/+76
|
* little multihoster fixGravatar RaNaN 2012-10-021-3/+3
|
* rapidgator.net premium, novafile.com free, multihoster schedule refreshGravatar zoidberg10 2012-10-018-100/+296
|
* filebeer folder crypter, multihoster unload fixGravatar zoidberg10 2012-09-302-7/+43
|
* update hellshare.czGravatar zoidberg10 2012-09-271-11/+14
|
* add filebeer.info/fastshare.cz/quickshare.cz premium, closed #688Gravatar zoidberg10 2012-09-2712-59/+322
|
* filebeer.info (free only) - closed #687Gravatar zoidberg10 2012-09-251-0/+88
|
* small plugin fixesGravatar zoidberg10 2012-09-258-25/+17
|
* multihosters - closed #618, store http/ftp accounts, add uptobox.com premiumGravatar zoidberg10 2012-09-2417-183/+304
|
* update hellshare/hellspy patternsGravatar zoidberg10 2012-09-192-5/+5
|
* Added NowDownloadEu Hoster (No limits)Gravatar godofdream 2012-09-161-0/+62
|
* closed #604Gravatar Jeix 2012-09-131-11/+17
|
* putlockerComGravatar Jeix 2012-09-131-2/+2
|
* update mediafire, rusfolderGravatar zoidberg10 2012-09-123-25/+22
|
* fix turbobit with ossp-js, ryushare, easybytez - thx trance4us, ChriZathensGravatar zoidberg10 2012-09-103-9/+16
|
* add UnSkipOnFail hookGravatar hagg 2012-09-101-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'Gravatar hagg 2012-09-101-4/+10
|
* update turbobit, 1fichier - closed #679, maybe #665Gravatar zoidberg10 2012-09-083-42/+110
|
* Increased Shareonline versionGravatar godofdream 2012-09-051-1/+1
|
* postdownload check for ShareOnline, closes #669Gravatar godofdream 2012-09-051-0/+10
|
* update ddlstorage/xfilesharingpro - closed #667Gravatar zoidberg10 2012-09-052-17/+18
|
* zippyshare - closed #674Gravatar zoidberg10 2012-08-311-1/+2
|
* Added DuckcryptInfo decrypter, smaller fixesGravatar godofdream 2012-08-293-12/+67
|
* share-rapid.cz hotfixGravatar zoidberg10 2012-08-251-3/+1
|
* update 1fichierGravatar zoidberg10 2012-08-251-26/+21
|
* update sharerapid.cz - possible workaround for #657Gravatar zoidberg10 2012-08-252-25/+64
|
* udpdate zippyshare, linkdecrypter - closed #670Gravatar zoidberg10 2012-08-243-40/+59
|
* filecloud.io (experimental) -- closed #659Gravatar zoidberg10 2012-08-244-10/+173
|
* update ryushare.com - thx trance4usGravatar zoidberg10 2012-08-232-8/+13
|
* Fixed Jumbofiles closed #660Gravatar godofdream 2012-08-231-8/+20
|
* Fixed Onefichier, closed 664Gravatar godofdream 2012-08-231-3/+3
|
* update XFileSharingPro - closes #663, hopefully doesn't break moreGravatar zoidberg10 2012-08-223-34/+57
|
* uploded.net - closed #655, #661, #662# - thx meX Styler & thammiGravatar zoidberg10 2012-08-211-9/+14
|
* Fixed c1neonCom pluginGravatar godofdream 2012-08-171-4/+4
|
* fix multipart post encoding, add workaround for captcha hooksGravatar zoidberg10 2012-08-172-12/+50
|
* 2shared - closed #656, 4shared - closed #651 (dl with free account only)Gravatar zoidberg10 2012-08-154-9/+72
|
* ddlstorageGravatar zoidberg10 2012-08-152-5/+9
|
* uploaded.netGravatar zoidberg10 2012-08-151-18/+7
|
* update dataport.czGravatar zoidberg10 2012-08-152-20/+40
|
* uploaded.to -> uploaded.netGravatar zoidberg10 2012-08-142-22/+22
|
* closed #653, #654, fix cbhGravatar zoidberg10 2012-08-144-18/+41
|
* share-online.biz error handling - should fix #649Gravatar zoidberg10 2012-08-131-15/+31
|
* update multishare account, xfilesharingproGravatar zoidberg10 2012-08-135-27/+50
|
* update depositfiles, easybytes, add ryushareGravatar zoidberg10 2012-08-126-26/+77
|
* coolshare.cz + warserver.cz premium supportGravatar zoidberg10 2012-08-114-7/+114
|
* update uploading.comGravatar zoidberg10 2012-08-103-40/+33
|
* easybytez.com -- closed #625Gravatar zoidberg10 2012-08-102-29/+51
|
* updates c1neonCom decrypterGravatar godofdream 2012-08-073-77/+198
|\
| * fix bypasscaptcha, add imagetyperzGravatar zoidberg10 2012-08-063-77/+198
| |
* | updates c1neonCom decrypterGravatar godofdream 2012-08-071-5/+6
|/
* updated Serienjunkies, Shareonline - closed #571, #409Gravatar godofdream 2012-08-062-5/+9
|
* Added DdlStorage-folder support - closed #609, #573Gravatar godofdream 2012-08-062-3/+35
|
* fast fix of error in BypassCaptchaGravatar godofdream 2012-08-061-5/+5
|
* update Freakshare, IcyFiles, Zippyshare, C1neon, FshareVn-Ac, Filefactory-AcGravatar godofdream 2012-08-067-20/+215
| | | | | Added BypassCaptcha - closed #647, #615, #639, #644, #562, #586, #642
* update czshare, warsever.czGravatar zoidberg10 2012-08-023-8/+57
|
* update bitshare, icyfiles - closed #562, #282 - thx godofdreamGravatar zoidberg10 2012-08-022-14/+13
|
* DeathByCaptcha pluginGravatar zoidberg10 2012-08-021-0/+190
|
* CaptchaBrotherhood pluginGravatar zoidberg10 2012-07-313-5/+166
|
* linkdecrypter.com -- closed #612, #630Gravatar zoidberg10 2012-07-272-13/+14
|
* expertdecoders.com captcha solvingGravatar zoidberg10 2012-07-272-4/+117
|
* Uploaded.to Premium Account FixGravatar chrox 2012-07-261-2/+2
|
* Added new versionGravatar chrox 2012-07-231-2/+2
|
* Rapidgator new Captcha Service: Solvemedia.comGravatar chrox 2012-07-231-8/+37
|
* [DlFreeFr] Use Content-Disposition filenameGravatar Toilal 2012-07-081-3/+5
|
* [DlFreeFr] Supports for user with free.fr ISP or not.Gravatar Toilal 2012-07-081-25/+158
|
* closed #628Gravatar RaNaN 2012-07-081-1/+1
|
* The CaptchaTrader URLs changedGravatar Thammi 2012-07-081-3/+3
|