Files
2024-06-06 20:10:43 +02:00
..
2024-06-06 20:10:43 +02:00
2024-06-06 20:10:43 +02:00
2024-06-06 20:10:43 +02:00
2024-06-06 20:10:43 +02:00

Docker Hub Repository Overview

Repository Name: [Your Docker Hub Repository Name]

Description: This Docker image provides a Flask application that acts as a proxy to convert YouTube channel RSS feeds to a more accessible format. It uses a simple Flask API to expose an endpoint that takes a YouTube channel name as a parameter and returns the channel's RSS feed.

Usage:

  • Pull the Docker Image:

    docker pull [username/repository-name:tag]
    
  • Run the Docker Container:

    docker run -p 5000:5000 -e youtube-proxy=[your_proxy_url] bramkel/youtuberss/latest
    
  • API Endpoint:

    • /[channelName]: Returns the converted RSS feed for the specified YouTube channel.