mirror of
https://gitea.phreedom.club/localhost_frssoft/peertube_torrent_url
synced 2025-02-16 14:24:28 +00:00
silent curl
This commit is contained in:
parent
a56d402ee5
commit
1276156317
|
@ -7,12 +7,12 @@ count=100
|
|||
|
||||
peertube_api_get_channel_videos ()
|
||||
{
|
||||
curl -q "https://$domain/api/v1/video-channels/$channel/videos?count=$count&skipCount=true"
|
||||
curl -S "https://$domain/api/v1/video-channels/$channel/videos?count=$count&skipCount=true"
|
||||
}
|
||||
|
||||
peertube_api_get_video ()
|
||||
{
|
||||
curl -q "https://$domain/api/v1/videos/$1"
|
||||
curl -S "https://$domain/api/v1/videos/$1"
|
||||
}
|
||||
|
||||
echo 'Getting uuids...'
|
||||
|
|
Loading…
Reference in a new issue