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

[Question] About Instance Structure(endpoint) #5127

Closed
Tenakskd opened this issue Dec 29, 2024 · 1 comment
Closed

[Question] About Instance Structure(endpoint) #5127

Tenakskd opened this issue Dec 29, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Tenakskd
Copy link

an invidious instance, when I access /latest_version?id=VIDEOID&itag=18, I am redirected to a low quality (480p)original video URL, but the Audio URL redirects to the original URL on which endpoint access? What endpoints do I need to access for the Audio URL to be redirected to the original URL? Also, where is the endpoint that redirects to the DASH quality (720p,1080p) video URL?

@Tenakskd Tenakskd added the enhancement Improvement of an existing feature label Dec 29, 2024
@unixfox unixfox changed the title About Instance Structure(endpoint) [Question] About Instance Structure(endpoint) Dec 29, 2024
@unixfox unixfox added question Further information is requested and removed enhancement Improvement of an existing feature labels Dec 29, 2024
@unixfox
Copy link
Member

unixfox commented Dec 29, 2024

Hello, I would suggest you to use yt-dlp for downloading videos: https://github.com/yt-dlp/yt-dlp

latest_version endpoint is not designed for this purpose.

And about the different itags you can find your answers in this source code file: https://github.com/iv-org/invidious/blob/master/src/invidious/videos/formats.cr

@unixfox unixfox closed this as completed Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants