anime-dl / anime-downloader

A simple but powerful anime downloader and streamer.
The Unlicense
1.92k stars 218 forks source link

Add quality selection to animeout #635

Closed AbdullahM0hamed closed 3 years ago

AbdullahM0hamed commented 3 years ago

Quality selection is desperately needed on this provider as animeout displays all episodes of all qualities in the same page and _scrape_episodes picks them all up as separate episodes. The difference can be seen with the command anime dl -u hanayome -p animeout -c 1

lol480phuh commented 3 years ago

Hey, is there any way I can use this? I want to download in 720p but all I'm getting is 1080p, I saw that you added some lines in animeout.py how can I do this?

AbdullahM0hamed commented 3 years ago

Since I prioritised self.quality, you should add -q 720p to the command you are using

lol480phuh commented 3 years ago

It didn't work at first, so I had to reinstall using pip3 install -U git+https://github.com/vn-ki/anime-downloader.git and now it works, thank you!