index
:
pyload.git
1.0.0
fixed
master
stable
testing
Fix annoying and persistent error with download name decoding. See branch 'fixed'!
Robin Obůrka
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
plugins
/
hooks
/
ExtractArchive.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ExtractArchive] bump version number after #1152
stickell
2015-02-07
1
-1
/
+1
*
[ExtractArchive] Fixed: Recursive Extraction
Jens Hörnlein
2015-02-06
1
-5
/
+3
*
[ExtractArchive] Error Handling when broken ExtractArchive was used
Jens Hörnlein
2015-02-05
1
-1
/
+4
*
set interval smaller
Jens Hörnlein
2015-02-05
1
-1
/
+1
*
[ExtractArchive] fixed Queue Get
Jens Hörnlein
2015-02-04
1
-1
/
+1
*
[Unrar] Fix: Deleting All Files after Extraction
Jens Hörnlein
2015-02-04
1
-4
/
+4
*
Addressed some Extractor Issues
Jens Hörnlein
2015-02-04
1
-4
/
+4
*
Update Extractor (4)
Walter Purcaro
2015-02-03
1
-3
/
+6
*
Update Extractor (3)
Walter Purcaro
2015-02-03
1
-28
/
+46
*
[ExtractArchive] Fix http://forum.pyload.org/viewtopic.php?f=10&t=3990
Walter Purcaro
2015-02-01
1
-2
/
+5
*
Fix https://github.com/pyload/pyload/issues/1120 (2)
Walter Purcaro
2015-01-31
1
-2
/
+2
*
[ExtractArchive] Pre-final fixup
Walter Purcaro
2015-01-31
1
-37
/
+42
*
[ExtractArchive] Fix typo (thx VinceGitHub)
Walter Purcaro
2015-01-31
1
-2
/
+2
*
[ExtractArchive] Fix https://github.com/pyload/pyload/issues/1109 and https:/...
Walter Purcaro
2015-01-31
1
-4
/
+12
*
[ExtractArchive] Fix typo
Walter Purcaro
2015-01-31
1
-3
/
+3
*
[ExtractArchive] Fix https://github.com/pyload/pyload/issues/1100
Walter Purcaro
2015-01-29
1
-2
/
+2
*
[ExtractArchive] Fix password recognition
Walter Purcaro
2015-01-29
1
-2
/
+5
*
Update Extractor (2)
Walter Purcaro
2015-01-29
1
-54
/
+105
*
Some file encoding fixup + optimizations
Walter Purcaro
2015-01-29
1
-3
/
+6
*
[ExtractArchive] Fix typo (thx SelmaUrban)
Walter Purcaro
2015-01-29
1
-8
/
+5
*
[ExtractArchive] Fix typo
Walter Purcaro
2015-01-28
1
-2
/
+2
*
Update Extractor (again)
Walter Purcaro
2015-01-27
1
-112
/
+161
*
Fix reverted Extractor
Walter Purcaro
2015-01-25
1
-2
/
+2
*
Revert Extractor to the old one (temp)
Walter Purcaro
2015-01-25
1
-154
/
+65
*
[ExtractArchive] Fix encrypted flag init
Walter Purcaro
2015-01-24
1
-2
/
+2
*
Update plugins after CaptchaService changes
Walter Purcaro
2015-01-22
1
-19
/
+19
*
Fix allDownloadsFinished and allDownloadsProcessed defs
Walter Purcaro
2015-01-16
1
-21
/
+21
*
[SimpleHoster] Fix https://github.com/pyload/pyload/issues/997
Walter Purcaro
2015-01-01
1
-1
/
+1
*
[ExtractArchive] Fix https://github.com/pyload/pyload/issues/778
Walter Purcaro
2014-12-31
1
-15
/
+35
*
Rename AbstractExtractor to Extractor
Walter Purcaro
2014-12-26
1
-2
/
+2
*
[ExtractArchive] Remove empty directory
Walter Purcaro
2014-12-24
1
-2
/
+9
*
Extractor rewritten
Walter Purcaro
2014-12-24
1
-53
/
+115
*
Update extractor plugins
Walter Purcaro
2014-12-18
1
-16
/
+21
*
Spare code cosmetics
Walter Purcaro
2014-12-16
1
-9
/
+9
*
Don't start unused periodical in some addons
Walter Purcaro
2014-12-09
1
-1
/
+6
*
Fix with statement on old env like python 2.5 (2)
Walter Purcaro
2014-12-05
1
-1
/
+3
*
Code cosmetics
Walter Purcaro
2014-11-10
1
-8
/
+8
*
Code cosmetics
Walter Purcaro
2014-11-09
1
-4
/
+4
*
Use with statement instead open method when accessing fod + handle i/o error
Walter Purcaro
2014-11-09
1
-14
/
+19
*
Code cosmetics: plugin class attributes
Walter Purcaro
2014-10-28
1
-6
/
+6
*
Spare code cosmetics
Walter Purcaro
2014-10-27
1
-6
/
+6
*
Extend translation support in plugins + a lot of code cosmetics and typo fixes
Walter Purcaro
2014-10-26
1
-6
/
+6
*
Two space before function declaration
Walter Purcaro
2014-10-22
1
-0
/
+2
*
Add __license__ key attribute to plugins
Walter Purcaro
2014-10-08
1
-0
/
+1
*
New __authors__ key replaces __author_name__ and __author_mail__ + Whitespace...
Walter Purcaro
2014-10-07
1
-2
/
+4
*
Logging string cosmetics
Walter Purcaro
2014-09-27
1
-10
/
+10
*
Extend ExtractArchive events + code optimizations
Walter Purcaro
2014-09-25
1
-47
/
+77
*
Remove trailing whitespaces + remove license headers + import urllib methods ...
Walter Purcaro
2014-08-01
1
-11
/
+10
*
Prefer single quote for dict key name
Walter Purcaro
2014-07-15
1
-7
/
+7
*
Removed all @author flags + key attributes cleanup for internal & hooks plugins
Walter Purcaro
2014-07-15
1
-3
/
+7
*
Fix header # -*- coding: utf-8 -*-
Walter Purcaro
2014-04-11
1
-1
/
+0
*
Remove shebang #!/usr/bin/env python
Walter Purcaro
2014-04-11
1
-1
/
+1
*
Fix __description__
Walter Purcaro
2014-04-11
1
-1
/
+1
*
Deleted default value and cleaned the code a little bit
AndroKev
2013-11-02
1
-1
/
+1
*
ExtractArchives - add an option to excludefiles
AndroKev
2013-10-27
1
-4
/
+5
*
Plugins: core.config -> config
Walter Purcaro
2013-09-03
1
-5
/
+5
*
Fixed PEP 8 violations in Hooks
Stefano
2013-07-24
1
-27
/
+31
*
fixed log api call for several plugins
Walter Purcaro
2013-07-17
1
-2
/
+2
*
getConfig instead getConf for all
Walter Purcaro
2013-06-03
1
-2
/
+2
*
Plugins: fixed inconsistent indentation
Stefano
2013-03-23
1
-2
/
+0
*
additional extract logs
RaNaN
2012-01-14
1
-2
/
+8
*
Unrar fix
RaNaN
2012-01-11
1
-5
/
+7
*
little fs improvements
RaNaN
2011-12-05
1
-1
/
+1
*
improved plugin loader, import hook to always use newest plugin versions
RaNaN
2011-11-14
1
-109
/
+4
*
option for subfolders
RaNaN
2011-11-11
1
-6
/
+13
*
closed #422
RaNaN
2011-11-07
1
-1
/
+2
*
closed #418
RaNaN
2011-11-04
1
-1
/
+1
*
closed #411
RaNaN
2011-10-27
1
-3
/
+6
*
also use "rar" to extract
RaNaN
2011-10-25
1
-1
/
+1
*
closed #410
RaNaN
2011-10-25
1
-0
/
+8
*
updated setup script
RaNaN
2011-10-23
1
-2
/
+3
*
small improvement
RaNaN
2011-10-16
1
-6
/
+9
*
additional fix
RaNaN
2011-10-16
1
-4
/
+0
*
new subprocess workaround
RaNaN
2011-10-16
1
-13
/
+31
*
different workaround
RaNaN
2011-10-15
1
-0
/
+26
*
fixes for unrar
RaNaN
2011-10-15
1
-1
/
+1
*
simple unzip plugin
RaNaN
2011-10-14
1
-2
/
+3
*
improved extract plugin
RaNaN
2011-10-14
1
-12
/
+16
*
first version of new extract plugin
RaNaN
2011-10-14
1
-0
/
+344