thehylia
thehylia copied to clipboard
A script for The Hylia mass downloads. Get anime soundtracks quickly and easily! Also a Python interface.
Added an option to skip download and only dump download links to a file. Dumped links can then be used with external downloader.
Hey. i liked your project and so decided to add a requirements.txt Now you can just do `pip install -r requirements.txt` to install
So youtube-dl has a `-g` option: ``` -g, --get-url Simulate, quiet but print URL ``` I was wondering if you can implement this. So basically the **point** is to pipe...
Hi! I've tried to get multiple different albums, but unfortunately each one gives me the same error: ``` $ python3 thehylia.py 11930 Getting song list... An unexpected error occurred! If...
I experienced this error when executing: `python thehylia.py sen-to-chihiro-no-kamikakushi-spirited-away` `Traceback (most recent call last): File "thehylia.py", line 513, in doIt() File "thehylia.py", line 511, in doIt raise e requests.exceptions.ReadTimeout: HTTPConnectionPool(host='*****.*****.*****.com',...