summaryrefslogtreecommitdiff
path: root/README.md
blob: ff564ef66d4cc02ad8721b5be2cc0dacaad637d7 (plain)
1
2
3
4
5
6
7
8
simple script to parse a peertube rss feed for video urls. the urls can then be fed to yt-dpl for download.

example:
```commandline
yt-dlp $(python3 main.py <peertube-rss-url>)
```

I wrote this in 5 minutes, don't hate on me for the simplistic code.