Last active
February 7, 2019 23:05
-
-
Save tularovbeslan/96657a7b5f8f9d0fb34c6832e99e330f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data":[ | |
{ | |
"url":"https://sample-videos.com/video123/mp4/720/big_buck_bunny_720p_30mb.mp4", | |
"name":"Bug bunny", | |
"type":"MP4" | |
}, | |
{ | |
"url":"https://sample-videos.com/audio/mp3/wave.mp3", | |
"name":"Noise", | |
"type":"MP3" | |
}, | |
{ | |
"url":"https://sample-videos.com/img/Sample-png-image-20mb.png", | |
"name":"Blur", | |
"type":"PNG" | |
}, | |
{ | |
"url":"https://sample-videos.com/doc/Sample-doc-file-5000kb.doc", | |
"name":"DocFile", | |
"type":"DOCX" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment