| Crates.io | ytrss |
| lib.rs | ytrss |
| version | 0.1.2 |
| created_at | 2025-06-02 08:35:11.446952+00 |
| updated_at | 2025-06-02 11:48:02.029783+00 |
| description | Quickly get RSS feed URLs from YouTube channel urls |
| homepage | https://github.com/caliguIa/ytrss |
| repository | https://github.com/caliguIa/ytrss |
| max_upload_size | |
| id | 1697784 |
| size | 257,674 |
A CLI tool to extract RSS feed URLs from YouTube channel URLs.
cargo install ytrss
Extract RSS feed URL from a single YouTube channel:
ytrss url "https://www.youtube.com/channel/xxx"
Process multiple YouTube URLs from a file (one URL per line):
ytrss file channels.txt
The tool will create an output file with _parsed suffix containing the RSS feed URLs.
# Single channel
ytrss url "https://www.youtube.com/@example"
# Multiple channels from file
echo "https://www.youtube.com/channel/UC1234" > channels.txt
echo "https://www.youtube.com/@example" >> channels.txt
ytrss file channels.txt