We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace55e4 commit 9b5633fCopy full SHA for 9b5633f
01-main/manifest
@@ -238,6 +238,7 @@ speedtest
238
spotify-client
239
standard-notes
240
strawberry
241
+stream-sprout
242
stremio
243
sublime-merge
244
sublime-text
01-main/packages/stream-sprout
@@ -0,0 +1,9 @@
1
+DEFVER=1
2
+get_github_releases "wimpysworld/stream-sprout" "latest"
3
+if [ "${ACTION}" != "prettylist" ]; then
4
+ URL=$(grep "browser_download_url.*all\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
5
+ VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8)"
6
+fi
7
+PRETTY_NAME="Stream Sprout"
8
+WEBSITE="https://github.com/wimpysworld/stream-sprout/"
9
+SUMMARY="Restream a video source to multiple destinations such as Twitch, YouTube, Owncast and Peertube 📡"
0 commit comments