Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert some crypters to use XFSPCrypter instead SimpleCrypter | Walter Purcaro | 2014-10-18 | 1 | -7/+4 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-10-17 | 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/+1 |
| | | | | Whitespaces and EOF fixup | ||||
* | Update SimpleCrypter based plugins | Walter Purcaro | 2014-10-06 | 1 | -2/+2 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-10-05 | 1 | -1/+1 |
| | |||||
* | Fix cookie deletion + Account support for SimpleCrypter | Walter Purcaro | 2014-09-26 | 1 | -1/+4 |
| | | | | Fix: https://github.com/pyload/pyload/issues/749 | ||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 1 | -15/+1 |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Key attributes cleanup for account, container and crypter plugins | Walter Purcaro | 2014-07-15 | 1 | -1/+3 |
| | |||||
* | [SimpleCrypter] Better inline docs + support for offline & temp.offline check | Walter Purcaro | 2014-07-05 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | Fix __description__ | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Fix __author_name__ and __author_mail__ | Walter Purcaro | 2014-04-11 | 1 | -2/+2 |
| | | | | Merges vuolter/pyload@6c57a37 | ||||
* | EasybytezComFolder: fixed #436 | Stefano | 2013-12-14 | 1 | -7/+3 |
| | |||||
* | Crypter: EasybytezComFolder: Fixed (thx stickell) | Walter Purcaro | 2013-11-23 | 1 | -2/+2 |
| | |||||
* | Crypter: EasybytezComFolder: Fixed bad url processing (result in ↵ | Walter Purcaro | 2013-11-23 | 1 | -2/+4 |
| | | | | SimpleCrypter update) | ||||
* | EasybytezComFolder: stickell tip | Walter Purcaro | 2013-10-20 | 1 | -1/+1 |
| | |||||
* | EasybytezComFolder: better naming | Walter Purcaro | 2013-10-20 | 1 | -2/+2 |
| | |||||
* | SimpleCrypter is now able to handle links on multiple pages | Stefano | 2013-07-16 | 1 | -29/+4 |
| | |||||
* | New crypter EasybytezComFolder | Stefano | 2013-04-20 | 1 | -0/+60 |
http://forum.pyload.org/viewtopic.php?p=9028#p9028 + html unescape in SimpleCrypter |