xuzhengyi1995 / Manga_downloader

A Manga download framework using selenium.
639 stars 58 forks source link

[Site Request] DMM Books (works with Selenium) #108

Closed Lowell12345 closed 2 years ago

Lowell12345 commented 2 years ago

ff

I tried DMM Books with same method with Bookwalker's and I was available to get images, but it doesn't move the pages automatically. Can get the images when I press the ← button but wonder if you can add page move here?

Hope you guys can help with this one.

sample : https://book.dmm.com/tachiyomi/?cid=FRNfXRNVFW1RAQxaCgZWUAoBRQYDClYAThFfCUJYU1kCCERYCmkGUFcKWhRHVwVfCBxZW1kEVQ__&lin=1&sd=0

xuzhengyi1995 commented 2 years ago

For DMM please use window.i=0;setInterval(()=>{NFBR.a6G.Initializer.views_.menu.options.a6l.moveToPage(window.i);console.log(window.i);window.i++;},3000)

Lowell12345 commented 2 years ago

It works so well. Thank you so much!