Tobias Gruetzmacher
Tobias Gruetzmacher
Funky. The Sunday comics seem to not be part of the "normal" navigation... Would probably be a good idea to create an additional module for them...
There are some helper tools in the repository to get to a similar state after the fact: - Run dosage with `-o json` - Use `scripts/order-symlinks.py`
> Where might /scripts/order-symlinks.py be located? I searched the entirety of my ~/.local/pipx/venvs/dosage/ and didn't find a scripts folder Hmm, the whole scripts folder isn't installed, since it's outside the...
That cannot be fixed by using a different parser, the server sends invalid chunked responses... This also fails: ``` $ curl --http1.1 --fail-with-body -o pawsed.html https://thegamercat.com/comic/pawsed/ curl: (18) transfer closed...
Not really... But there are already some modules which work around this limitation, for example: https://github.com/webcomics/dosage/blob/52d9f38793078e1c86236bfb463fc85d8fe1af2a/dosagelib/plugins/tapas.py#L40-L43 So it would probably be a good idea to extend the standard API with...
Sorry for not answering earlier, was busy with preparations for CCCamp2015 - Now I', here getting grilled by the sun ;) Anyways. Basically, I always wanted to make contributions easier,...
There is something similar in the tools directory: https://github.com/webcomics/dosage/blob/master/scripts/create-cbz.py - Not sure if I want to entertain such a feature in the core of Dosage, but maybe as a power-user...
This is really hard to track down, since it only happens sometimes :man_shrugging: I still leave this up for now.
Since we are using https://docs.python-requests.org/en/master/ basic cookie support is already there. See for example the webtoons module: https://github.com/webcomics/dosage/blob/848f051a8922c96c172158dcc6adf8010cf815c3/dosagelib/plugins/webtoons.py#L23 Injecting additional cookies via a command line option would probably a nice...
`_BasicScraper` is basically deprecated, but the HTTP part should neverless work the same way regardless of scraper base class.