xExtension-YouTube update (#134)
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
parent
48128729dd
commit
b2abcc23e4
2 changed files with 7 additions and 4 deletions
|
|
@ -12,7 +12,6 @@ There are some FreshRSS extensions out there, developed by community members:
|
||||||
|
|
||||||
### By [@kevinpapst](https://github.com/kevinpapst), [Web](https://www.kevinpapst.de/)
|
### By [@kevinpapst](https://github.com/kevinpapst), [Web](https://www.kevinpapst.de/)
|
||||||
|
|
||||||
* [Youtube/Peertube](https://github.com/kevinpapst/freshrss-youtube): Display videos from YouTube/PeerTube feeds inline
|
|
||||||
* [Dilbert](https://github.com/kevinpapst/freshrss-dilbert): Display your daily Dilbert comic in FreshRSS directly
|
* [Dilbert](https://github.com/kevinpapst/freshrss-dilbert): Display your daily Dilbert comic in FreshRSS directly
|
||||||
* [Teem](https://github.com/kevinpapst/freshrss-teem): Display videos from the skydiving website jointheteem.com inline
|
* [Teem](https://github.com/kevinpapst/freshrss-teem): Display videos from the skydiving website jointheteem.com inline
|
||||||
|
|
||||||
|
|
@ -64,6 +63,10 @@ There are some FreshRSS extensions out there, developed by community members:
|
||||||
|
|
||||||
* [Explosm](https://framagit.org/dohseven/freshrss-explosm): Directly displays the Explosm comic in FreshRSS
|
* [Explosm](https://framagit.org/dohseven/freshrss-explosm): Directly displays the Explosm comic in FreshRSS
|
||||||
|
|
||||||
|
### By [@ImAReplicant](https://framagit.org/ImAReplicant)
|
||||||
|
|
||||||
|
* [Youtube/Peertube](https://framagit.org/ImAReplicant/freshrss-youtube): Display videos from YouTube/PeerTube feeds inline
|
||||||
|
|
||||||
### By [@christian-putzke](https://github.com/christian-putzke/)
|
### By [@christian-putzke](https://github.com/christian-putzke/)
|
||||||
|
|
||||||
* [Pocket Button](https://github.com/christian-putzke/freshrss-pocket-button): Add articles to Pocket with one simple button click or a keyboard shortcut.
|
* [Pocket Button](https://github.com/christian-putzke/freshrss-pocket-button): Add articles to Pocket with one simple button click or a keyboard shortcut.
|
||||||
|
|
|
||||||
|
|
@ -322,12 +322,12 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "YouTube/PeerTube Video Feed",
|
"name": "YouTube/PeerTube Video Feed",
|
||||||
"author": "Kevin Papst",
|
"author": "ImAReplicant (forked from Kevin Papst)",
|
||||||
"description": "Embed YouTube/PeerTube feeds inside article content.",
|
"description": "Embed YouTube/PeerTube feeds inside article content.",
|
||||||
"version": 0.1,
|
"version": 0.11,
|
||||||
"entrypoint": "YouTube",
|
"entrypoint": "YouTube",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
"url": "https://github.com/kevinpapst/freshrss-youtube",
|
"url": "https://framagit.org/ImAReplicant/freshrss-youtube",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"directory": "xExtension-YouTube"
|
"directory": "xExtension-YouTube"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue