[peertube] add feed url in channels

pull/298/head
bopol 2020-03-28 10:22:47 +01:00
rodzic 2cf8cbf0df
commit bc43f8977d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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