Is it possible to get the stream URL somehow? #12627
Answered
by
absurdlylongusername
boernsen-development
asked this question in
Questions
-
Checklist
What is/are your question(s)?I would like to get the stream URL, is this possible somehow? Additional informationNewPipe 0.28.0 from F-Droid |
Beta Was this translation helpful? Give feedback.
Answered by
absurdlylongusername
Sep 12, 2025
Replies: 2 comments 2 replies
-
Can you please elaborate on your question? What stream URL? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am looking for the URL to the actual video stream, i.e. the media (not the yt URL), which I assume is used when downloading a video(?). I would like to use it within other apps every now and then. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not accessible from within NewPipe. You'd have to run the app in Android Studio and set a breakpoint in the extractor code and manually copy the stream URL that way.
Regardless, the direct content stream URLs expire, and for YouTube I think they expire after an hour, so I'm not sure how useful this would be anyway.
Alternatively you could just get the stream URLs using yt-dlp or from browser dev tools.