summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ExtractArchive.py
Commit message (Collapse)AuthorAgeFilesLines
* Code cosmeticsGravatar Walter Purcaro 2014-11-101-8/+8
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-091-4/+4
|
* Use with statement instead open method when accessing fod + handle i/o errorGravatar Walter Purcaro 2014-11-091-14/+19
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-6/+6
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-271-6/+6
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-6/+6
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-0/+2
|
* 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/+4
| | | | Whitespaces and EOF fixup
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-10/+10
|
* Extend ExtractArchive events + code optimizationsGravatar Walter Purcaro 2014-09-251-47/+77
| | | | | https://github.com/pyload/pyload/pull/622 https://github.com/pyload/pyload/pull/726
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-11/+10
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-7/+7
|
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-3/+7
|
* 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
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* Deleted default value and cleaned the code a little bitGravatar AndroKev 2013-11-021-1/+1
|
* ExtractArchives - add an option to excludefilesGravatar AndroKev 2013-10-271-4/+5
|
* Plugins: core.config -> configGravatar Walter Purcaro 2013-09-031-5/+5
|
* Fixed PEP 8 violations in HooksGravatar Stefano 2013-07-241-27/+31
|
* fixed log api call for several pluginsGravatar Walter Purcaro 2013-07-171-2/+2
|
* getConfig instead getConf for allGravatar Walter Purcaro 2013-06-031-2/+2
|
* Plugins: fixed inconsistent indentationGravatar Stefano 2013-03-231-2/+0
|
* additional extract logsGravatar RaNaN 2012-01-141-2/+8
|
* Unrar fixGravatar RaNaN 2012-01-111-5/+7
|
* little fs improvementsGravatar RaNaN 2011-12-051-1/+1
|
* improved plugin loader, import hook to always use newest plugin versionsGravatar RaNaN 2011-11-141-109/+4
|
* option for subfoldersGravatar RaNaN 2011-11-111-6/+13
|
* closed #422Gravatar RaNaN 2011-11-071-1/+2
|
* closed #418Gravatar RaNaN 2011-11-041-1/+1
|
* closed #411Gravatar RaNaN 2011-10-271-3/+6
|
* also use "rar" to extractGravatar RaNaN 2011-10-251-1/+1
|
* closed #410Gravatar RaNaN 2011-10-251-0/+8
|
* updated setup scriptGravatar RaNaN 2011-10-231-2/+3
|
* small improvementGravatar RaNaN 2011-10-161-6/+9
|
* additional fixGravatar RaNaN 2011-10-161-4/+0
|
* new subprocess workaroundGravatar RaNaN 2011-10-161-13/+31
|
* different workaroundGravatar RaNaN 2011-10-151-0/+26
|
* fixes for unrarGravatar RaNaN 2011-10-151-1/+1
|
* simple unzip pluginGravatar RaNaN 2011-10-141-2/+3
|
* improved extract pluginGravatar RaNaN 2011-10-141-12/+16
|
* first version of new extract pluginGravatar RaNaN 2011-10-141-0/+344