Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specified quality not found, defaulting to best #1339

Closed
d4xata opened this issue May 20, 2024 · 2 comments
Closed

Specified quality not found, defaulting to best #1339

d4xata opened this issue May 20, 2024 · 2 comments
Labels
priority 2: medium Default for bugs type: bug something isn't working

Comments

@d4xata
Copy link

d4xata commented May 20, 2024

Sometime can't get the 360p video.

ani-cli -d -e 6 -q 360p kaiju

Output:

sharepoint Links Fetched
dropbox Links Fetched
gogoanime Links Fetched
Specified quality not found, defaulting to best

and than ani-cli downloading the best quality video

But using other tool, I can get the link.

eren -g -q 360p kaiju

After selected the episode 6 and quit the tool.
Output:
https://www038.vipanicdn.net/streamhls/blablabla/ep.6.1716046320.360.m3u8

I think ani-cli and eren using the same web provider. (or not?)

eren: https://github.com/Based-Programmer/eren

System:

  • Arch linux
  • Gnome
  • kgx (Terminal default Gnome)
@d4xata d4xata added priority 2: medium Default for bugs type: bug something isn't working labels May 20, 2024
@Derisis13
Copy link
Collaborator

-q will search for whatever is given as its argument. In this case, you want -q 360 instead of -q 360p. (You can also probably use it to prefer mp4 with -q .mp4, I never tried...)

And yes, eren seems to be a rust reimplementation of ani-cli. The results should be the same.

@d4xata
Copy link
Author

d4xata commented May 21, 2024

-q will search for whatever is given as its argument. In this case, you want -q 360 instead of -q 360p. (You can also probably use it to prefer mp4 with -q .mp4, I never tried...)

And yes, eren seems to be a rust reimplementation of ani-cli. The results should be the same.

When using the -q 360 (without p)
Either output is not the quality I expecting:
Specified quality not found, defaulting to best
or
[generic] Extracting URL: https://vipanicdn.net/blablabla.original.m3u8

When I check the web manually.
The episode 6 of kaiju (Japanese) is not support multi-quality.
But the dub (English) is supported.

Eren which the 360p link available is by default using the dub version.
While ani-cli using the Japanese version.

The problem is web provider not providing the 360p quality of Japanese version of kaiju episode 6.

@d4xata d4xata closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority 2: medium Default for bugs type: bug something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants