Commit graph

34 commits

Author SHA1 Message Date
Clinton Hall
f92f8f3952
Add .gz support (#1781)
#1715
2020-09-23 15:40:54 +12:00
Labrys of Knossos
424879e4b6 Add future imports 2019-04-07 17:44:25 -04:00
Labrys of Knossos
0c98912b76 Refactor PASSWORDSFILE -> PASSWORDS_FILE
Refactor DOWNLOADINFO -> DOWNLOAD_INFO
2019-01-19 14:34:02 -05:00
Labrys of Knossos
c5343889fb Fix quotes - standardize to single-quoted strings 2018-12-29 14:19:20 -05:00
Labrys of Knossos
ad3fb4519d Fix name shadows builtin 2018-12-26 12:28:18 -05:00
Labrys of Knossos
018ded07d6 Fix PEP8 for bare exceptions 2018-12-26 11:29:38 -05:00
Labrys of Knossos
32e0d7dba2 Refactor PROGRAM_DIR -> APP_DIR 2018-12-19 19:20:26 -05:00
Labrys of Knossos
34904ee892 Refactor extractor.extractor -> extractor 2018-12-19 17:20:55 -05:00
Labrys of Knossos
41fa636fc2 PEP8 Argument should be lowercase 2018-12-16 23:33:31 -05:00
Labrys of Knossos
d8cbf422dd PEP8 Function name should be lowercase 2018-12-16 21:59:24 -05:00
Labrys of Knossos
97e1ed71b3 PEP8 Variable in function should be lowercase 2018-12-16 21:59:24 -05:00
Labrys of Knossos
5bc789bca3 Optimize imports 2018-12-15 15:01:06 -05:00
Nika Gerson Lohman
c2a591c8bb
Use args instead of Wscript.Arguments 2018-12-07 22:46:31 +01:00
Nika Gerson Lohman
1817ac349d
Delete invisible.cmd 2018-12-07 22:45:22 +01:00
Nika Gerson Lohman
5272c8b31d
Start vbs directly from extractor 2018-12-07 22:45:01 +01:00
Nika Gerson Lohman
9769596d24
Fix execution of extraction
Change core.SHOWEXTRACT to string in cmd_7zip
2018-12-06 14:35:32 +01:00
clinton-hall
de869391b1 remove surpluss debug, fix handling of None Password file, and fix invisible windows extraction.
added option for windows extraction debugging. Fixes #1399 #759
2018-12-06 19:24:04 +13:00
clinton-hall
e2accb9ec2 added debugging to extractor. #1399 2018-12-05 21:28:59 +13:00
clinton-hall
1dfa9092ef Merge branch 'nightly' of https://github.com/clinton-hall/nzbToMedia into nightly 2018-12-05 20:16:00 +13:00
clinton-hall
20e821d0cc remove .r00 extraction. Fixes error introduced at #1399 2018-12-05 20:14:29 +13:00
Nika Gerson Lohman
9aed1c29f5
Update extractor.py for correct return code 2018-12-04 11:52:06 +01:00
Nika Gerson Lohman
13f503e796
Update invisible.vbs to return exit code of 7zip 2018-12-04 11:50:06 +01:00
Nika Gerson Lohman
933732731f
Update invisible.cmd to return errorlevel 2018-12-04 11:48:36 +01:00
Nika Gerson Lohman
49eabb2ede
Updated 7z x86 files to 18.05 version 2018-12-04 11:47:24 +01:00
Nika Gerson Lohman
2cd1b62f69
Updated 7z x64 files to 18.05 version 2018-12-04 11:46:22 +01:00
clinton-hall
7cba0fa16b add extract of .r00 file types. Fixes #1399 2018-12-03 23:07:34 +13:00
clinton-hall
80c8ad5852 remove -o from 7zip. Reverses #1149 Fixes #1175 2017-01-17 14:10:41 +10:30
clinton-hall
e96998a731 append -o to output path for 7zip. Fixes #1149 2016-12-24 08:05:11 +10:30
clinton-hall
3d915986b0 revert to 7zip if others missing. Fixes #1015 2016-10-12 07:05:48 +10:30
labrys
2ad9f2e35f Standardize string formatting to use .format instead of concat 2016-06-06 09:08:24 -04:00
Labrys
1cd073cd52 Use format() instead of % for string formatting 2016-06-05 12:54:24 -04:00
Labrys
8cd0e76ef8 PEP8: Fix formatting
* Remove redundant backslash between brackets
* Fix multiple statements on one line
* Fix missing/excess whitespace
* Fix comments not starting with a single # and a space
* Convert tabs to spaces
* Use triple-quoted docstring
2016-06-05 11:59:58 -04:00
Labrys
81ffe0456d Add encoding declaration 2016-06-05 02:01:03 -04:00
clinton-hall
c80a678ded rename nzbtomedia to core. Fixes #744 #746 2015-04-26 16:41:39 +09:30