VaclavTrpisovsky
VaclavTrpisovsky
### Checklist - [X] I made sure that there are *no existing issues* - [open](https://github.com/TeamNewPipe/NewPipe/issues) or [closed](https://github.com/TeamNewPipe/NewPipe/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to. - [X] I'm aware that...
When downloading from mapy.cz, any request will fail with `403: Forbidden`. My command (downloads hiking maps for most of the Czech Republic): `download-tiles cr.mbtiles --zoom-levels=6-15 --bbox="12.1398,48.6183,17.5231,50.9722" --attribution="" --tiles-url=https://mapserver.mapy.cz/turist-m/{z}-{x}-{y}` Turns out,...
For folks with an unstable Internet connection, it is very annoying to have to restart the script every time an error is encountered. I suggest handling https requests with a...
The program can easily calculate how many tiles need to be downloaded, and can obviously count successful downloads. Neither is displayed to the user, and a glance at the cache...