summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ExtractArchive.py
Commit message (Collapse)AuthorAgeFilesLines
* [Extractor] Use self.targetGravatar Walter Purcaro 2015-03-011-16/+21
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-011-6/+6
|
* [ExtractArchive] fixes https://github.com/pyload/pyload/issues/1206Gravatar Jens Hörnlein 2015-02-241-1/+2
|
* [ExtractArchive] preventing duplicate files extractionGravatar Jens Hörnlein 2015-02-221-2/+3
|
* Some more changesGravatar Jens Hörnlein 2015-02-221-67/+94
|
* [ExtractArchive] better Multipart behavior, new version outputGravatar Jens Hörnlein 2015-02-101-10/+5
|
* [ExtractArchive] don't try '' as passwordGravatar Jens Hörnlein 2015-02-091-2/+2
|
* [ExtractArchive] correct fullpath behavior, bugfixGravatar Jens Hörnlein 2015-02-091-8/+8
|
* [ExtractArchive] Fix: Show Status/ProgressbarGravatar Jens Hörnlein 2015-02-091-5/+6
|
* [ExtractArchive] bump version number after #1152Gravatar stickell 2015-02-071-1/+1
|
* [ExtractArchive] Fixed: Recursive ExtractionGravatar Jens Hörnlein 2015-02-061-5/+3
|
* [ExtractArchive] Error Handling when broken ExtractArchive was usedGravatar Jens Hörnlein 2015-02-051-1/+4
|
* set interval smallerGravatar Jens Hörnlein 2015-02-051-1/+1
|
* [ExtractArchive] fixed Queue GetGravatar Jens Hörnlein 2015-02-041-1/+1
|
* [Unrar] Fix: Deleting All Files after ExtractionGravatar Jens Hörnlein 2015-02-041-4/+4
|
* Addressed some Extractor IssuesGravatar Jens Hörnlein 2015-02-041-4/+4
|
* Update Extractor (4)Gravatar Walter Purcaro 2015-02-031-3/+6
|
* Update Extractor (3)Gravatar Walter Purcaro 2015-02-031-28/+46
|
* [ExtractArchive] Fix http://forum.pyload.org/viewtopic.php?f=10&t=3990Gravatar Walter Purcaro 2015-02-011-2/+5
|
* Fix https://github.com/pyload/pyload/issues/1120 (2)Gravatar Walter Purcaro 2015-01-311-2/+2
|
* [ExtractArchive] Pre-final fixupGravatar Walter Purcaro 2015-01-311-37/+42
|
* [ExtractArchive] Fix typo (thx VinceGitHub)Gravatar Walter Purcaro 2015-01-311-2/+2
|
* [ExtractArchive] Fix https://github.com/pyload/pyload/issues/1109 and ↵Gravatar Walter Purcaro 2015-01-311-4/+12
| | | | https://github.com/pyload/pyload/issues/1116
* [ExtractArchive] Fix typoGravatar Walter Purcaro 2015-01-311-3/+3
| | | | Fix https://github.com/pyload/pyload/issues/1011#issuecomment-72268195, https://github.com/pyload/pyload/issues/1113, https://github.com/pyload/pyload/issues/1115
* [ExtractArchive] Fix https://github.com/pyload/pyload/issues/1100Gravatar Walter Purcaro 2015-01-291-2/+2
|
* [ExtractArchive] Fix password recognitionGravatar Walter Purcaro 2015-01-291-2/+5
|
* Update Extractor (2)Gravatar Walter Purcaro 2015-01-291-54/+105
|
* Some file encoding fixup + optimizationsGravatar Walter Purcaro 2015-01-291-3/+6
|
* [ExtractArchive] Fix typo (thx SelmaUrban)Gravatar Walter Purcaro 2015-01-291-8/+5
|
* [ExtractArchive] Fix typoGravatar Walter Purcaro 2015-01-281-2/+2
|
* Update Extractor (again)Gravatar Walter Purcaro 2015-01-271-112/+161
|
* Fix reverted ExtractorGravatar Walter Purcaro 2015-01-251-2/+2
|
* Revert Extractor to the old one (temp)Gravatar Walter Purcaro 2015-01-251-154/+65
|
* [ExtractArchive] Fix encrypted flag initGravatar Walter Purcaro 2015-01-241-2/+2
|
* Update plugins after CaptchaService changesGravatar Walter Purcaro 2015-01-221-19/+19
|
* Fix allDownloadsFinished and allDownloadsProcessed defsGravatar Walter Purcaro 2015-01-161-21/+21
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/997Gravatar Walter Purcaro 2015-01-011-1/+1
|
* [ExtractArchive] Fix https://github.com/pyload/pyload/issues/778Gravatar Walter Purcaro 2014-12-311-15/+35
|
* Rename AbstractExtractor to ExtractorGravatar Walter Purcaro 2014-12-261-2/+2
|
* [ExtractArchive] Remove empty directoryGravatar Walter Purcaro 2014-12-241-2/+9
|
* Extractor rewrittenGravatar Walter Purcaro 2014-12-241-53/+115
|
* Update extractor pluginsGravatar Walter Purcaro 2014-12-181-16/+21
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-161-9/+9
|
* Don't start unused periodical in some addonsGravatar Walter Purcaro 2014-12-091-1/+6
|
* Fix with statement on old env like python 2.5 (2)Gravatar Walter Purcaro 2014-12-051-1/+3
|
* 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