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)