silent curl

This commit is contained in:
localhost_frssoft 2022-03-06 02:12:47 +03:00
parent a56d402ee5
commit 1276156317
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@ count=100
peertube_api_get_channel_videos () 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 () peertube_api_get_video ()
{ {
curl -q "https://$domain/api/v1/videos/$1" curl -S "https://$domain/api/v1/videos/$1"
} }
echo 'Getting uuids...' echo 'Getting uuids...'