summaryrefslogtreecommitdiffstats
path: root/module/plugins/container
Commit message (Collapse)AuthorAgeFilesLines
* Fix https://github.com/pyload/pyload/issues/2112Gravatar Walter Purcaro 2015-10-284-8/+16
|
* Increase all __version__ for crypters and hostersGravatar Walter Purcaro 2015-10-274-4/+4
|
* Version up for all pluginsGravatar Walter Purcaro 2015-10-184-4/+4
|
* Update containersGravatar Walter Purcaro 2015-10-184-12/+13
|
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-114-5/+9
| | | | | 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-104-4/+4
|
* Update crypter pluginsGravatar Walter Purcaro 2015-09-291-1/+1
|
* Don't user dictionary’s iterator methodsGravatar Walter Purcaro 2015-07-251-2/+2
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-244-4/+4
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-194-0/+4
|
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-191-1/+1
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-2/+2
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-074-13/+13
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-241-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-241-1/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-241-3/+3
|
* Update everythingGravatar Walter Purcaro 2015-06-084-8/+8
|
* Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-011-5/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-101-2/+2
|
* [container] Code cosmeticsGravatar Walter Purcaro 2015-02-274-20/+23
|
* [RSDF] Check if brokenGravatar Walter Purcaro 2015-02-241-3/+8
|
* [RSDF] Fix https://github.com/pyload/pyload/issues/1204Gravatar Walter Purcaro 2015-02-242-5/+6
|
* [LinkList] Rename to TXTGravatar Walter Purcaro 2015-02-191-7/+7
|
* Update container pluginsGravatar Walter Purcaro 2015-02-034-48/+45
|
* Use method pop to remove item from dictGravatar Walter Purcaro 2015-02-031-1/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-312-11/+6
|
* Some file encoding fixup + optimizationsGravatar Walter Purcaro 2015-01-294-57/+66
|
* [DLC] ImproveGravatar Walter Purcaro 2015-01-271-6/+7
|
* [DLC] Fix https://github.com/pyload/pyload/issues/1074Gravatar Walter Purcaro 2015-01-251-3/+3
|
* Improve container __pattern__Gravatar Walter Purcaro 2015-01-233-6/+6
|
* [DLC] CleanupGravatar Walter Purcaro 2015-01-231-42/+43
|
* Merge pull request #1066 from Schnusch/stableGravatar Walter Purcaro 2015-01-224-0/+69
|\ | | | | [DLC] Updated DLC decrypter
| * [DLC] Updated DLC decrypterGravatar Lukas 2015-01-224-0/+69
| |
* | Update plugins after CaptchaService changesGravatar Walter Purcaro 2015-01-221-1/+1
|/
* Replace 'except' with 'except Exception'Gravatar Walter Purcaro 2015-01-131-2/+2
|
* Fix DLC (thx mbosner)Gravatar Walter Purcaro 2015-01-023-0/+0
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-091-3/+4
|
* Fix __version__ format in some pluginsGravatar Walter Purcaro 2014-12-091-1/+1
|
* Fix with statement on old env like python 2.5 (2)Gravatar Walter Purcaro 2014-12-051-1/+3
|
* Use with statement instead open method when accessing fod + handle i/o errorGravatar Walter Purcaro 2014-11-091-5/+7
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-286-11/+11
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-271-3/+0
|
* [RSDF] Fix typo (thx Guidobelix)Gravatar Walter Purcaro 2014-10-261-2/+2
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-262-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-251-1/+1
|
* Fix and improve plugins loggingGravatar Walter Purcaro 2014-10-251-1/+1
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-1/+0
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-083-0/+3
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-073-6/+5
| | | | Whitespaces and EOF fixup
* Better import lib headerGravatar Walter Purcaro 2014-10-051-1/+1
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-5/+4
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Prefer self.urls and self.packages for adding linksGravatar Walter Purcaro 2014-07-162-5/+3
|
* Key attributes cleanup for account, container and crypter pluginsGravatar Walter Purcaro 2014-07-153-6/+16
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-152-1/+4
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Use Base log methodsGravatar Walter Purcaro 2014-07-062-2/+2
|
* Cleaned ShareLinksBiz pattern + better if-check for RSDF pluginGravatar Walter Purcaro 2014-07-051-1/+1
|
* [RSDF] Improve code a bit (thx charlie89)Gravatar Walter Purcaro 2014-06-301-2/+5
|
* Fix some container __pattern__Gravatar Walter Purcaro 2014-04-113-3/+3
| | | | Merges vuolter/pyload@770a11f
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-113-3/+3
| | | | Merges vuolter/pyload@dfcdf7b
* Use pyfile instead self.pyfileGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@b7f6e2e
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-113-3/+0
| | | | Merges vuolter/pyload@aa7b3f9
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-113-3/+3
| | | | Merges vuolter/pyload@1387ded
* Remove bad whitespacesGravatar Walter Purcaro 2014-04-113-14/+13
| | | | Merges vuolter/pyload@e4b2562
* Fix EOFGravatar Walter Purcaro 2014-04-112-2/+1
| | | | Merges vuolter/pyload@00052b2
* Fix __description__Gravatar Walter Purcaro 2014-04-113-3/+3
| | | | Merges vuolter/pyload@74bcc70
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@6c57a37
* fixed #532, #543, letitbit, extabit, linkdecrypter; allow rs+nl.in free accountGravatar zoidberg10 2012-02-271-6/+17
|
* fixes, closed #361Gravatar RaNaN 2011-08-051-1/+1
|
* fixes, cleanup, summary for each packageGravatar RaNaN 2011-08-021-1/+1
|
* new DLC plugins, adapted irc interface - needs testingGravatar RaNaN 2011-07-133-0/+0
|
* erniebs fixes, ul lifetime fixGravatar RaNaN 2011-06-121-11/+13
|
* allow remote rsdf on linksave.in #310Gravatar Paul King 2011-05-141-4/+5
|
* added captchatrader.com support, fixed lof.ccGravatar mkaay 2011-01-311-1/+1
|
* fixes DLC encoding issueGravatar RaNaN 2011-01-253-0/+0
|
* little changesGravatar RaNaN 2010-12-191-2/+2
|
* correct invalid DLCsGravatar RaNaN 2010-12-013-0/+0
|
* hotfolder fixGravatar RaNaN 2010-11-141-1/+1
|
* hotfolder linklist fixGravatar RaNaN 2010-11-141-1/+0
|
* LinkList fix, update fix, crypter fixGravatar RaNaN 2010-11-141-9/+11
|
* youporn fixGravatar Jeix 2010-11-061-1/+1
|
* DLC for python 2.7, password in add package dialogGravatar RaNaN 2010-10-191-0/+0
|
* new dirsGravatar RaNaN 2010-08-256-0/+144
|
* merged guiGravatar mkaay 2010-08-256-144/+0
|
* some fixes, fixed #125Gravatar RaNaN 2010-08-152-0/+0
|
* ccf fix and myvideo.deGravatar Jeix 2010-08-081-2/+2
|
* some fixesGravatar RaNaN 2010-08-043-5/+1
|
* more fixingGravatar mkaay 2010-08-031-0/+3
|
* Container updated to new interfaceGravatar Jeix 2010-08-032-23/+22
|
* new dlc pluginsGravatar RaNaN 2010-08-022-0/+0
|
* some changesGravatar RaNaN 2010-07-311-21/+35
|
* restart working and client informationGravatar RaNaN 2010-07-291-5/+0
|
* more improvements and cleaned some importsGravatar RaNaN 2010-07-291-1/+0
|
* fix fix fixGravatar mkaay 2010-06-201-0/+0
|
* New feature: FTP download supportGravatar Jeix 2010-06-201-1/+1
| | | | | | use like this: ftp://user:passwd@ftp.server.net/path/to/file user:passwd@ is optional bugfix: linklist.py
* fix linklist.pyGravatar Jeix 2010-06-171-1/+2
|
* linklist fixGravatar Jeix 2010-06-171-0/+1
|
* extended LinkList plugin. Now it's possible to add comments, packages and ↵Gravatar Jeix 2010-06-161-5/+17
| | | | links as usual via linklist.
* version fixGravatar mkaay 2010-05-171-0/+0
|
* new plugin interface test, ShareonlineBiz + SerienjunkiesOrg + ↵Gravatar mkaay 2010-05-172-0/+0
| | | | MegauploadedCom fix, other stuff
* dlc updateGravatar mkaay 2010-05-062-0/+0
|
* refactored plugins, new plugin managerGravatar mkaay 2010-05-053-36/+27
|
* several fixesGravatar mkaay 2010-05-043-3/+3
|
* little fixes, closed #71Gravatar RaNaN 2010-02-041-1/+0
|
* better DLC Support for Python 2.5 and 2.6Gravatar spoob 2010-02-033-0/+0
|
* closes #70, thx kepheusGravatar mkaay 2010-02-021-14/+4
|
* Removed Prints in DLCGravatar spoob 2010-01-231-0/+0
|
* Fixed Netload WaitGravatar spoob 2010-01-211-0/+0
|
* Fixed DLCGravatar spoob 2009-12-281-0/+0
|
* DLC Error LogGravatar spoob 2009-12-281-0/+0
|
* closes #13Gravatar mkaay 2009-12-275-0/+144