[peertube] add feed url in channels

This commit is contained in:
bopol 2020-03-28 10:22:47 +01:00
parent 2cf8cbf0df
commit bc43f8977d

View file

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