summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominic DiTaranto <domdit@gmail.com>2024-08-12 21:36:52 -0400
committerDominic DiTaranto <domdit@gmail.com>2024-08-12 21:36:52 -0400
commitb802ffff6584613a04cdaf961cbb953ef16b3664 (patch)
tree9477e49a262f4df6ba012d9fa2610b4f0236bf10 /README.md
parented32c0b9d1b3a6ac1ba2a84fe8cb9ad4dfe2e9b3 (diff)
adding readmeHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ff564ef
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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. \ No newline at end of file