Get all files from volafile rooms.
- Ruby
- Selenium
- Get a compatible browser:
sudo apt-get install chromium-browser
- Get appropiate version of driver: here from chrome
- Extract and copy file to
/usr/bin
:sudo mv chromedriver /usr/bin
- Set execution permissions:
sudo chmod +x /usr/bin/chromedriver
Selenium is available for more browers too.
Hi,
First of all, thank you very much for this excellent script!
However, it would seem that it is no longer downloading .rar/.zip files and some video files. Do you have any idea how to get that to work?
I'm running on Windows using windows wget (http://www.gnu.org/software/wget/).
As of right now I have to manually download all rarzips and most video files.
Thanks in advance!