hfyEbook icon indicating copy to clipboard operation
hfyEbook copied to clipboard

Reddit requires user agent

Open Wyko opened this issue 1 year ago • 0 comments

Reddit will block requests not signed with a user agent. The file from-reddit-post.js needs to be amended with something like this:

request({ uri: params.chap.src + '.json', headers: {'User-Agent': 'Wykos HFY Bot'}}

Wyko avatar Nov 06 '23 22:11 Wyko