This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """ | |
| These functions were designed to work on archives without writing anything to disk | |
| before it's necessary. Thus, no extracting all files to a temp directory. Should | |
| significantly speed up anything aside from a solid RAR archive. | |
| """ | |
| __author__ = "btx" | |
| import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| A tool to find and remove scanner pages from cbz files. It's possible to operate on a single file | |
| or recursively over tens of thousands of files. | |
| Two basic use-cases: | |
| Two-pass use-case: |