Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update everything | Walter Purcaro | 2015-06-08 | 1 | -2/+2 |
| | |||||
* | [Ftp] Fixup | Walter Purcaro | 2015-05-16 | 1 | -2/+2 |
| | |||||
* | Use 'import' instead 'from' | Walter Purcaro | 2015-05-01 | 1 | -7/+6 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1374 | Walter Purcaro | 2015-04-30 | 1 | -11/+1 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-04-30 | 1 | -2/+2 |
| | |||||
* | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304 (2) | Walter Purcaro | 2015-04-01 | 1 | -3/+3 |
| | |||||
* | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304 | Walter Purcaro | 2015-04-01 | 1 | -2/+2 |
| | |||||
* | Temp fixup to `filename*=UTF-8` bug | Walter Purcaro | 2015-03-31 | 1 | -1/+11 |
| | |||||
* | Replace 'except' with 'except Exception' | Walter Purcaro | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | Fix getAccount in some plugins | Walter Purcaro | 2015-01-11 | 1 | -2/+2 |
| | |||||
* | "New Year" Update: hoster plugins | Walter Purcaro | 2015-01-09 | 1 | -2/+2 |
| | |||||
* | Fix password retrieving in some plugins | Walter Purcaro | 2014-12-20 | 1 | -5/+4 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2014-11-10 | 1 | -4/+4 |
| | |||||
* | Code cosmetics: plugin class attributes | Walter Purcaro | 2014-10-28 | 1 | -6/+6 |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | Walter Purcaro | 2014-10-26 | 1 | -2/+2 |
| | |||||
* | [Ftp] Improve __pattern__ | Walter Purcaro | 2014-10-20 | 1 | -3/+4 |
| | |||||
* | Pattern update 2 | Walter Purcaro | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Newline cosmetics | Walter Purcaro | 2014-10-08 | 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/+3 |
| | | | | Whitespaces and EOF fixup | ||||
* | [FTP] Restore pattern. | stickell | 2014-09-13 | 1 | -2/+2 |
| | |||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 1 | -19/+7 |
| | | | | 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 | -3/+3 |
| | |||||
* | Prefer self.urls and self.packages for adding links | Walter Purcaro | 2014-07-16 | 1 | -3/+2 |
| | |||||
* | Prefer single quote for dict key name | Walter Purcaro | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | Walter Purcaro | 2014-07-15 | 1 | -3/+0 |
| | |||||
* | Remove bad whitespaces | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@e4b2562 | ||||
* | Fix __description__ | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Fixed PEP 8 violations in Hosters | Stefano | 2013-07-22 | 1 | -28/+27 |
| | |||||
* | Normalize line endings to avoid line endings merge conflicts | Stefano | 2013-07-21 | 1 | -90/+90 |
| | |||||
* | multihosters - closed #618, store http/ftp accounts, add uptobox.com premium | zoidberg10 | 2012-09-24 | 1 | -11/+62 |
| | |||||
* | improved speed for high bandwith connections | RaNaN | 2011-09-24 | 1 | -3/+2 |
| | |||||
* | more fixes and chunk+resume debug | RaNaN | 2010-12-28 | 1 | -25/+8 |
| | |||||
* | new dirs | RaNaN | 2010-08-25 | 1 | -0/+58 |
| | |||||
* | merged gui | mkaay | 2010-08-25 | 1 | -58/+0 |
| | |||||
* | fixes, missing file | mkaay | 2010-08-18 | 1 | -12/+8 |
| | |||||
* | plugin updates to new interface | Jeix | 2010-08-01 | 1 | -23/+19 |
| | |||||
* | more improvements and cleaned some imports | RaNaN | 2010-07-29 | 1 | -1/+0 |
| | |||||
* | New feature: FTP download support | Jeix | 2010-06-20 | 1 | -0/+67 |
use like this: ftp://user:passwd@ftp.server.net/path/to/file user:passwd@ is optional bugfix: linklist.py |