Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spare fixes (2) | 2015-09-03 | 1 | -2/+2 | |
| | |||||
* | Fix for issue #1654 | 2015-08-02 | 1 | -1/+1 | |
| | | | | Replaced HTTP with HTTPS in order not to reveal user credentials. | ||||
* | Fix https://github.com/pyload/pyload/pull/1564 (thx Nippey) | 2015-07-28 | 1 | -1/+4 | |
| | |||||
* | Fix https://github.com/pyload/pyload/pull/1552 (thx selaux) | 2015-07-27 | 1 | -2/+2 | |
| | |||||
* | Then update others | 2015-07-27 | 1 | -1/+1 | |
| | |||||
* | Account rewritten (2) | 2015-07-25 | 1 | -1/+1 | |
| | |||||
* | Account rewritten | 2015-07-25 | 1 | -1/+1 | |
| | |||||
* | Code cosmetics | 2015-07-24 | 1 | -2/+2 | |
| | |||||
* | Hotfixes (2) | 2015-07-24 | 1 | -5/+5 | |
| | |||||
* | Improve Captcha | 2015-07-23 | 1 | -1/+1 | |
| | |||||
* | New Captcha skeleton | 2015-07-21 | 1 | -5/+5 | |
| | |||||
* | New __status__ magic key | 2015-07-19 | 1 | -0/+1 | |
| | |||||
* | [OCR] Fix __init__ (2) | 2015-07-19 | 1 | -2/+2 | |
| | |||||
* | Code cosmetics (2) | 2015-07-19 | 1 | -2/+2 | |
| | |||||
* | Code cosmetics | 2015-07-18 | 1 | -3/+3 | |
| | |||||
* | Spare fixes and code cosmetics | 2015-07-17 | 1 | -1/+1 | |
| | |||||
* | No camelCase style anymore | 2015-07-07 | 1 | -26/+26 | |
| | |||||
* | Update all | 2015-06-24 | 1 | -4/+2 | |
| | |||||
* | [ShareonlineBiz] Improve checkErrors (THX nomad71) | 2015-06-15 | 1 | -2/+2 | |
| | | | | Fix https://github.com/pyload/pyload/issues/1497 | ||||
* | Update plugins | 2015-06-08 | 1 | -3/+3 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1446 | 2015-06-02 | 1 | -19/+18 | |
| | |||||
* | Update plugins after splitting CaptchaService | 2015-05-30 | 1 | -2/+2 | |
| | |||||
* | [ShareonlineBiz] Fix https://github.com/pyload/pyload/issues/1424 | 2015-05-24 | 1 | -11/+15 | |
| | |||||
* | [SimpleHoster] Fix create_getInfo | 2015-05-18 | 1 | -5/+3 | |
| | |||||
* | Use 'import' instead 'from' | 2015-05-01 | 1 | -4/+3 | |
| | |||||
* | Spare code cosmetics | 2015-04-10 | 1 | -8/+5 | |
| | |||||
* | __config__ cosmetics | 2015-03-25 | 1 | -0/+1 | |
| | |||||
* | Import cleanup for datetime and time modules | 2015-03-14 | 1 | -2/+2 | |
| | |||||
* | Update plugins after SimpleHoster changes | 2015-03-10 | 1 | -3/+3 | |
| | |||||
* | Spare code cosmetics | 2015-01-31 | 1 | -3/+2 | |
| | |||||
* | Update plugins after CaptchaService changes | 2015-01-22 | 1 | -2/+2 | |
| | |||||
* | Replace 'except' with 'except Exception' | 2015-01-13 | 1 | -1/+1 | |
| | |||||
* | "New Year" Update: hoster plugins | 2015-01-09 | 1 | -18/+18 | |
| | |||||
* | Spare code improvements | 2015-01-04 | 1 | -3/+3 | |
| | |||||
* | Update checkFile routine in some hoster plugins | 2014-12-18 | 1 | -7/+4 | |
| | |||||
* | Update plugins (2) | 2014-12-16 | 1 | -1/+1 | |
| | |||||
* | Code cosmetics about checkErrors | 2014-12-05 | 1 | -0/+1 | |
| | |||||
* | [ShareonlineBiz] Fix recaptcha | 2014-12-03 | 1 | -1/+3 | |
| | |||||
* | [ShareonlineBiz] Fix getInfo (2) | 2014-12-02 | 1 | -6/+8 | |
| | |||||
* | [ShareonlineBiz] Fix getInfo | 2014-12-02 | 1 | -3/+3 | |
| | |||||
* | [ShareonlineBiz] Extend SimpleHoster | 2014-12-01 | 1 | -97/+87 | |
| | |||||
* | Code cosmetics | 2014-11-10 | 1 | -12/+12 | |
| | |||||
* | Code cosmetics: plugin class attributes | 2014-10-28 | 1 | -7/+7 | |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | 2014-10-26 | 1 | -5/+5 | |
| | |||||
* | Avoid gettext conflict due variable `_` | 2014-10-25 | 1 | -1/+1 | |
| | |||||
* | Spare code cosmetics | 2014-10-25 | 1 | -2/+1 | |
| | |||||
* | Call error instead fail in some plugins | 2014-10-23 | 1 | -3/+4 | |
| | |||||
* | Spare code cosmetics | 2014-10-22 | 1 | -16/+9 | |
| | |||||
* | Update hosters to self.error | 2014-10-19 | 1 | -2/+2 | |
| | |||||
* | Pattern update 2 | 2014-10-11 | 1 | -1/+1 | |
| | |||||
* | 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/+5 | |
| | | | | Whitespaces and EOF fixup | ||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | 2014-08-01 | 1 | -2/+6 | |
| | | | | 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 | -1/+1 | |
| | |||||
* | Prefer single quote for dict key name | 2014-07-15 | 1 | -11/+11 | |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | 2014-07-15 | 1 | -3/+3 | |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | Update ShareonlineBiz.py | 2014-05-15 | 1 | -1/+5 | |
| | | | captcha feedback (update) | ||||
* | Update ShareonlineBiz | 2014-05-05 | 1 | -1/+5 | |
| | | | | Merges #607 | ||||
* | Removed unused imports | 2014-04-18 | 1 | -4/+1 | |
| | |||||
* | Replace __pattern__ double quotes with single | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@dfcdf7b | ||||
* | Fix header # -*- coding: utf-8 -*- | 2014-04-11 | 1 | -1/+0 | |
| | | | | Merges vuolter/pyload@aa7b3f9 | ||||
* | Remove shebang #!/usr/bin/env python | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@1387ded | ||||
* | Fix retry time formats | 2014-04-11 | 1 | -3/+3 | |
| | | | | Merges vuolter/pyload@498b9e3 | ||||
* | Fix __description__ | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | ShareonlineBiz: Https fix + code cosmetics | 2014-01-09 | 1 | -67/+49 | |
| | | | | Merged #459 | ||||
* | Shareonline: added HTTPS | 2013-12-31 | 1 | -2/+2 | |
| | | | Requested in #451 | ||||
* | Fixed PEP 8 violations in Hosters | 2013-07-22 | 1 | -58/+64 | |
| | |||||
* | Using CaptchaService to make them works on 0.5 | 2013-07-15 | 1 | -1/+1 | |
| | |||||
* | closed #764 | 2013-02-09 | 1 | -2/+4 | |
| | |||||
* | rapidgator.net, shareonline.biz - closed #701 | 2012-10-20 | 1 | -5/+6 | |
| | |||||
* | Increased Shareonline version | 2012-09-05 | 1 | -1/+1 | |
| | |||||
* | postdownload check for ShareOnline, closes #669 | 2012-09-05 | 1 | -0/+10 | |
| | |||||
* | update dataport.cz | 2012-08-15 | 1 | -2/+4 | |
| | |||||
* | closed #653, #654, fix cbh | 2012-08-14 | 1 | -6/+7 | |
| | |||||
* | share-online.biz error handling - should fix #649 | 2012-08-13 | 1 | -15/+31 | |
| | |||||
* | updated Serienjunkies, Shareonline - closed #571, #409 | 2012-08-06 | 1 | -3/+4 | |
| | |||||
* | commit plugins only | 2012-05-30 | 1 | -6/+7 | |
| | |||||
* | Backed out changeset: 240404fc2b83 | 2012-05-30 | 1 | -7/+6 | |
| | |||||
* | simple checksum and download scheduler hooks; keep config options ordered | 2012-05-30 | 1 | -6/+7 | |
| | |||||
* | little fixes - shareonline.biz, uploadhero.com | 2012-05-22 | 1 | -3/+7 | |
| | |||||
* | update stahnu.to, turbobit.net - closed #594 | 2012-04-30 | 1 | -2/+2 | |
| | |||||
* | closed #571 should fix the error message | 2012-04-16 | 1 | -3/+4 | |
| | |||||
* | shareonline.biz little fix | 2012-03-16 | 1 | -1/+2 | |
| | |||||
* | hotfile patch by JoKoT3 - close #556, fix zippyshare, bitshare login | 2012-03-11 | 1 | -7/+6 | |
| | |||||
* | share-online.biz (#550) partial fix, closed #551 | 2012-03-04 | 1 | -56/+32 | |
| | |||||
* | shareonline.biz - suppress ocr | 2012-02-11 | 1 | -2/+7 | |
| | |||||
* | closed #536, #540 | 2012-02-11 | 1 | -26/+31 | |
| | |||||
* | increase version numbers | 2011-12-20 | 1 | -1/+1 | |
| | |||||
* | improve share-online | 2011-12-17 | 1 | -3/+6 | |
| | |||||
* | SO fix | 2011-09-25 | 1 | -0/+4 | |
| | |||||
* | closed #371 | 2011-09-18 | 1 | -0/+5 | |
| | |||||
* | Shareonline, zshare fix, testing __slots__ attribute | 2011-06-27 | 1 | -3/+3 | |
| | |||||
* | improved some code style issues | 2011-05-14 | 1 | -7/+6 | |
| | |||||
* | closed #259, #250 | 2011-03-11 | 1 | -8/+6 | |
| | |||||
* | fixes last commit | 2011-02-19 | 1 | -1/+1 | |
| | |||||
* | closing all shareonline request correctly | 2011-02-19 | 1 | -3/+2 | |
| | |||||
* | little SO fix | 2011-02-13 | 1 | -0/+1 | |
| | |||||
* | share-online.biz premium propably broken due api changes | 2011-02-05 | 1 | -5/+6 | |
| | |||||
* | share-online.biz premium fix | 2011-02-04 | 1 | -5/+4 | |
| | |||||
* | oops | 2011-02-03 | 1 | -1/+1 | |
| | |||||
* | share-online premium fix, please test | 2011-02-03 | 1 | -57/+82 | |
| | |||||
* | share-online.biz free account fix | 2011-02-03 | 1 | -5/+5 | |
| | |||||
* | SO fix try | 2011-02-03 | 1 | -1/+1 | |
| | |||||
* | fixed #222 | 2011-02-01 | 1 | -1/+6 | |
| | |||||
* | so.biz premium fix? | 2011-01-26 | 1 | -1/+1 | |
| | |||||
* | api fixes | 2010-12-27 | 1 | -1/+1 | |
| | |||||
* | small fixes: progess view in gui,xdcc,shareonline | 2010-11-05 | 1 | -4/+4 | |
| | |||||
* | share-online, try fix | 2010-11-02 | 1 | -18/+16 | |
| | |||||
* | work and reap, work and sleep, freakshare, shareonline, shragle | 2010-10-13 | 1 | -11/+22 | |
| | |||||
* | workaround | 2010-10-10 | 1 | -0/+2 | |
| | |||||
* | HotfileCom fix | 2010-10-03 | 1 | -1/+1 | |
| | |||||
* | share-online premium fix (revert to old design, coz new one is still buggy) | 2010-10-03 | 1 | -4/+7 | |
| | |||||
* | depositfiles premium fix and freakshare fix | 2010-09-08 | 1 | -1/+1 | |
| | |||||
* | little fixes | 2010-08-30 | 1 | -4/+0 | |
| | |||||
* | so.biz fix | 2010-08-27 | 1 | -0/+1 | |
| | |||||
* | new dirs | 2010-08-25 | 1 | -0/+128 | |
| | |||||
* | merged gui | 2010-08-25 | 1 | -128/+0 | |
| | |||||
* | new so fix | 2010-08-18 | 1 | -3/+0 | |
| | |||||
* | shareonline py25 fix | 2010-08-18 | 1 | -0/+1 | |
| | |||||
* | HotfileCom refactoring + premium support + prefetching, ShareonlineBiz ↵ | 2010-08-18 | 1 | -1/+1 | |
| | | | | prefetching fix | ||||
* | improvements | 2010-08-12 | 1 | -10/+21 | |
| | |||||
* | account plugin change, server methods for accounts | 2010-08-12 | 1 | -2/+4 | |
| | |||||
* | ShareonlineBiz free+premium, DDLMusicOrg working, SerienjunkiesOrg fix, ↵ | 2010-08-11 | 1 | -98/+66 | |
| | | | | FileDatabase fix, other fixes | ||||
* | python 2.5 compatibility fix for ShareOnline.Biz | 2010-07-04 | 1 | -4/+19 | |
| | |||||
* | fix fix fix | 2010-06-20 | 1 | -1/+2 | |
| | |||||
* | new plugin interface test, ShareonlineBiz + SerienjunkiesOrg + ↵ | 2010-05-17 | 1 | -7/+19 | |
| | | | | MegauploadedCom fix, other stuff | ||||
* | refactored plugins, new plugin manager | 2010-05-05 | 1 | -12/+10 | |
| | |||||
* | several fixes | 2010-05-04 | 1 | -1/+1 | |
| | |||||
* | Pack Fixes | 2010-04-13 | 1 | -5/+5 | |
| | |||||
* | fix netload and shareonline, captcha subsets for better recognition | 2010-04-12 | 1 | -0/+1 | |
| | |||||
* | Universal File Not Found | 2010-04-06 | 1 | -1/+0 | |
| | |||||
* | shareonline fix | 2010-03-10 | 1 | -6/+12 | |
| | |||||
* | Fixed Reconnect | 2010-01-17 | 1 | -1/+0 | |
| | |||||
* | Fixed Shareonline | 2010-01-16 | 1 | -0/+2 | |
| | |||||
* | closes #13 | 2009-12-27 | 1 | -0/+116 | |