add peertube torrents from newsboat (#760)
* Create peertubetorrent * macro to torrent new videos on peertube * fix typo * rebind
This commit is contained in:
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 quality (480 or 1080)
|
||||
# 13/07/20 - Arthur Bais
|
||||
|
||||
link="$(echo "$1" | sed "s/videos\/watch/download\/torrents/")""-$2.torrent"
|
||||
transadd "$link"
|
||||
Reference in New Issue
Block a user