From 03c95d7cb0979535795b2ba04fcc8e7974182b56 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Mon, 7 Mar 2022 01:42:00 +0300 Subject: [PATCH] small some changes --- get_torrent_url.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/get_torrent_url.sh b/get_torrent_url.sh index 98b1c25..c4b04f2 100755 --- a/get_torrent_url.sh +++ b/get_torrent_url.sh @@ -1,4 +1,5 @@ #!/bin/sh +# dep: jj sed curl domain='xxivproduction.video' channel='regex' @@ -32,7 +33,7 @@ get_all_torrents () get_latest_torrent_video () { - echo 'Getting name and magnet uri...' + echo 'Getting name and torrent url...' for uuid in $get_uuids; do echo $uuid video=$(peertube_api_get_video $uuid)