[peertube] add feed url in channels

This commit is contained in:
bopol 2020-03-28 10:22:47 +01:00
parent 2cf8cbf0df
commit bc43f8977d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class PeertubeChannelExtractor extends ChannelExtractor {
@Override @Override
public String getFeedUrl() throws ParsingException { public String getFeedUrl() throws ParsingException {
return null; return getBaseUrl() + "/feeds/videos.xml?accountId=" + json.get("id");
} }
@Override @Override