You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when I do animdl stream -q "720/480/1080" "animepahe:jujutsu kaisen 2" the first option is 360p
Expected behavior
The quality string 720/480/1080 sorts stream selection list in that order (At least that's how i remember it working) so the first options should be a 720p stream
Actual behavior
The stream select list includes only streams of quality 720 and lower and are not sorted
Also there's a print statement that shouldn't be there
Example
Right now when I do
animdl stream -q "720/480/1080" "animepahe:jujutsu kaisen 2"
the first option is 360pExpected behavior
The quality string
720/480/1080
sorts stream selection list in that order (At least that's how i remember it working) so the first options should be a 720p streamActual behavior
The stream select list includes only streams of quality 720 and lower and are not sorted
Also there's a print statement that shouldn't be there
animdl/animdl/core/cli/helpers/intelliq.py
Line 284 in c7c3b79
As far as I can tell its a problem with this function
animdl/animdl/core/cli/helpers/intelliq.py
Line 199 in c7c3b79
When I put a breakpoint in this function
animdl/animdl/core/cli/helpers/intelliq.py
Line 275 in c7c3b79
Then do
pp streams
Then do
pp [i for i in iter_fulfilling_streams(streams, quality_string)]
Hopefully you find this useful
The text was updated successfully, but these errors were encountered: