mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Create peertubetorrent
This commit is contained in:
parent
ebfaf811ac
commit
a601b8f31d
7
.local/bin/peertubetorrent
Normal file
7
.local/bin/peertubetorrent
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# torrent peertube videos, requires the transadd script
|
||||||
|
# first argument is the video link, second is the quiality (480 or 1080)
|
||||||
|
# 13/07/20 - Arthur Bais
|
||||||
|
|
||||||
|
link="$(echo "$1" | sed "s/videos\/watch/download\/torrents/")""-$2.torrent"
|
||||||
|
transadd "$link"
|
||||||
Loading…
x
Reference in New Issue
Block a user