CjangCjengh / NovelpiaDownloader

노벨피아 소설을 EPUB로 다운로드
14 stars 1 forks source link

Are there any plans to support novelpia.jp #17

Open Haibersut opened 1 month ago

Haibersut commented 1 month ago

In my tests, the regular expression here does not match the Japanese website well (on line 82). https://github.com/CjangCjengh/NovelpiaDownloader/blob/25164877fcf6187dd217079269d78b4f1601f821/MainWin.cs#L81-L82 image

I changed it toid=""bookmark_(\d+)""></i>([\s\S]+?)</b>

image

In addition, I recommend adding the following two parameters to the cookie. ( I don't know if there is an adult model on the Korean website. )

request.Headers.Add("cookie", $"LOGINKEY={loginkey}; adult_auth=1; mem_adult_mode=1");

https://github.com/CjangCjengh/NovelpiaDownloader/blob/25164877fcf6187dd217079269d78b4f1601f821/MainWin.cs#L336-L337

CjangCjengh commented 3 weeks ago

Thank you, I might consider it in the next update