From 418c00cbc459c456ab489d093561d3a3e127aa2b Mon Sep 17 00:00:00 2001 From: krisdoodle45 <86745210+krisdoodle45@users.noreply.github.com> Date: Sat, 7 Aug 2021 19:10:36 +0000 Subject: [PATCH] Update peertubetorrent due to changed URL format (#979) --- .local/bin/peertubetorrent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/peertubetorrent b/.local/bin/peertubetorrent index 56f2476..7a7a483 100755 --- a/.local/bin/peertubetorrent +++ b/.local/bin/peertubetorrent @@ -3,5 +3,5 @@ # 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" +link="$(echo "$1" | sed "s/w/download\/torrents/")""-$2.torrent" transadd "$link"