summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/NetloadIn.py
Commit message (Collapse)AuthorAgeFilesLines
* Increase all __version__ for crypters and hostersGravatar Walter Purcaro 2015-10-271-1/+1
|
* Version up for all pluginsGravatar Walter Purcaro 2015-10-181-1/+1
|
* Dead plugins are stable, but still dead.Gravatar Walter Purcaro 2015-10-181-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-111-1/+1
| | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-101-1/+1
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-1/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-05-271-1/+1
|
* [NetloadIn] Mark dead (temp)Gravatar Walter Purcaro 2015-05-271-284/+8
|
* Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-011-3/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-04-081-1/+1
|
* Import cleanup for datetime and time modulesGravatar Walter Purcaro 2015-03-141-5/+5
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-101-1/+1
|
* [NetloadIn] Fix missing RECAPTCHA_KEYGravatar Walter Purcaro 2015-01-281-6/+9
|
* Update plugins after CaptchaService changesGravatar Walter Purcaro 2015-01-221-3/+3
|
* Code cosmeticsGravatar Walter Purcaro 2015-01-101-2/+3
|
* "New Year" Update: hoster pluginsGravatar Walter Purcaro 2015-01-091-3/+3
|
* Plugin code cosmetics (3)Gravatar Walter Purcaro 2014-12-071-3/+8
|
* [NetloadIn] Syntax fixupGravatar Walter Purcaro 2014-12-031-12/+12
|
* [NetloadIn] CleanupGravatar Walter Purcaro 2014-12-021-108/+128
|
* Update NetloadIn.pyGravatar Christian Plesche 2014-11-231-6/+7
| | | restart after waiting period
* Update NetloadIn.pyGravatar Christian Plesche 2014-11-231-4/+2
| | | some code cleanup
* Update NetloadIn.pyGravatar Christian Plesche 2014-11-231-100/+103
| | | changed to recaptcha, initial commit, needs rework
* Code cosmeticsGravatar Walter Purcaro 2014-11-101-5/+5
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-6/+6
|
* Update plugins to last changesGravatar Walter Purcaro 2014-10-281-2/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-271-4/+4
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-17/+17
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-251-1/+1
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-0/+8
|
* Pattern update 3Gravatar Walter Purcaro 2014-10-111-2/+2
|
* Pattern update 2Gravatar Walter Purcaro 2014-10-111-1/+1
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+1
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-071-2/+3
| | | | Whitespaces and EOF fixup
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-3/+7
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9Gravatar Walter Purcaro 2014-07-201-1/+1
|
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-9/+9
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-1/+1
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Fix account checkLogin + related code cosmeticsGravatar Walter Purcaro 2014-07-061-2/+2
|
* Fixed some PEP8 violationsGravatar Stefano 2014-04-181-1/+1
|
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* Use pyfile instead self.pyfileGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@b7f6e2e
* Fix __pattern__ wwwGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@d3be840
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-1/+0
| | | | Merges vuolter/pyload@aa7b3f9
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@1387ded
* Replace range with xrangeGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@a50c8ff
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* Cleanup for setup vars.Gravatar Walter Purcaro 2013-10-231-4/+1
| | | | See #315
* Plugins: cosmetics See #286Gravatar Stefano 2013-10-021-2/+1
|
* NetloadIn: Applied change proposed in #252Gravatar Stefano 2013-09-091-2/+7
|
* Fixed PEP 8 violations in HostersGravatar Stefano 2013-07-221-29/+29
|
* fixed log api call for several pluginsGravatar Walter Purcaro 2013-07-171-18/+18
|
* NetloadIn: Fixed bug #49Gravatar Stefano 2013-03-251-2/+2
| | | netload URL regex doesn't allow https links
* youtube config options, resume - closed #717, ul.to - closed #716,Gravatar zoidberg10 2012-11-131-4/+8
| | | | netload.in - fix some urls, linkdecrypter - fix crypter list
* closed #584Gravatar Jeix 2012-04-231-3/+3
|
* fix last commitGravatar RaNaN 2012-04-141-3/+5
|
* closed #580Gravatar RaNaN 2012-04-141-4/+6
|
* netload fixGravatar RaNaN 2012-03-191-2/+2
|
* fixed #532, #543, letitbit, extabit, linkdecrypter; allow rs+nl.in free accountGravatar zoidberg10 2012-02-271-3/+3
|
* little plugin fixesGravatar zoidberg10 2012-02-011-2/+2
|
* closed #528 - netload.inGravatar zoidberg10 2012-02-011-5/+5
|
* plugin cleanupsGravatar RaNaN 2011-10-041-1/+1
|
* closed #357, #384Gravatar RaNaN 2011-08-311-4/+1
|
* fix netloadGravatar RaNaN 2011-07-281-3/+3
|
* fixed gui startupGravatar mkaay 2011-07-261-1/+3
|
* fixes netload freeGravatar RaNaN 2011-05-101-3/+2
|
* fixes netloadGravatar RaNaN 2011-03-181-2/+2
|
* closed #257, files.mail.ru premiumGravatar RaNaN 2011-03-101-3/+3
|
* really fixed #201Gravatar mkaay 2011-02-141-1/+5
|
* closes #201Gravatar mkaay 2011-02-011-1/+5
|
* api fixesGravatar RaNaN 2010-12-271-1/+1
|
* fixed weird issues, commentsGravatar mkaay 2010-12-251-1/+2
|
* netload fix no. 2Gravatar RaNaN 2010-10-101-3/+3
|
* netload fixGravatar RaNaN 2010-10-091-3/+4
|
* netload fix no. 2Gravatar RaNaN 2010-10-091-1/+1
|
* netload fixGravatar RaNaN 2010-10-091-4/+10
|
* closed #147Gravatar RaNaN 2010-10-061-1/+6
|
* freakshare.com, netload fixGravatar RaNaN 2010-10-061-11/+4
|
* improved accountmanagerGravatar RaNaN 2010-10-021-0/+6
|
* ignore useless netload api resultsGravatar RaNaN 2010-09-271-31/+41
|
* new .pot files, internal fixGravatar RaNaN 2010-09-051-1/+1
|
* netload fixGravatar RaNaN 2010-09-041-3/+3
|
* hoster fixes, new tray iconGravatar RaNaN 2010-09-041-6/+12
|
* netload prefetching fixGravatar RaNaN 2010-09-031-2/+2
|
* cleanupGravatar RaNaN 2010-08-311-1/+1
|
* some automatic fixesGravatar RaNaN 2010-08-271-10/+10
|
* new dirsGravatar RaNaN 2010-08-251-0/+212
|
* merged guiGravatar mkaay 2010-08-251-212/+0
|
* improvementsGravatar RaNaN 2010-08-121-11/+9
|
* fixesGravatar RaNaN 2010-08-111-0/+1
|
* netload premiumGravatar RaNaN 2010-08-091-9/+1
|
* NetloadIn partial rewrite (issues fix, implemented info prefetch)Gravatar Gregy 2010-08-081-84/+144
|
* netload free user fix and premiumGravatar Jeix 2010-08-051-6/+9
|
* netload, ocrGravatar Jeix 2010-08-041-7/+16
|
* some fixesGravatar RaNaN 2010-08-041-0/+1
|
* Rapidshare, Netload, Uploaded updated.Gravatar Jeix 2010-08-021-22/+21
|
* wait fixGravatar RaNaN 2010-08-011-4/+3
|
* Netload.In fixGravatar Jeix 2010-08-011-85/+69
| | | | | - Freeuser working fine. - Premium User comes when AccountManager is working.
* refactored plugins, new plugin managerGravatar mkaay 2010-05-051-12/+10
|
* several fixesGravatar mkaay 2010-05-041-1/+1
|
* fix netload and shareonline, captcha subsets for better recognitionGravatar Sleeper 2010-04-121-3/+7
|
* Universal File Not FoundGravatar spoob 2010-04-061-1/+1
|
* netload fixGravatar RaNaN 2010-03-221-1/+1
|
* Fixed HotfileGravatar spoob 2010-03-111-3/+4
|
* shareonline fixGravatar RaNaN 2010-03-101-2/+4
|
* checksum now consumes less memory, fixed cookie cleaningGravatar mkaay 2010-02-171-1/+5
|
* Removed PrintsGravatar spoob 2010-01-231-1/+0
|
* Fixed Netload WaitGravatar spoob 2010-01-211-4/+4
|
* Cleaned Reconnect XML ConfigGravatar spoob 2010-01-031-3/+0
|
* fixed netload.in premiumGravatar mkaay 2010-01-011-3/+4
|
* Fixed Reconnect in Netload and RapidshareGravatar spoob 2009-12-271-0/+3
|
* fixed uploaded.to and netload.in, gui clipboard checkGravatar mkaay 2009-12-271-1/+1
|
* closes #13Gravatar mkaay 2009-12-271-0/+157