RichardJRL / pocketmagstopdf

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

Fix 403 Forbidden Error by Adding User-Agent Header #14

Open j-mcavoy opened 3 months ago

j-mcavoy commented 3 months ago

pocketmags now blocks requests that do not include User-Agent headers.

Added user-agent option to resolve this issue.

--user-agent=USER-AGENT     Sometimes requests will fail with 403 Forbidden responses if no User-Agent header is specified
                            [default: Mozilla/5.0.0]
iceman358 commented 3 months ago

This worked beautifully.