mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Merge pull request #706 from Bnyro/rss-embed
feat: support for embeds in the feed rss endpoints
This commit is contained in:
commit
ae7684fa6f
2 changed files with 22 additions and 0 deletions
|
@ -23,6 +23,7 @@ dependencies {
|
|||
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.15.2'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
|
||||
implementation 'com.rometools:rome:2.1.0'
|
||||
implementation 'com.rometools:rome-modules:2.1.0'
|
||||
implementation 'org.jsoup:jsoup:1.16.1'
|
||||
implementation 'io.activej:activej-common:5.5'
|
||||
implementation 'io.activej:activej-http:5.5'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue