mirror of
https://github.com/miniflux/v2.git
synced 2025-08-26 18:21:01 +00:00
Add support for Invidious
- Embed Invidious player for invidio.us feeds - Add new rewrite rule to use Invidious player for Youtube feeds
This commit is contained in:
parent
e494d6e381
commit
592151bdb6
4 changed files with 27 additions and 1 deletions
|
@ -27,6 +27,7 @@ var predefinedRules = map[string]string{
|
|||
"thedoghousediaries.com": "add_image_title",
|
||||
"treelobsters.com": "add_image_title",
|
||||
"youtube.com": "add_youtube_video",
|
||||
"invidio.us": "add_invidious_video",
|
||||
"xkcd.com": "add_image_title",
|
||||
"framatube.org": "nl2br,convert_text_link",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue