Skip to content

Commit bc43f89

Browse files
committed
[peertube] add feed url in channels
1 parent 2cf8cbf commit bc43f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/peertube/extractors/PeertubeChannelExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public String getBannerUrl() throws ParsingException {
5757

5858
@Override
5959
public String getFeedUrl() throws ParsingException {
60-
return null;
60+
return getBaseUrl() + "/feeds/videos.xml?accountId=" + json.get("id");
6161
}
6262

6363
@Override

0 commit comments

Comments
 (0)