Skip to content

tmiland/freshrss-invidious

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreshRSS - Invidious video extension

This FreshRSS extension allows you to directly watch Invidious videos from within subscribed channel feeds.

To use it, upload the xExtension-Invidious directory to the FreshRSS ./extensions directory on your server and enable it on the extension panel in FreshRSS.

Installation

The first step is to put the extension into your FreshRSS extension directory:

cd /var/www/FreshRSS/extensions/
wget https://github.com/tmiland/freshrss-invidious/archive/master.zip
unzip master.zip
mv freshrss-invidious-master/xExtension-Invidious .
rm -rf freshrss-invidious-master/

Then switch to your browser https://localhost/FreshRSS/p/i/?c=extension and activate it.

Set "Player domain" in settings.

Screenshots

Settings in FreshRSS:

screenshot settings

With FreshRSS and an original Invidious Channel feed:

screenshot before

With activated Invidious extension:

screenshot after

About Invidious

Invidious is an alternative front-end to YouTube https://invidio.us https://github.com/omarroth/invidious

About FreshRSS

FreshRSS is a great self-hosted RSS Reader written in PHP, which is can also be found here at GitHub.

More extensions can be found at FreshRSS/Extensions.

Changelog

0.2:

  • Added option to redirect YouTube videos to Invidious
  • Moved note to language file

0.1:

About

A FreshRSS extension to directly embed videos from Invidious channel feeds

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 75.5%
  • HTML 24.5%