mirror of
https://gitea.phreedom.club/localhost_frssoft/peertube_torrent_url
synced 2024-11-14 15:43:16 +00:00
small some changes
This commit is contained in:
parent
ce5868ae31
commit
03c95d7cb0
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue