invidious
invidious copied to clipboard
Invidious is an alternative front-end to YouTube
The old logic would filter the results and use the count of the filtered results to determine if a next page should be shown. If there were playlists or channels...
Currently we do not support fetching the streams using WEB client because by default the stream is too slow. So we are only relying on the ANDROID client. But recently...
**Is your enhancement request related to a problem? Please describe.** The current `force_resolve` implementation relies on patching the `HTTP::Client` in stdlib. It really isn't good practice. **Describe the solution you'd...
This PR removes API keys from innertube requests, as the official clients did it too. Related: https://github.com/TeamNewPipe/NewPipeExtractor/pull/1168
## Changes - Changes the crash page's Github issue search option to include the ``issue_title`` in the search bar when opening the issue search page. --- As seen with #4584...
**Is your enhancement request related to a problem? Please describe.** The recommended steps section on the generic error page returned via InfoException is different from the recommended steps section returned...
**Describe the bug** When searching for some terms there is no "next page" button even though there are multiple pages of results. Looking at the code, this is probably caused...
As this was requested multiples times, here is a `CONTRIBUTING.md` file to guide new contributors.
closes #4131 At the moment Invidious will return hardcoded data for the `size`, `qualityLabel` and `fps` of fields for streams, when hardcoded data is available, otherwise it just omits those...