RichardJRL / pocketmagstopdf

Download pocketmags magazines in PDF format from the HTML5 reader
Creative Commons Zero v1.0 Universal
42 stars 8 forks source link

pocketmags now uses extrahigh quality #7

Closed bani6809 closed 1 year ago

bani6809 commented 1 year ago

pocketmags now uses https://mcdatastore.blob.core.windows.net/mcmags/{uuid}/{uuid}/extrahigh/0000.bin as a quality level, which pocketmagstopdf doesn't recognize as a valid url pattern (line 140).

RichardJRL commented 1 year ago

I've had a quick look at this issue but don't think I'll have much more time to devote to it this weekend. So far, I've established it's not another obfuscated JPEG. It's a VP8 encoded Web/P image instead and has a resolution around 2000 x 3000 px. It's also not available for all magazines, so I'll need to add a bit more extra code than I first thought would be necessary to incorporate this new image quality into the program. I just need the time to to it.

RichardJRL commented 1 year ago

extrahigh has now been added as a --quality option.