New extension: Comics in feed (#166)
* Update README.md with new extension Added Comics in feed extenseion * required changes for PR --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
parent
50f74f33a5
commit
70652ffc2c
3 changed files with 19 additions and 0 deletions
|
|
@ -91,3 +91,7 @@ There are some FreshRSS extensions out there, developed by community members:
|
||||||
### By [@mgnsk](https://github.com/mgnsk)
|
### By [@mgnsk](https://github.com/mgnsk)
|
||||||
|
|
||||||
* [AutoTTL](https://github.com/mgnsk/FreshRSS-AutoTTL): A FreshRSS extension for automatic feed refresh TTL based on the average frequency of entries.
|
* [AutoTTL](https://github.com/mgnsk/FreshRSS-AutoTTL): A FreshRSS extension for automatic feed refresh TTL based on the average frequency of entries.
|
||||||
|
|
||||||
|
### By [@giventofly](https://github.com/giventofly)
|
||||||
|
|
||||||
|
* [Comics In Feed](https://github.com/giventofly/freshrss-comicsinfeed): Display comicss directly in FreshRSS (currently for The awkward yeti and Butter Safe).
|
||||||
|
|
|
||||||
|
|
@ -440,6 +440,17 @@
|
||||||
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
|
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"directory": "xExtension-YouTubeChannel2RssFeed"
|
"directory": "xExtension-YouTubeChannel2RssFeed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comics in feed",
|
||||||
|
"author": "José Moreira",
|
||||||
|
"description": "Embed the images from comics feeds directly.",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"entrypoint": "ComicsInFeed",
|
||||||
|
"type": "system",
|
||||||
|
"url": "https://github.com/giventofly/freshrss-comicsinfeed",
|
||||||
|
"type": "git",
|
||||||
|
"directory": "."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -70,4 +70,8 @@
|
||||||
}, {
|
}, {
|
||||||
"url": "https://github.com/reply2future/xExtension-NewsAssistant",
|
"url": "https://github.com/reply2future/xExtension-NewsAssistant",
|
||||||
"type": "git"
|
"type": "git"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://github.com/giventofly/freshrss-comicsinfeed",
|
||||||
|
"type": "git"
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue