[peertube] add feed url in channels
This commit is contained in:
		
							parent
							
								
									2cf8cbf0df
								
							
						
					
					
						commit
						bc43f8977d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue