xuzhengyi1995/Renta_Downloader

would you like to make a project for https://bookwalker.jp/

Closed this issue · 18 comments

would you like to make a project for https://bookwalker.jp/

I have just checked Bookwalker.jp, I think this website is more complicated than renta, I will try my best, but I'm not sure I can make it out.
If I find a way to download it, I will notice you here.
Thank you.

I have just checked Bookwalker.jp, I think this website is more complicated than renta, I will try my best, but I'm not sure I can make it out.
If I find a way to download it, I will notice you here.
Thank you.

thanks,i find a project named bookworm on github ,but i dont know how to use it。 i think you can find something there.

I have just checked Bookwalker.jp, I think this website is more complicated than renta, I will try my best, but I'm not sure I can make it out.
If I find a way to download it, I will notice you here.
Thank you.

thanks,i find a project named bookworm on github ,but i dont know how to use it。 i think you can find something there.

I have checked this website, it's very difficult to get image by using the method in this program, because the js are all extremely uglified, the easier solution is to use the headless browser like selenium and save the canvas. It will be much slower than the method in this program, but it will work.

I'll try to do in this way.
Thank you.

脚本部分漫画好像下载不了,如果操作有误请指出!

脚本部分漫画好像下载不了,如果操作有误请指出!

您好,麻烦提供一下该漫画的网址,以方便检查,谢谢。

https://dre-viewer.papy.co.jp/sc/view_jsimg2/sample/9-684789-84/FIX001/index.view这是无法下载的网址

https://renta.papy.co.jp/renta/sc/frm/item/155833/title/684789/ 这是目录
好像不止这一漫画无法下载,也有部分不行

您好,经检查为构建URL时的疏忽,漏写了一个&符号,已修改,请再次尝试,谢谢!

请问在哪里下载?

请问在哪里下载?

您好,如果您有clone目录的话,可以使用git pull直接更新。

或者,您可以到以下链接,
https://github.com/xuzhengyi1995/Renta_Downloader

点击右侧的绿色按钮‘Clone or download',再点击’Download ZIP'即可下载新的zip包,谢谢。

好的,谢谢

好像在Clone or download下载的依旧是久的版本

好像在Clone or download下载的依旧是久的版本

https://github.com/xuzhengyi1995/Renta_Downloader/archive/master.zip

您可以尝试点击上面的链接直接下载。

或者可以更改一下现有版本的168行,将:

url += "date=" + cache_update

更改为:

url += "date=" + cache_update + '&'

并且最好将第87行的:

header['Referer'] = 'https://dre-viewer.papy.co.jp/sc/view_jsimg2/9b30e78b669d6dab4b/9-524390-84/FIX001/index.view'

更改为:

header['Referer'] = url

本次提交只有这两处更改,您可以自由选择更新的方式。

谢谢。

十分感谢,可以用了

十分感谢,可以用了

你买啥漫画了

就是网址的那漫画

I have just checked Bookwalker.jp, I think this website is more complicated than renta, I will try my best, but I'm not sure I can make it out.
If I find a way to download it, I will notice you here.
Thank you.

thanks,i find a project named bookworm on github ,but i dont know how to use it。 i think you can find something there.

I have finished a version with selenium and tried it, it's a little bit slow but it works [I think], your can find all the info here:

https://github.com/xuzhengyi1995/Bookwalker_Downloader

Thank you.

I have just checked Bookwalker.jp, I think this website is more complicated than renta, I will try my best, but I'm not sure I can make it out.
If I find a way to download it, I will notice you here.
Thank you.

thanks,i find a project named bookworm on github ,but i dont know how to use it。 i think you can find something there.

I have finished a version with selenium and tried it, it's a little bit slow but it works [I think], your can find all the info here:

https://github.com/xuzhengyi1995/Bookwalker_Downloader

Thank you.

oops,thank a lot.i will try it.