Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [XFileSharingPro] Rename to XFSPHoster | Walter Purcaro | 2014-10-08 | 1 | -0/+361 |
| | |||||
* | [XFSPAccount] Fix missing COOKIE typecheck | Walter Purcaro | 2014-10-08 | 1 | -2/+3 |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | Walter Purcaro | 2014-10-07 | 10 | -26/+20 |
| | | | | Whitespaces and EOF fixup | ||||
* | [SimpleCrypter][SimpleHoster] Better exception handling | Walter Purcaro | 2014-10-07 | 2 | -21/+28 |
| | |||||
* | [XFSPAccount] Improve loadAccountInfo | Walter Purcaro | 2014-10-07 | 1 | -15/+34 |
| | |||||
* | [SimpleCrypter] Improve patterns | Walter Purcaro | 2014-10-06 | 1 | -8/+10 |
| | |||||
* | [SimpleHoster] Better filename processing + info about new pattern attributes | Walter Purcaro | 2014-10-06 | 1 | -2/+8 |
| | |||||
* | [CaptchaService] Restore req.load | Walter Purcaro | 2014-10-06 | 1 | -3/+3 |
| | |||||
* | [XFSPAccount] Improve patterns | Walter Purcaro | 2014-10-06 | 1 | -13/+15 |
| | |||||
* | [SimpleHoster] Added default handle patterns LINK_FREE_PATTERN and ↵ | Walter Purcaro | 2014-10-05 | 1 | -3/+27 |
| | | | | LINK_PREMIUM_PATTERN | ||||
* | [XFSPAccount] COOKIES attribute support | Walter Purcaro | 2014-10-05 | 1 | -7/+13 |
| | |||||
* | Use load instead req.load in all crypters and CaptchaService | Walter Purcaro | 2014-10-05 | 1 | -3/+3 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-10-03 | 1 | -4/+4 |
| | |||||
* | [CaptchaService] Fix typo | Walter Purcaro | 2014-10-03 | 1 | -16/+25 |
| | |||||
* | [CaptchaService] Fix code indentation typo | Walter Purcaro | 2014-10-03 | 1 | -2/+2 |
| | |||||
* | Update plugins after CaptchaService and XFileSharingPro changes | Walter Purcaro | 2014-10-03 | 1 | -1/+1 |
| | |||||
* | [CaptchaService] Improved | Walter Purcaro | 2014-10-03 | 1 | -35/+134 |
| | |||||
* | [DeadHoster] Improve getInfo + two hosters mark dead | Walter Purcaro | 2014-09-28 | 1 | -1/+1 |
| | |||||
* | Prepare method improves setup one | Walter Purcaro | 2014-09-28 | 2 | -11/+19 |
| | |||||
* | [XFileSharingPro] COOKIES preset to english + improved setup routine | Walter Purcaro | 2014-09-28 | 2 | -9/+2 |
| | |||||
* | [UnRar] Fix import error | Walter Purcaro | 2014-09-27 | 1 | -2/+2 |
| | |||||
* | Logging string cosmetics | Walter Purcaro | 2014-09-27 | 3 | -14/+13 |
| | |||||
* | Better dead plugin fallback | Walter Purcaro | 2014-09-26 | 2 | -6/+8 |
| | |||||
* | [CaptchaService] Fix ReCaptcha key recognition | Walter Purcaro | 2014-09-26 | 1 | -5/+11 |
| | | | | Fix: https://github.com/pyload/pyload/issues/751 | ||||
* | Rename SH flags | Walter Purcaro | 2014-09-26 | 2 | -19/+19 |
| | |||||
* | Fix cookie deletion + Account support for SimpleCrypter | Walter Purcaro | 2014-09-26 | 2 | -9/+31 |
| | | | | Fix: https://github.com/pyload/pyload/issues/749 | ||||
* | Extend ExtractArchive events + code optimizations | Walter Purcaro | 2014-09-25 | 1 | -11/+20 |
| | | | | | https://github.com/pyload/pyload/pull/622 https://github.com/pyload/pyload/pull/726 | ||||
* | [SimpleCrypter] Better built-in info | Walter Purcaro | 2014-09-24 | 1 | -7/+14 |
| | |||||
* | [SimpleHoster] Improve parseFileInfo | Walter Purcaro | 2014-09-04 | 1 | -8/+8 |
| | |||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 10 | -76/+22 |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Store all re.search/match object as "m" instead "found" | Walter Purcaro | 2014-07-20 | 1 | -7/+7 |
| | |||||
* | Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9 | Walter Purcaro | 2014-07-20 | 1 | -3/+3 |
| | |||||
* | Key attributes cleanup for account, container and crypter plugins | Walter Purcaro | 2014-07-15 | 1 | -0/+1 |
| | |||||
* | Prefer single quote for dict key name | Walter Purcaro | 2014-07-15 | 3 | -12/+12 |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | Walter Purcaro | 2014-07-15 | 3 | -1/+6 |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | Fix class definition | Walter Purcaro | 2014-07-15 | 1 | -2/+2 |
| | |||||
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | Walter Purcaro | 2014-07-15 | 10 | -18/+47 |
| | |||||
* | [CaptchaService] Remove SolveMedia __init__ | Walter Purcaro | 2014-07-10 | 1 | -21/+1 |
| | |||||
* | Use parseError instead PluginParseError + unified all download pattern ↵ | Walter Purcaro | 2014-07-10 | 1 | -1/+1 |
| | | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics | ||||
* | [SimpleCrypter] Support parseError | Walter Purcaro | 2014-07-10 | 1 | -21/+7 |
| | |||||
* | [SimpleCrypter] Added missed PAGES_PATTERN example | Walter Purcaro | 2014-07-05 | 1 | -1/+1 |
| | |||||
* | [SimpleHoster] Better inline docs + changed "FILE_OFFLINE_PATTERN" to ↵ | Walter Purcaro | 2014-07-05 | 1 | -10/+20 |
| | | | | "OFFLINE_PATTERN" | ||||
* | [SimpleCrypter] Better inline docs + support for offline & temp.offline check | Walter Purcaro | 2014-07-05 | 1 | -11/+29 |
| | |||||
* | [SimpleCrypter] ability to set cookies | Stefano | 2014-07-02 | 1 | -2/+8 |
| | |||||
* | [SimpleHoster] Improve documentation of own public attributes | Walter Purcaro | 2014-06-29 | 1 | -5/+9 |
| | |||||
* | Fixed #614 | Dominik Hardtke | 2014-06-03 | 1 | -2/+2 |
| | | | | Merged from #625 | ||||
* | File4safe premium | Stefano | 2014-05-03 | 1 | -4/+6 |
| | | | | | + XFSPAccount improved Resolves #431 | ||||
* | CaptchaService: fixed missing import | Stefano | 2014-04-18 | 1 | -1/+2 |
| | |||||
* | Fixed PEP8 violations | Stefano | 2014-04-18 | 4 | -3/+5 |
| | |||||
* | Replace __pattern__ double quotes with single | Walter Purcaro | 2014-04-11 | 2 | -2/+2 |
| | | | | Merges vuolter/pyload@dfcdf7b | ||||
* | Fix header # -*- coding: utf-8 -*- | Walter Purcaro | 2014-04-11 | 4 | -3/+4 |
| | | | | Merges vuolter/pyload@aa7b3f9 | ||||
* | Remove shebang #!/usr/bin/env python | Walter Purcaro | 2014-04-11 | 2 | -2/+2 |
| | | | | Merges vuolter/pyload@1387ded | ||||
* | Replace range with xrange | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@a50c8ff | ||||
* | Change Solvmedia to Solvemedia | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@528ffe0 | ||||
* | Fix __description__ | Walter Purcaro | 2014-04-11 | 3 | -3/+3 |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Fix __author_name__ and __author_mail__ | Walter Purcaro | 2014-04-11 | 3 | -6/+6 |
| | | | | Merges vuolter/pyload@6c57a37 | ||||
* | Improved ReCaptcha class: | Stefano | 2014-04-10 | 1 | -6/+29 |
| | | | | | Ability to detect public key and use it for challenge requests. + cosmetics | ||||
* | Unrar 5.x Support | Ben White | 2014-03-29 | 1 | -5/+13 |
| | | | | Merged #567 | ||||
* | SimpleHoster: improved PREMIUM_ONLY process | Stefano | 2014-01-16 | 1 | -4/+7 |
| | | | | Usually premium only pages doesn't show the file information so trying to get them would raise an exception. | ||||
* | Bring the improved wait method from 0.5 to 0.4.9 through SimpleHoster | Stefano | 2013-12-29 | 1 | -1/+7 |
| | |||||
* | Merge pull request #418 from vuolter/s/internal_PEP8cleanup | Stefano | 2013-11-25 | 9 | -114/+123 |
|\ | | | | | Internal plugins code cleanup according to PEP8 guidelines | ||||
| * | Internal plugins PEP8 cleanup | Walter Purcaro | 2013-11-23 | 9 | -114/+123 |
| | | |||||
* | | Crypter: EasybytezComFolder: Fixed (thx stickell) | Walter Purcaro | 2013-11-23 | 1 | -1/+1 |
| | | |||||
* | | Crypter: EasybytezComFolder: Fixed bad url processing (result in ↵ | Walter Purcaro | 2013-11-23 | 1 | -1/+6 |
|/ | | | | SimpleCrypter update) | ||||
* | added version to abstract extractor | RaNaN | 2013-11-10 | 1 | -0/+3 |
| | |||||
* | Merge remote-tracking branch 'upstream/stable' into stable | AndroKev | 2013-11-02 | 1 | -26/+48 |
|\ | | | | | | | test | ||||
| * | SimpleHoster: new PREMIUM_ONLY_PATTERN (see #350). | Stefano | 2013-10-29 | 1 | -26/+48 |
| | | | | | | | | + cosmetics | ||||
* | | Deleted the wildcard | AndroKev | 2013-11-02 | 1 | -2/+1 |
| | | |||||
* | | Deleted default value and cleaned the code a little bit | AndroKev | 2013-11-02 | 1 | -1/+1 |
| | | |||||
* | | Update AbstractExtractor.py | AndroKev | 2013-10-27 | 1 | -1/+1 |
| | | | | | | there was a little bug | ||||
* | | ExtractArchives - add an option to excludefiles | AndroKev | 2013-10-27 | 2 | -5/+10 |
|/ | |||||
* | Hosters: replaced line continuation with brackets | Walter Purcaro | 2013-10-16 | 1 | -2/+2 |
| | |||||
* | SimpleHoster: improved 0.4.9 cookie bug workaround | Stefano | 2013-10-13 | 1 | -1/+3 |
| | |||||
* | Removed dead plugins. | Stefano | 2013-10-11 | 1 | -0/+14 |
| | | | | See #304 | ||||
* | SimpleHoster: workaround load cookies 0.4.9 bug | Stefano | 2013-10-08 | 1 | -2/+4 |
| | | | | See also ecb3e1cf7733d6f217082abcbe41c0e07dc522da | ||||
* | Plugins: cosmetics See #286 | Stefano | 2013-10-02 | 1 | -2/+3 |
| | |||||
* | SimpleCrypter: using a separated method to extract links. | Stefano | 2013-09-07 | 1 | -3/+12 |
| | | | | Suggested in #257 | ||||
* | SimpleCrypter is now able to handle links on multiple pages | Stefano | 2013-07-16 | 1 | -5/+29 |
| | |||||
* | New crypter EasybytezComFolder | Stefano | 2013-04-20 | 1 | -1/+2 |
| | | | | | http://forum.pyload.org/viewtopic.php?p=9028#p9028 + html unescape in SimpleCrypter | ||||
* | NetfolderIn, SimpleCrypter: stripping folder name. | Stefano | 2013-04-06 | 1 | -1/+1 |
| | | | | + cosmetics | ||||
* | 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 |
|/ | |||||
* | 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 |
| | |||||
* | Unrar also deletes .r* files | RaNaN | 2013-04-02 | 1 | -4/+7 |
| | |||||
* | Solvemedia Captcha: implemented in a better way trying to fix bug #21 | Stefano Codari | 2013-03-19 | 1 | -5/+3 |
| | |||||
* | 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 | 1 | -5/+4 |
| | | | | Trivial changes to the SimpleCrypter class | ||||
* | update hellshare (now premium only), SimpleHoster.py - utf8-encode url | zoidberg10 | 2012-11-15 | 1 | -39/+36 |
| | |||||
* | small plugin fixes, closed #694, #695 | zoidberg10 | 2012-10-20 | 1 | -14/+41 |
| | |||||
* | update czshare, little fixes | zoidberg10 | 2012-10-03 | 2 | -22/+27 |
| | |||||
* | little multihoster fix | RaNaN | 2012-10-02 | 1 | -3/+3 |
| | |||||
* | rapidgator.net premium, novafile.com free, multihoster schedule refresh | zoidberg10 | 2012-10-01 | 2 | -17/+135 |
| | |||||
* | filebeer folder crypter, multihoster unload fix | zoidberg10 | 2012-09-30 | 1 | -7/+8 |
| | |||||
* | small plugin fixes | zoidberg10 | 2012-09-25 | 1 | -6/+8 |
| | |||||
* | multihosters - closed #618, store http/ftp accounts, add uptobox.com premium | zoidberg10 | 2012-09-24 | 2 | -34/+79 |
| | |||||
* | update mediafire, rusfolder | zoidberg10 | 2012-09-12 | 1 | -2/+2 |
| | |||||
* | update ryushare.com - thx trance4us | zoidberg10 | 2012-08-23 | 1 | -4/+4 |
| | |||||
* | update multishare account, xfilesharingpro | zoidberg10 | 2012-08-13 | 1 | -4/+2 |
| | |||||
* | update depositfiles, easybytes, add ryushare | zoidberg10 | 2012-08-12 | 2 | -19/+40 |
| | |||||
* | easybytez.com -- closed #625 | zoidberg10 | 2012-08-10 | 1 | -12/+29 |
| | |||||
* | 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 |
| | |||||
* | Add ddlstorage.com | zoidberg10 | 2012-05-23 | 1 | -0/+65 |
| | |||||
* | multihoster fix, fixes #576 | RaNaN | 2012-04-11 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | AllDebrid plugin by Andy, Voigt; closed #555; generic XFileSharingPro plugin | zoidberg10 | 2012-03-07 | 1 | -22/+32 |
| | |||||
* | fix uloz.to premium, add turbobit.net free | zoidberg10 | 2012-02-11 | 1 | -9/+19 |
| | |||||
* | fix linkdecrypter hook, add 115.com | zoidberg10 | 2012-02-02 | 1 | -31/+39 |
| | |||||
* | fix fixed hoster fix | zoidberg10 | 2012-01-25 | 1 | -6/+5 |
| | |||||
* | fix some hosters, disable some more | zoidberg10 | 2012-01-25 | 2 | -5/+35 |
| | |||||
* | linkdecrypter api (thx flowlee), fix uloz.to, 1fichier - closed #493, #494, #496 | zoidberg10 | 2012-01-12 | 1 | -5/+12 |
| | |||||
* | Unrar fix | RaNaN | 2012-01-11 | 1 | -1/+1 |
| | |||||
* | update letitbit.net | zoidberg10 | 2012-01-06 | 1 | -7/+23 |
| | |||||
* | pyLoad 0.4.9 | RaNaN | 2011-12-14 | 1 | -3/+2 |
| | |||||
* | fix input encoding in setup | zoidberg10 | 2011-12-14 | 1 | -1/+2 |
| | |||||
* | httprequest: encode('utf_8') for unicode post | zoidberg10 | 2011-12-08 | 1 | -36/+40 |
| | |||||
* | simplehoster - use parseFileSize | zoidberg10 | 2011-12-05 | 1 | -39/+42 |
| | |||||
* | closed #440 | RaNaN | 2011-12-02 | 1 | -2/+2 |
| | |||||
* | megaupload decode file info, megaupload/depositfiles folders | zoidberg10 | 2011-12-01 | 1 | -0/+44 |
| | |||||
* | update hellspy.cz, add bayfiles.com | zoidberg10 | 2011-11-29 | 1 | -16/+26 |
| | |||||
* | update zippyshare, uploadbox | zoidberg10 | 2011-11-24 | 1 | -2/+2 |
| | |||||
* | add 2shared.com | zoidberg10 | 2011-11-22 | 1 | -2/+9 |
| | |||||
* | fix filepost (#431), hellspy, ifolder, letitbit, change SimpleHoster patterns | zoidberg10 | 2011-11-22 | 1 | -6/+6 |
| | |||||
* | SimpleHoster fix | RaNaN | 2011-11-21 | 1 | -6/+8 |
| | |||||
* | improved plugin loader, import hook to always use newest plugin versions | RaNaN | 2011-11-14 | 5 | -8/+201 |
| | |||||
* | fix Depositfiles, UlozTo | zoidberg10 | 2011-11-13 | 1 | -2/+2 |
| | |||||
* | Move getFileInfo to SimpleHoster.py; update Mediafire | zoidberg10 | 2011-11-13 | 1 | -0/+107 |
| | |||||
* | closed #422 | RaNaN | 2011-11-07 | 1 | -4/+2 |
| | |||||
* | also use "rar" to extract | RaNaN | 2011-10-25 | 1 | -11/+14 |
| | |||||
* | different workaround | RaNaN | 2011-10-15 | 1 | -15/+0 |
| | |||||
* | fix for last commit | RaNaN | 2011-10-15 | 1 | -1/+1 |
| | |||||
* | subprocess bug workaround | RaNaN | 2011-10-15 | 1 | -0/+16 |
| | |||||
* | fixes for unrar | RaNaN | 2011-10-15 | 1 | -4/+8 |
| | |||||
* | simple unzip plugin | RaNaN | 2011-10-14 | 1 | -0/+49 |
| | |||||
* | improved extract plugin | RaNaN | 2011-10-14 | 1 | -44/+46 |
| | |||||
* | first version of new extract plugin | RaNaN | 2011-10-14 | 1 | -127/+152 |
| | |||||
* | fixes syntax error on old python versions | RaNaN | 2011-10-13 | 2 | -82/+3 |
| | |||||
* | improvement for hook plugins, new internal plugin type | RaNaN | 2011-10-13 | 1 | -0/+237 |