wummel
wummel
It has an unusual layout, skipping a whole week with prev/next links and linking strips for the whole week in those pages. If you want to see this added, you...
There is an importer for chefkoch.de and rezeptwelt.de (and all other Thermomix sites from other countries) at my fork at https://github.com/wummel/gourmet. It uses the BeautifulSoup parser module. If there is...
Right now the detection of different tar implementation mostly uses the executable name. Perhaps using "tar --version" is more robust.
Can you provide the output of patool with the --verbose optoin? If you run patool with the --verbose option, the exact command is displayed that patool uses.
Can you give a little more infos on this, for example debug output, or at least the archive format and operating system you are using.
It works with [this package](https://launchpad.net/ubuntu/+source/zoo/2.10-28/+build/8449441/+files/zoo_2.10-28_amd64.deb) from Ubuntu: ```console $ zoo h Zoo archiver, zoo 2.1 $Date: 91/07/09 02:10:34 $ [...] $ zoo -test tests/data/t.zoo Zoo: t.txt -- OK Zoo: t2.txt...
There are several problems with this: - searching: if any binary file is in the archive, grep detects the whole stream as binary and stops matching - searching: filenames will...
A new version 2.4.0 of patool has been released on 21.08.2024. Therefore this bug will be closed. If you think this issue is not solved, please open a new issue.
You can call the archive program with your specific use case directly, ie. by using `zip --entry-comments` . Adding this as a generic use case is not in the scope...
Changing the user-agent name when robots.txt is disabled is interesting, as it would fix the blacklist problem. Let's see what happens!