aboutsummaryrefslogtreecommitdiff
path: root/test-vod.json
diff options
context:
space:
mode:
Diffstat (limited to 'test-vod.json')
-rw-r--r--test-vod.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/test-vod.json b/test-vod.json
new file mode 100644
index 0000000..9c385b8
--- /dev/null
+++ b/test-vod.json
@@ -0,0 +1,29 @@
+[
+ {
+ "status": "live",
+ "release_url": "",
+ "title": "Title",
+ "id": 123,
+ "thumbnail": "123.png",
+ "duration": 3600,
+ "room": "Saal 1"
+ },
+ {
+ "status": "released",
+ "release_url": "http://media.ccc.de/",
+ "title": "Title",
+ "id": 123,
+ "thumbnail": "123.png",
+ "duration": 3600,
+ "room": "Saal 1"
+ },
+ {
+ "status": "recorded",
+ "release_url": "",
+ "title": "Title",
+ "id": 123,
+ "thumbnail": "123.png",
+ "duration": 3600,
+ "room": "Saal 1"
+ }
+]