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

Look into other options for searching and audio sources #23

Closed
OMGDuke opened this issue Apr 7, 2023 · 3 comments · Fixed by #59
Closed

Look into other options for searching and audio sources #23

OMGDuke opened this issue Apr 7, 2023 · 3 comments · Fixed by #59
Assignees
Labels
enhancement New feature or request

Comments

@OMGDuke
Copy link
Owner

OMGDuke commented Apr 7, 2023

Currently the Youtube page is scraped for search results. These are displayed while audio urls are grabbed. When an audio url is not available the search result will disappear. We need a better option for searching and playing

@OMGDuke OMGDuke added the enhancement New feature or request label Apr 7, 2023
@OMGDuke
Copy link
Owner Author

OMGDuke commented Apr 8, 2023

Can get audio streams via invidious api
https://docs.invidious.io/api/

Search for videos
/api/v1/search?type=video&page=1&q=searchTerm

Get audio streams for video
/api/v1/videos/:videoID?fields=adaptiveFormats

@OMGDuke
Copy link
Owner Author

OMGDuke commented Apr 9, 2023

@OMGDuke
Copy link
Owner Author

OMGDuke commented Mar 11, 2024

https://pipedapi.kavin.rocks/streams/aFt5_jhANHk

Piped api would be a good alternative as it provides audio streams

https://docs.piped.video/docs/api-documentation/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant