Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix download link formatting in some plugins | 2014-11-07 | 1 | -2/+2 | |
| | |||||
* | Lowercase url to load | 2014-11-06 | 1 | -5/+5 | |
| | |||||
* | [SimpleHoster] Fix getDirectLink | 2014-11-06 | 1 | -2/+2 | |
| | |||||
* | Fix missing urlparse import | 2014-11-04 | 1 | -1/+0 | |
| | |||||
* | logDebug when detects ddl or multi hoster link | 2014-11-04 | 1 | -0/+2 | |
| | |||||
* | [SimpleCrypter][SimpleHoster] Fix info data retrieving | 2014-11-04 | 1 | -19/+23 | |
| | |||||
* | Use more print_exc + code cosmetics | 2014-11-04 | 1 | -3/+1 | |
| | |||||
* | Code cosmetics about file_info and other stuff | 2014-11-03 | 1 | -6/+6 | |
| | |||||
* | [SimpleHoster] Fix file_info stuff | 2014-11-03 | 1 | -11/+21 | |
| | |||||
* | [SimpleHoster] Fix parseFileInfo and improve getFileInfo | 2014-11-03 | 1 | -18/+15 | |
| | |||||
* | [SimpleHoster] Fix missing FOLLOWLOCATION import | 2014-11-03 | 1 | -1/+3 | |
| | |||||
* | Update internal Simple plugins | 2014-11-02 | 1 | -28/+39 | |
| | |||||
* | [SimpleHoster] Fix typo | 2014-11-01 | 1 | -1/+1 | |
| | |||||
* | [SimpleHoster] Fix and improve ddl detection, parseFileInfo and getInfo | 2014-11-01 | 1 | -42/+80 | |
| | |||||
* | [SimpleHoster] Fix checkTrafficLeft, ddl routine and cookies support | 2014-10-30 | 1 | -11/+16 | |
| | |||||
* | [SimpleHoster] Improve wait method | 2014-10-28 | 1 | -6/+11 | |
| | |||||
* | Code cosmetics: items() -> iteritems() | 2014-10-28 | 1 | -1/+1 | |
| | |||||
* | [SimpleCrypter][SimpleHoster] Fix typo in _error method call | 2014-10-28 | 1 | -2/+2 | |
| | |||||
* | Update __config__ | 2014-10-28 | 1 | -1/+0 | |
| | |||||
* | Code cosmetics | 2014-10-27 | 1 | -6/+7 | |
| | |||||
* | [SimpleHoster] Direct download link support | 2014-10-27 | 1 | -8/+17 | |
| | |||||
* | [SimpleHoster][SimpleCrypter] Bump up __version__ | 2014-10-26 | 1 | -1/+1 | |
| | |||||
* | [SimpleHoster][SimpleCrypter] Clean error method | 2014-10-26 | 1 | -4/+15 | |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | 2014-10-26 | 1 | -6/+6 | |
| | |||||
* | Replace single quotes with doubles in self.error and self.fail msg | 2014-10-25 | 1 | -1/+1 | |
| | |||||
* | Fix and improve plugins logging | 2014-10-25 | 1 | -0/+2 | |
| | |||||
* | Fix error method | 2014-10-23 | 1 | -2/+2 | |
| | |||||
* | Spare code cosmetics | 2014-10-22 | 1 | -1/+1 | |
| | |||||
* | Improve error method + fix TEXT_ENCODING in SimpleCrypter | 2014-10-22 | 1 | -4/+5 | |
| | |||||
* | Improve COOKIES parsing | 2014-10-22 | 1 | -2/+3 | |
| | |||||
* | Preload self.html | 2014-10-20 | 1 | -7/+4 | |
| | |||||
* | Fixes | 2014-10-19 | 1 | -2/+2 | |
| | |||||
* | Improve error method | 2014-10-19 | 1 | -2/+5 | |
| | |||||
* | parseError -> error now calls Fail instead Exception | 2014-10-19 | 1 | -19/+10 | |
| | |||||
* | Tiny code cosmetics | 2014-10-18 | 1 | -5/+5 | |
| | |||||
* | Add __license__ key attribute to plugins | 2014-10-08 | 1 | -0/+1 | |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | 2014-10-07 | 1 | -2/+3 | |
| | | | | Whitespaces and EOF fixup | ||||
* | [SimpleCrypter][SimpleHoster] Better exception handling | 2014-10-07 | 1 | -13/+16 | |
| | |||||
* | [SimpleHoster] Better filename processing + info about new pattern attributes | 2014-10-06 | 1 | -2/+8 | |
| | |||||
* | [SimpleHoster] Added default handle patterns LINK_FREE_PATTERN and ↵ | 2014-10-05 | 1 | -3/+27 | |
| | | | | LINK_PREMIUM_PATTERN | ||||
* | Update plugins after CaptchaService and XFileSharingPro changes | 2014-10-03 | 1 | -1/+1 | |
| | |||||
* | Prepare method improves setup one | 2014-09-28 | 1 | -4/+10 | |
| | |||||
* | [XFileSharingPro] COOKIES preset to english + improved setup routine | 2014-09-28 | 1 | -8/+1 | |
| | |||||
* | Logging string cosmetics | 2014-09-27 | 1 | -5/+4 | |
| | |||||
* | Rename SH flags | 2014-09-26 | 1 | -14/+14 | |
| | |||||
* | Fix cookie deletion + Account support for SimpleCrypter | 2014-09-26 | 1 | -6/+17 | |
| | | | | Fix: https://github.com/pyload/pyload/issues/749 | ||||
* | [SimpleHoster] Improve parseFileInfo | 2014-09-04 | 1 | -8/+8 | |
| | |||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | 2014-08-01 | 1 | -19/+6 | |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Prefer single quote for dict key name | 2014-07-15 | 1 | -1/+1 | |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | 2014-07-15 | 1 | -1/+3 | |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | 2014-07-15 | 1 | -3/+4 | |
| | |||||
* | 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 | ||||
* | [SimpleHoster] Better inline docs + changed "FILE_OFFLINE_PATTERN" to ↵ | 2014-07-05 | 1 | -10/+20 | |
| | | | | "OFFLINE_PATTERN" | ||||
* | [SimpleHoster] Improve documentation of own public attributes | 2014-06-29 | 1 | -5/+9 | |
| | |||||
* | Fix __description__ | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | 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 | |
| | |||||
* | Internal plugins PEP8 cleanup | 2013-11-23 | 1 | -1/+2 | |
| | |||||
* | SimpleHoster: new PREMIUM_ONLY_PATTERN (see #350). | 2013-10-29 | 1 | -26/+48 | |
| | | | | + cosmetics | ||||
* | 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 | |
| | |||||
* | 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 | |
| | |||||
* | SimpleHoster: fixed wrong pattern names in documentation | 2013-04-02 | 1 | -2/+2 | |
| | |||||
* | 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 mediafire, rusfolder | 2012-09-12 | 1 | -2/+2 | |
| | |||||
* | update depositfiles, easybytes, add ryushare | 2012-08-12 | 1 | -5/+10 | |
| | |||||
* | easybytez.com -- closed #625 | 2012-08-10 | 1 | -12/+29 | |
| | |||||
* | 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 some hosters, disable some more | 2012-01-25 | 1 | -5/+16 | |
| | |||||
* | linkdecrypter api (thx flowlee), fix uloz.to, 1fichier - closed #493, #494, #496 | 2012-01-12 | 1 | -5/+12 | |
| | |||||
* | 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 | |
| | |||||
* | 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 | 1 | -1/+11 | |
| | |||||
* | fix Depositfiles, UlozTo | 2011-11-13 | 1 | -2/+2 | |
| | |||||
* | Move getFileInfo to SimpleHoster.py; update Mediafire | 2011-11-13 | 1 | -0/+107 | |