Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New extension: Comics in feed #166

Merged
merged 3 commits into from
Aug 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}]