Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No camelCase style anymore | Walter Purcaro | 2015-07-07 | 1 | -7/+7 |
| | |||||
* | Spare code cosmetics (4) | Walter Purcaro | 2015-06-24 | 1 | -6/+2 |
| | |||||
* | Update plugins (2) | Walter Purcaro | 2015-06-10 | 1 | -1/+1 |
| | |||||
* | Use 'import' instead 'from' | Walter Purcaro | 2015-05-01 | 1 | -3/+1 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | __config__ cosmetics | Walter Purcaro | 2015-03-25 | 1 | -0/+1 |
| | |||||
* | [RealdebridCom] Revert 189f3cf05a30726850b3be82c2d7455d85d5e1b5 (fix ↵ | Walter Purcaro | 2015-03-18 | 1 | -2/+2 |
| | | | | https://github.com/pyload/pyload/issues/1260) | ||||
* | [RealdebridCom] Fix https://github.com/pyload/pyload/issues/1252 | Walter Purcaro | 2015-03-18 | 1 | -24/+2 |
| | |||||
* | 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-03-10 | 1 | -1/+1 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-02-08 | 1 | -3/+0 |
| | |||||
* | Fix SSL option in some hoster plugins | Walter Purcaro | 2015-01-09 | 1 | -2/+2 |
| | |||||
* | "New Year" Update: hoster plugins | Walter Purcaro | 2015-01-09 | 1 | -16/+13 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-01-02 | 1 | -2/+1 |
| | |||||
* | Update some MultiHoster __pattern__ | Walter Purcaro | 2014-12-30 | 1 | -2/+2 |
| | |||||
* | [RealdebridCom] Fix __pattern__ (thx titodark) | Walter Purcaro | 2014-12-28 | 1 | -2/+2 |
| | |||||
* | [AlldebridCom][RealdebridCom] Fix __pattern__ | Walter Purcaro | 2014-12-27 | 1 | -2/+2 |
| | |||||
* | [ShareonlineBiz] Fix login | Walter Purcaro | 2014-12-26 | 1 | -1/+1 |
| | |||||
* | Spare code fixes | Walter Purcaro | 2014-12-26 | 1 | -3/+3 |
| | |||||
* | [MultiHoster] Update | Walter Purcaro | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | New plugin: MultiHoster | Walter Purcaro | 2014-12-23 | 1 | -6/+3 |
| | |||||
* | Fix password retrieving in some plugins | Walter Purcaro | 2014-12-20 | 1 | -9/+3 |
| | |||||
* | Update checkFile routine in some hoster plugins | Walter Purcaro | 2014-12-18 | 1 | -1/+3 |
| | |||||
* | Extend SimpleHoster in multi-hoster plugins (3) | Walter Purcaro | 2014-12-17 | 1 | -0/+3 |
| | |||||
* | Extend SimpleHoster in multi-hoster plugins (2) | Walter Purcaro | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Extend SimpleHoster in multi-hoster plugins | Walter Purcaro | 2014-12-17 | 1 | -41/+37 |
| | |||||
* | Plugin code cosmetics (3) | Walter Purcaro | 2014-12-07 | 1 | -4/+5 |
| | |||||
* | Code cosmetics: plugin class attributes | Walter Purcaro | 2014-10-28 | 1 | -4/+4 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | Walter Purcaro | 2014-10-26 | 1 | -3/+3 |
| | |||||
* | Two space before function declaration | Walter Purcaro | 2014-10-22 | 1 | -0/+2 |
| | |||||
* | 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/+1 |
| | | | | Whitespaces and EOF fixup | ||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 1 | -4/+7 |
| | | | | 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 | Walter Purcaro | 2014-07-15 | 1 | -6/+6 |
| | |||||
* | Replace __pattern__ double quotes with single | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@dfcdf7b | ||||
* | Use pyfile instead self.pyfile | Walter Purcaro | 2014-04-11 | 1 | -3/+3 |
| | | | | Merges vuolter/pyload@b7f6e2e | ||||
* | Fix __pattern__ www | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@d3be840 | ||||
* | 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 | -1/+1 |
| | | | | Merges vuolter/pyload@498b9e3 | ||||
* | Fix __author_name__ and __author_mail__ | Walter Purcaro | 2014-04-11 | 1 | -2/+2 |
| | | | | Merges vuolter/pyload@6c57a37 | ||||
* | Update RealdebridCom.py | chaosmaker | 2013-11-01 | 1 | -2/+2 |
| | | | Changed Line 51 to use https instead of http as RealDebrid now only supports that. | ||||
* | MultiHosters: no need an account if the link has already been converted. | Stefano | 2013-10-13 | 1 | -9/+8 |
| | | | | See also #307 | ||||
* | Fixed PEP 8 violations in Hosters | Stefano | 2013-07-22 | 1 | -9/+11 |
| | |||||
* | Normalize line endings to avoid line endings merge conflicts | Stefano | 2013-07-21 | 1 | -88/+88 |
| | |||||
* | Using the same translatable string | Stefano | 2013-07-20 | 1 | -2/+2 |
| | |||||
* | fixed log api call for several plugins | Walter Purcaro | 2013-07-17 | 1 | -3/+3 |
| | |||||
* | closed #587 | RaNaN | 2012-05-28 | 1 | -3/+3 |
| | |||||
* | closed #577 | RaNaN | 2012-04-12 | 1 | -2/+2 |
| | |||||
* | Single "if" check instead of two. | Pedro Algarvio | 2012-02-19 | 1 | -1/+1 |
| | |||||
* | Fix truncated file handling on RealDebrid. | Pedro Algarvio | 2012-02-19 | 1 | -5/+6 |
| | |||||
* | Treat most errors as tempfailures, this will solve the missing errors. | Pedro Algarvio | 2012-02-05 | 1 | -7/+2 |
| | |||||
* | Fix missing error message. | Pedro Algarvio | 2012-02-05 | 1 | -1/+4 |
| | |||||
* | Stop Real-Debrid from returning streaming responses instead of file downloads. | Pedro Algarvio | 2012-02-05 | 1 | -16/+17 |
| | |||||
* | Fix Real-Debrib error matching for non exising files. | Pedro Algarvio | 2012-01-30 | 1 | -1/+4 |
| | |||||
* | real-debrid fix | RaNaN | 2012-01-10 | 1 | -2/+2 |
| | |||||
* | catch real debrid error, when ip is blocked | RaNaN | 2011-11-19 | 1 | -2/+4 |
| | |||||
* | cleanup | RaNaN | 2011-07-19 | 1 | -3/+2 |
| | |||||
* | better retry function | RaNaN | 2011-06-13 | 1 | -6/+1 |
| | |||||
* | little fixes | RaNaN | 2011-06-13 | 1 | -4/+3 |
| | |||||
* | retries for real debrid | RaNaN | 2011-06-08 | 1 | -1/+11 |
| | |||||
* | change password in webif | RaNaN | 2011-05-27 | 1 | -7/+13 |
| | |||||
* | realdebrid fix | RaNaN | 2011-05-26 | 1 | -1/+3 |
| | |||||
* | rehost plugin, fixed some account management issues | RaNaN | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | RealdebridCom plugin | RaNaN | 2011-05-24 | 1 | -0/+72 |