PrivateGER / patreon-dl

A Patreon Image Downloader
The Unlicense
100 stars 6 forks source link

Small typo in JS snippet #14

Closed toertchn closed 2 years ago

toertchn commented 2 years ago

Hello, first run shows:

...and run it with ENTER: (async()=>{eval(await(await fetch("http://localhost:9849/gadget")).text());})();

... after finish there comes another snippet which doesn't work. One \ too much in it

You can download another set of images using the below JS snippet or exit patreon-dl: (async()=>{eval(await(await fetch(\"http://localhost:9849/gadget\")).text());})();

PrivateGER commented 2 years ago

Oh, that's a leftover from some older code.

Thanks for the report, fixed in 95c3ac3 and will be put into the next release.