justfoolingaround / animdl

A highly efficient, fast, powerful and light-weight anime downloader and streamer for your favorite anime.
GNU General Public License v3.0
1.33k stars 109 forks source link

Feature Request: Quality selection #83

Closed thegamerx1 closed 2 years ago

thegamerx1 commented 3 years ago

I run animdl with a macro that takes url from browser and it would be too hard to parse output and make it choose quality so maybe a option to choose highest quality automatically or something like youtube dl does would be cool 30_11_2021_animdl_ggERuUyLQ8

justfoolingaround commented 3 years ago

I'm working on a quality selector similar to youtube-dl!

This will get added soon and here's how it'll look like:

By default the qualities with available subtitles will be selected (That means [cc] is never a necessity)!

justfoolingaround commented 2 years ago

Added and might just be overkill for anyone's needs, really.

I've made changes to the previous specifications.

While the best and the worst haven't changed, there is an intelligent stream filter added.

That is, you can now check what is within stream metadata and make arrangements. This includes regex support.

For example:

This will select filter out stream urls that return regex matches for (?i)mp4upload.

This will filter out streams titled "Overlord III" with subtitles.

You can use / to specify multiple segments and it'll let you know through logging as to what streams were selected by which segments.