Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase all __version__ for crypters and hosters | Walter Purcaro | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Version up for all plugins | Walter Purcaro | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Dead plugins are stable, but still dead. | Walter Purcaro | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1998 | Walter Purcaro | 2015-10-11 | 1 | -1/+1 |
| | | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001 | ||||
* | Spare code cosmetics (3) | Walter Purcaro | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Hotfixes (2) | Walter Purcaro | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | New __status__ magic key | Walter Purcaro | 2015-07-19 | 1 | -0/+1 |
| | |||||
* | No camelCase style anymore | Walter Purcaro | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-05-27 | 1 | -1/+1 |
| | |||||
* | [NetloadIn] Mark dead (temp) | Walter Purcaro | 2015-05-27 | 1 | -284/+8 |
| | |||||
* | Use 'import' instead 'from' | Walter Purcaro | 2015-05-01 | 1 | -3/+2 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | Import cleanup for datetime and time modules | Walter Purcaro | 2015-03-14 | 1 | -5/+5 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | [NetloadIn] Fix missing RECAPTCHA_KEY | Walter Purcaro | 2015-01-28 | 1 | -6/+9 |
| | |||||
* | Update plugins after CaptchaService changes | Walter Purcaro | 2015-01-22 | 1 | -3/+3 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-01-10 | 1 | -2/+3 |
| | |||||
* | "New Year" Update: hoster plugins | Walter Purcaro | 2015-01-09 | 1 | -3/+3 |
| | |||||
* | Plugin code cosmetics (3) | Walter Purcaro | 2014-12-07 | 1 | -3/+8 |
| | |||||
* | [NetloadIn] Syntax fixup | Walter Purcaro | 2014-12-03 | 1 | -12/+12 |
| | |||||
* | [NetloadIn] Cleanup | Walter Purcaro | 2014-12-02 | 1 | -108/+128 |
| | |||||
* | Update NetloadIn.py | Christian Plesche | 2014-11-23 | 1 | -6/+7 |
| | | | restart after waiting period | ||||
* | Update NetloadIn.py | Christian Plesche | 2014-11-23 | 1 | -4/+2 |
| | | | some code cleanup | ||||
* | Update NetloadIn.py | Christian Plesche | 2014-11-23 | 1 | -100/+103 |
| | | | changed to recaptcha, initial commit, needs rework | ||||
* | Code cosmetics | Walter Purcaro | 2014-11-10 | 1 | -5/+5 |
| | |||||
* | Code cosmetics: plugin class attributes | Walter Purcaro | 2014-10-28 | 1 | -6/+6 |
| | |||||
* | Update plugins to last changes | Walter Purcaro | 2014-10-28 | 1 | -2/+1 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-10-27 | 1 | -4/+4 |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | Walter Purcaro | 2014-10-26 | 1 | -17/+17 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | Two space before function declaration | Walter Purcaro | 2014-10-22 | 1 | -0/+8 |
| | |||||
* | Pattern update 3 | Walter Purcaro | 2014-10-11 | 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/+3 |
| | | | | Whitespaces and EOF fixup | ||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 1 | -3/+7 |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | 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 | -9/+9 |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | Walter Purcaro | 2014-07-15 | 1 | -1/+1 |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | Fix account checkLogin + related code cosmetics | Walter Purcaro | 2014-07-06 | 1 | -2/+2 |
| | |||||
* | Fixed some PEP8 violations | Stefano | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+1 |
| | | | | 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 | ||||
* | Replace range with xrange | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@a50c8ff | ||||
* | Fix __description__ | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Cleanup for setup vars. | Walter Purcaro | 2013-10-23 | 1 | -4/+1 |
| | | | | See #315 | ||||
* | Plugins: cosmetics See #286 | Stefano | 2013-10-02 | 1 | -2/+1 |
| | |||||
* | NetloadIn: Applied change proposed in #252 | Stefano | 2013-09-09 | 1 | -2/+7 |
| | |||||
* | Fixed PEP 8 violations in Hosters | Stefano | 2013-07-22 | 1 | -29/+29 |
| | |||||
* | fixed log api call for several plugins | Walter Purcaro | 2013-07-17 | 1 | -18/+18 |
| | |||||
* | NetloadIn: Fixed bug #49 | Stefano | 2013-03-25 | 1 | -2/+2 |
| | | | netload URL regex doesn't allow https links | ||||
* | youtube config options, resume - closed #717, ul.to - closed #716, | zoidberg10 | 2012-11-13 | 1 | -4/+8 |
| | | | | netload.in - fix some urls, linkdecrypter - fix crypter list | ||||
* | closed #584 | Jeix | 2012-04-23 | 1 | -3/+3 |
| | |||||
* | fix last commit | RaNaN | 2012-04-14 | 1 | -3/+5 |
| | |||||
* | closed #580 | RaNaN | 2012-04-14 | 1 | -4/+6 |
| | |||||
* | netload fix | RaNaN | 2012-03-19 | 1 | -2/+2 |
| | |||||
* | fixed #532, #543, letitbit, extabit, linkdecrypter; allow rs+nl.in free account | zoidberg10 | 2012-02-27 | 1 | -3/+3 |
| | |||||
* | little plugin fixes | zoidberg10 | 2012-02-01 | 1 | -2/+2 |
| | |||||
* | closed #528 - netload.in | zoidberg10 | 2012-02-01 | 1 | -5/+5 |
| | |||||
* | plugin cleanups | RaNaN | 2011-10-04 | 1 | -1/+1 |
| | |||||
* | closed #357, #384 | RaNaN | 2011-08-31 | 1 | -4/+1 |
| | |||||
* | fix netload | RaNaN | 2011-07-28 | 1 | -3/+3 |
| | |||||
* | fixed gui startup | mkaay | 2011-07-26 | 1 | -1/+3 |
| | |||||
* | fixes netload free | RaNaN | 2011-05-10 | 1 | -3/+2 |
| | |||||
* | fixes netload | RaNaN | 2011-03-18 | 1 | -2/+2 |
| | |||||
* | closed #257, files.mail.ru premium | RaNaN | 2011-03-10 | 1 | -3/+3 |
| | |||||
* | really fixed #201 | mkaay | 2011-02-14 | 1 | -1/+5 |
| | |||||
* | closes #201 | mkaay | 2011-02-01 | 1 | -1/+5 |
| | |||||
* | api fixes | RaNaN | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | fixed weird issues, comments | mkaay | 2010-12-25 | 1 | -1/+2 |
| | |||||
* | netload fix no. 2 | RaNaN | 2010-10-10 | 1 | -3/+3 |
| | |||||
* | netload fix | RaNaN | 2010-10-09 | 1 | -3/+4 |
| | |||||
* | netload fix no. 2 | RaNaN | 2010-10-09 | 1 | -1/+1 |
| | |||||
* | netload fix | RaNaN | 2010-10-09 | 1 | -4/+10 |
| | |||||
* | closed #147 | RaNaN | 2010-10-06 | 1 | -1/+6 |
| | |||||
* | freakshare.com, netload fix | RaNaN | 2010-10-06 | 1 | -11/+4 |
| | |||||
* | improved accountmanager | RaNaN | 2010-10-02 | 1 | -0/+6 |
| | |||||
* | ignore useless netload api results | RaNaN | 2010-09-27 | 1 | -31/+41 |
| | |||||
* | new .pot files, internal fix | RaNaN | 2010-09-05 | 1 | -1/+1 |
| | |||||
* | netload fix | RaNaN | 2010-09-04 | 1 | -3/+3 |
| | |||||
* | hoster fixes, new tray icon | RaNaN | 2010-09-04 | 1 | -6/+12 |
| | |||||
* | netload prefetching fix | RaNaN | 2010-09-03 | 1 | -2/+2 |
| | |||||
* | cleanup | RaNaN | 2010-08-31 | 1 | -1/+1 |
| | |||||
* | some automatic fixes | RaNaN | 2010-08-27 | 1 | -10/+10 |
| | |||||
* | new dirs | RaNaN | 2010-08-25 | 1 | -0/+212 |
| | |||||
* | merged gui | mkaay | 2010-08-25 | 1 | -212/+0 |
| | |||||
* | improvements | RaNaN | 2010-08-12 | 1 | -11/+9 |
| | |||||
* | fixes | RaNaN | 2010-08-11 | 1 | -0/+1 |
| | |||||
* | netload premium | RaNaN | 2010-08-09 | 1 | -9/+1 |
| | |||||
* | NetloadIn partial rewrite (issues fix, implemented info prefetch) | Gregy | 2010-08-08 | 1 | -84/+144 |
| | |||||
* | netload free user fix and premium | Jeix | 2010-08-05 | 1 | -6/+9 |
| | |||||
* | netload, ocr | Jeix | 2010-08-04 | 1 | -7/+16 |
| | |||||
* | some fixes | RaNaN | 2010-08-04 | 1 | -0/+1 |
| | |||||
* | Rapidshare, Netload, Uploaded updated. | Jeix | 2010-08-02 | 1 | -22/+21 |
| | |||||
* | wait fix | RaNaN | 2010-08-01 | 1 | -4/+3 |
| | |||||
* | Netload.In fix | Jeix | 2010-08-01 | 1 | -85/+69 |
| | | | | | - Freeuser working fine. - Premium User comes when AccountManager is working. | ||||
* | refactored plugins, new plugin manager | mkaay | 2010-05-05 | 1 | -12/+10 |
| | |||||
* | several fixes | mkaay | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | fix netload and shareonline, captcha subsets for better recognition | Sleeper | 2010-04-12 | 1 | -3/+7 |
| | |||||
* | Universal File Not Found | spoob | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | netload fix | RaNaN | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | Fixed Hotfile | spoob | 2010-03-11 | 1 | -3/+4 |
| | |||||
* | shareonline fix | RaNaN | 2010-03-10 | 1 | -2/+4 |
| | |||||
* | checksum now consumes less memory, fixed cookie cleaning | mkaay | 2010-02-17 | 1 | -1/+5 |
| | |||||
* | Removed Prints | spoob | 2010-01-23 | 1 | -1/+0 |
| | |||||
* | Fixed Netload Wait | spoob | 2010-01-21 | 1 | -4/+4 |
| | |||||
* | Cleaned Reconnect XML Config | spoob | 2010-01-03 | 1 | -3/+0 |
| | |||||
* | fixed netload.in premium | mkaay | 2010-01-01 | 1 | -3/+4 |
| | |||||
* | Fixed Reconnect in Netload and Rapidshare | spoob | 2009-12-27 | 1 | -0/+3 |
| | |||||
* | fixed uploaded.to and netload.in, gui clipboard check | mkaay | 2009-12-27 | 1 | -1/+1 |
| | |||||
* | closes #13 | mkaay | 2009-12-27 | 1 | -0/+157 |