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

**Describe the bug** The redirect links in the error templates does not follow the users preference on whether to automatically redirect or not. **Steps to Reproduce** Get an info exception,...

bug

- `ConfigMap` -> `Secret` (we are holding passwords and `hmac_key` here) - `Ingress` support - standard labels - better object naming - to name objects `invidious` instead of `invidious-invidious` if...

Uses the same method that is used for videos. We create continuation based on the sort option. One note though, `produce_channel_livestreams_continuation` and `produce_channel_videos_continuation` are almost identical, so is it better...

ready

Closes #3933 TODO: also use `resolve_url` for channel search

need-code-review

This is a modification of PR #3728. And addresses #446 Server admins can set the instance to be private. Which means it is only accessible with a registered user account....

closes https://github.com/iv-org/invidious/issues/3513 This PR: - gets thumbnail and channel name from the initial request - gets videos, shorts and streams via autogenerated channel playlists ![image](https://github.com/iv-org/invidious/assets/78101139/14ca5b6b-b4cb-4204-83e8-ed8dfb2057f6) Test Url: `/channel/UCbfnHqxXs_K3kvaH-WlNlig`

Is it possible to have it display the links in the YouTube Channel profile and be accessible through the API? This feature would be very helpful for my research work,...

feature-request
module:channels

I add feature of iframe embed control like [youtube iframe api](https://developers.google.com/youtube/iframe_api_reference) This feature fullfil part of #3705. This feature can't execute on IE11. But i didn't add all feature of...

need-code-review
exempt-stale

add a next + previous button when playing playlist. When click next, it gets to the next item in playlist When click previous, it gets to the previous item in...

feature-request

YouTube added a new format for `like` data in December 2023. This PR adds support for parsing the like count on this new format. Related: https://github.com/LuanRT/YouTube.js/pull/557 closes https://github.com/iv-org/invidious/issues/4419

need-testing