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