Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code cosmetics | Walter Purcaro | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | Hotfixes (2) | Walter Purcaro | 2015-07-24 | 1 | -3/+3 |
| | |||||
* | New __status__ magic key | Walter Purcaro | 2015-07-19 | 1 | -0/+1 |
| | |||||
* | Rename self.core to self.pyload (plugins only) | Walter Purcaro | 2015-07-19 | 1 | -1/+1 |
| | |||||
* | Code cosmetics (3) | Walter Purcaro | 2015-07-19 | 1 | -1/+1 |
| | |||||
* | Code cosmetics (2) | Walter Purcaro | 2015-07-19 | 1 | -1/+1 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-07-18 | 1 | -2/+2 |
| | |||||
* | No camelCase style anymore | Walter Purcaro | 2015-07-07 | 1 | -11/+11 |
| | |||||
* | Spare code cosmetics (2) | Walter Purcaro | 2015-06-24 | 1 | -2/+2 |
| | |||||
* | [DlFreeFr] Version up | Walter Purcaro | 2015-05-30 | 1 | -13/+7 |
| | |||||
* | Added missing download call | lazlev | 2015-05-30 | 1 | -1/+1 |
| | |||||
* | Remove obsolete AdYouLike call | lazlev | 2015-05-30 | 1 | -4/+5 |
| | | | AdYouLike is currently not used anymore on the hoster's site. Additionally the regex had to be edited to actually grab the domain value. | ||||
* | Update plugins after splitting CaptchaService | Walter Purcaro | 2015-05-30 | 1 | -2/+2 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-03-28 | 1 | -2/+2 |
| | |||||
* | __config__ cosmetics | Walter Purcaro | 2015-03-25 | 1 | -0/+1 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-02-09 | 1 | -3/+6 |
| | |||||
* | [CaptchaService] Fix https://github.com/pyload/pyload/issues/1069 | Walter Purcaro | 2015-01-24 | 1 | -2/+3 |
| | |||||
* | "New Year" Update: hoster plugins | Walter Purcaro | 2015-01-09 | 1 | -3/+3 |
| | |||||
* | [CaptchaService] New service AdYouLike + AdsCaptcha detect_key fixup | Walter Purcaro | 2014-12-10 | 1 | -82/+3 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-12-09 | 1 | -4/+4 |
| | |||||
* | Plugin code cosmetics (3) | Walter Purcaro | 2014-12-07 | 1 | -7/+8 |
| | |||||
* | Update all other plugins | Walter Purcaro | 2014-11-02 | 1 | -3/+3 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | Two space before function declaration | Walter Purcaro | 2014-10-22 | 1 | -0/+1 |
| | |||||
* | Remove needless self.html | Walter Purcaro | 2014-10-21 | 1 | -1/+0 |
| | |||||
* | Pattern update 3 | Walter Purcaro | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Pattern update 2 | Walter Purcaro | 2014-10-11 | 1 | -3/+3 |
| | |||||
* | Pattern update 1 | Walter Purcaro | 2014-10-11 | 1 | -2/+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 | ||||
* | Spare code fixes about COOKIES | Walter Purcaro | 2014-10-05 | 1 | -2/+8 |
| | |||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 1 | -4/+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 | -12/+12 |
| | |||||
* | Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9 | Walter Purcaro | 2014-07-20 | 1 | -3/+5 |
| | |||||
* | Prefer single quote for dict key name | Walter Purcaro | 2014-07-15 | 1 | -5/+5 |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | Walter Purcaro | 2014-07-15 | 1 | -1/+2 |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | Fix class definition | Walter Purcaro | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | Use parseError instead PluginParseError + unified all download pattern ↵ | Walter Purcaro | 2014-07-10 | 1 | -3/+3 |
| | | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics | ||||
* | [SimpleHoster] Better inline docs + changed "FILE_OFFLINE_PATTERN" to ↵ | Walter Purcaro | 2014-07-05 | 1 | -1/+1 |
| | | | | "OFFLINE_PATTERN" | ||||
* | Replace __pattern__ double quotes with single | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@dfcdf7b | ||||
* | 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 __description__ | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Plugins: cosmetics See #286 | Stefano | 2013-10-02 | 1 | -2/+1 |
| | |||||
* | Fixed PEP 8 violations in Hosters | Stefano | 2013-07-22 | 1 | -48/+66 |
| | |||||
* | Various fixes in 24 plugins | Stefano | 2013-03-07 | 1 | -2/+2 |
| | |||||
* | [DlFreeFr] Use Content-Disposition filename | Toilal | 2012-07-08 | 1 | -3/+5 |
| | |||||
* | [DlFreeFr] Supports for user with free.fr ISP or not. | Toilal | 2012-07-08 | 1 | -25/+158 |
| | |||||
* | version bumps | RaNaN | 2012-04-15 | 1 | -2/+2 |
| | |||||
* | update dlfree.fr, letitbit.net, easybytez.com - closed #566, #574 | zoidberg10 | 2012-04-14 | 1 | -9/+20 |
| | |||||
* | undelete DlFreeFr | zoidberg10 | 2012-01-19 | 1 | -0/+38 |
| | |||||
* | linkdecrypter api (thx flowlee), fix uloz.to, 1fichier - closed #493, #494, #496 | zoidberg10 | 2012-01-12 | 1 | -73/+0 |
| | |||||
* | ... just forgot something | therazer | 2010-11-07 | 1 | -0/+13 |
| | |||||
* | adding dl.free.fr | therazer | 2010-11-07 | 1 | -0/+60 |