feat: Add LARBS scripts

This commit is contained in:
2025-09-11 10:33:31 +02:00
parent 940d51d038
commit 83f04de8f1
32 changed files with 756 additions and 0 deletions

7
bin/peertubetorrent Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
# torrent peertube videos, requires the transadd script
# first argument is the video link, second is the quality (480 or 1080)
# 13/07/20 - Arthur Bais
link="$(echo "$1" | sed "s/w/download\/torrents/")""-$2.torrent"
transadd "$link"