invidious
invidious copied to clipboard
Invidious is an alternative front-end to YouTube
These two features exist in the NewPipe app and they are both really useful. They are not present in the official Youtube website. - variable playback rate: I suggest replacing...
Title: `Missing column index: 4 (IndexError)` Date: `2024-05-02T21:46:39Z` Route: `/data_control?referer=%2Ffeed%2Fplaylists` Version: `2024.04.27-eda7444 @ master` Backtrace ``` Missing column index: 4 (IndexError) from /usr/share/crystal/src/csv.cr:315:5 in '[]' from src/invidious/user/imports.cr:40:15 in 'update_data_control' from...
You could have a button on the video's page that adds it to a list of videos to watch later.
Some opengraph implementations don't support a URL without the domain therefore failing to fetch the video thumbnail and channel image. This pull request basically fixes that.
**Describe the bug** There doesn't seem to be a page for the genre, so `/channel` is taken instead, which does't make sense for a genre, let alone there being more...
**Is your enhancement request related to a problem? Please describe.** No. **Describe the solution you'd like** Wrap the SHA/branch text in a link that points to the current release. For...
Invidious assumes that every playlist will have at least one video because it needs to check for the `index` key. So if there is no videos on a playlist, there...
Videos of a playlist cataloged as podcast are called episodes therefore Invidious was not able to find `video` in the `text` value inside the `stats` array. This can be tested...
Hello, I didn't find solution to export to OPML programmatically by using authenticated user via API. Is it even possible? Thank you
Ensure invidious process listens to '::' (IPv6+IPv4) instead of '0.0.0.0' (IPv4-only), allowing every host on every Internet protocol (current or jurassic a.k.a IPv6 or IPv4, respectively) to reach the service....