mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
feat: support for meta info of videos
This commit is contained in:
parent
36edf34793
commit
adacbfe285
4 changed files with 31 additions and 2 deletions
|
@ -39,6 +39,9 @@ curl "${CURLOPTS[@]}" $HOST/clips/Ugkx71jS31nwsms_Cc65oi7yXF1mILflhhrO || exit 1
|
|||
# Streams
|
||||
curl "${CURLOPTS[@]}" $HOST/streams/BtN-goy9VOY || exit 1
|
||||
|
||||
# Streams with meta info
|
||||
curl "${CURLOPTS[@]}" $HOST/streams/cJ9to6EmElQ || exit 1
|
||||
|
||||
# Comments
|
||||
curl "${CURLOPTS[@]}" $HOST/comments/BtN-goy9VOY || exit 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue