Skip to content

Commit

Permalink
New extension: Comics in feed (#166)
Browse files Browse the repository at this point in the history
* Update README.md with new extension

Added Comics in feed extenseion

* required changes for PR

---------

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
  • Loading branch information
giventofly and Alkarex authored Aug 20, 2023
1 parent 50f74f3 commit 70652ff
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@ There are some FreshRSS extensions out there, developed by community members:
### 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.

### 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).
11 changes: 11 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,17 @@
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
"method": "git",
"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": "."
}
]
}
4 changes: 4 additions & 0 deletions repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@
}, {
"url": "https://github.com/reply2future/xExtension-NewsAssistant",
"type": "git"
},
{
"url": "https://github.com/giventofly/freshrss-comicsinfeed",
"type": "git"
}]

0 comments on commit 70652ff

Please sign in to comment.