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