xuzhengyi1995 / Manga_downloader

A Manga download framework using selenium.
620 stars 57 forks source link

Chrome not saving images #96

Open admiralkikan opened 2 years ago

admiralkikan commented 2 years ago

I am having the same issue as Cerxi was having. However, it's not just one book. It's all books including those I was able to save 2 months ago. Not sure what the reason is exactly. Error's don't tell me anything that would be related to the issue of saving.

Here is the command I use C:\BW-downloader-chrome-bin\chrome.exe --user-data-dir=C:\bw-downloader-profile --no sandbox

If you want to know the error I got it was "ytag is not defined" But I remember seeing this error back in February. So this very well could just be not doing it right.

xuzhengyi1995 commented 2 years ago

Please try with command: C:\BW-downloader-chrome-bin\chrome.exe --user-data-dir=C:\bw-downloader-profile --no-sandbox.

--no-sandbox

Thanks!

admiralkikan commented 2 years ago

I thought I had tried that and it didn't work. I could have easily pressed the wrong key.

But that particular line does indeed work. May want to add it to the "Read Me." thank you.