small some changes

This commit is contained in:
localhost_frssoft 2022-03-07 01:42:00 +03:00
parent ce5868ae31
commit 03c95d7cb0
1 changed files with 2 additions and 1 deletions

View File

@ -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)