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 ) ``` I wrote this in 5 minutes, don't hate on me for the simplistic code.