mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-30 20:21:58 +00:00 
			
		
		
		
	proxy channel feeds
This commit is contained in:
		| @@ -28,7 +28,7 @@ | ||||
|             title="RSS feed" | ||||
|             role="button" | ||||
|             v-if="channel.id" | ||||
|             :href="`https://www.youtube.com/feeds/videos.xml?channel_id=${channel.id}`" | ||||
|             :href="`${apiUrl()}/feed/unauthenticated/rss?channels=${channel.id}`" | ||||
|             target="_blank" | ||||
|             class="btn flex-col ml-3" | ||||
|         > | ||||
|   | ||||
| @@ -102,9 +102,7 @@ | ||||
|                             title="RSS feed" | ||||
|                             role="button" | ||||
|                             v-if="video.uploaderUrl" | ||||
|                             :href="`https://www.youtube.com/feeds/videos.xml?channel_id=${ | ||||
|                                 video.uploaderUrl.split('/')[2] | ||||
|                             }`" | ||||
|                             :href="`${apiUrl()}/feed/unauthenticated/rss?channels=${video.uploaderUrl.split('/')[2]}`" | ||||
|                             target="_blank" | ||||
|                             class="btn flex-col" | ||||
|                         > | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bnyro
					Bnyro