Skip to content

Commit 1ff770c

Browse files
committed
Add Streamable Viewer
1 parent 0bf7437 commit 1ff770c

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

sources.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6624,5 +6624,44 @@
66246624
"Initial release with support for Xbox Clips homepage, game pages, channel pages, and video playback"
66256625
]
66266626
}
6627+
},
6628+
{
6629+
"id": "711a1489-2d1c-4131-8a96-ea80f6d8b5dc",
6630+
"name": "Streamable Viewer",
6631+
"description": "Reproduce videos from Streamable",
6632+
"version": 1,
6633+
"author": "Stefan Cruz",
6634+
"authorUrl": "",
6635+
"platformUrl": "https://streamable.com",
6636+
"repositoryUrl": "https://codeberg.org/stefancruz/grayjay-plugin-streamable-viewer",
6637+
"sourceUrl": "https://codeberg.org/stefancruz/grayjay-plugin-streamable-viewer/raw/branch/master/StreamableConfig.json",
6638+
"scriptUrl": "./StreamableScript.js",
6639+
"iconUrl": "https://codeberg.org/stefancruz/grayjay-plugin-streamable-viewer/raw/branch/master/StreamableIcon.png",
6640+
"packages": [
6641+
"Http"
6642+
],
6643+
"allowEval": false,
6644+
"allowUrls": [
6645+
"streamable.com",
6646+
"ajax.streamable.com",
6647+
"api-f.streamable.com",
6648+
"cdn-cf-east.streamable.com"
6649+
],
6650+
"constants": {
6651+
"BASE_URL": "https://streamable.com"
6652+
},
6653+
"settings": [],
6654+
"changelog": {
6655+
"1": [
6656+
"- Initial implementation (viewer-only: video details)"
6657+
]
6658+
},
6659+
"testing": {
6660+
"GetContentDetails": {
6661+
"urls": [
6662+
"https://streamable.com/xbel1y"
6663+
]
6664+
}
6665+
}
66276666
}
6628-
]
6667+
]

0 commit comments

Comments
 (0)