ccloli / E-Hentai-Downloader

Download E-Hentai archive as zip file
GNU General Public License v3.0
1.82k stars 137 forks source link

Fix Disowned galleries #199

Closed kawaharai closed 2 years ago

kawaharai commented 2 years ago

Example URL: https://e-hentai.org/g/2040212/f699641f75/

Changing #gdn a to #gdn will fix it and should be fine for other galleries as textContent will ignore the elements inside.

ccloli commented 2 years ago

Hi, thanks for your feedback, I see what's going on and checked your changes, and it works fine.

BTW please also consider changes the same lines in main.js, or your changes will be overrided on next release, since the user.js file is generated from main.js.

You can git commit --amend your changes in main.js and git push --force to do that, or if you're not familiar with git, then just simply create a new commit and push it. Once you finish it, I'll merge your PR.

kawaharai commented 2 years ago

Yeah sorry, I'm not familiar with git. Should I delete the commit for user.js then?

ccloli commented 2 years ago

Not needed, that should be fine. Thanks for your contribution.