sooyong96
11-21-2016, 10:48 AM
Hi, I'm sharing a massive collection of Doujin music, courtesy of woi911@kfgal:

https://drive.google.com/folderview?id=0BxE-hzt9eFRITFBJS0dOQWUzdlE&usp=sharing

The only problem here is

1. The files are hosted on Baidu, and even I have a Baidu VIP account, I can't download them all because of the sheer size of the document (there are 28 spreadsheets with each of them containing 1000 links), and it's hard to use any third-party tool to automate them since they have a link password. JDownloader works but I cannot feed a list of passwords to the client.

2. I think one way to solve the problem is to use a macro software (such as AutoHotKey) to automate this, but I wonder if anyone here is well-versed in creating macros. If yes then it would be a massive contribution to this thread.

Issou
11-21-2016, 12:33 PM
Once you entered the password of the Baidu sharing link on your browser, you will don't have to do it again unless you clear your cookies.

There are a script which allow you to download from Baidu without file/connection limit, it works fairy well with Firefox

Guess someone could make good macros to download them, not that hard to automate all of that .....

sooyong96
11-22-2016, 02:31 PM
Oh? Can you link me the script?

Is this the one: http://www.duoluohua.com/app/showapp/?action=showapp&system=script&appname=dupanlink

Issou
11-22-2016, 03:42 PM
https://www.youtube.com/watch?v=UgqDVmaEmYQ
https://greasyfork.org/en/scripts/7382-baidupandownloadhelper-modify-by-ted423/code

It is safe

sooyong96
11-22-2016, 04:38 PM
Well it worked, now for the password part.....

sooyong96
11-23-2016, 06:52 AM
I found out this tool:

https://github.com/banbanchs/pan-baidu-download

It's written in Python, so I presume I can automate this with some Python scripts - the problem is I have no experience in Python at all :(