invidious icon indicating copy to clipboard operation
invidious copied to clipboard

Invidious is an alternative front-end to YouTube

Results 564 invidious issues
Sort by recently updated
recently updated
newest added

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...

need-testing

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...

enhancement

**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...

enhancement
type:upstream
module:http-client

This PR removes API keys from innertube requests, as the official clients did it too. Related: https://github.com/TeamNewPipe/NewPipeExtractor/pull/1168

ready

## 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...

in-testing

**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...

enhancement

**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...

bug

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...

need-code-review