------------------------------------------------------------
commit 77b1002aaa81716f2587667e8c8b27e2f9ea33bc
Author: Breck Yunits <breck7@gmail.com> Date: Mon Dec 2 10:28:46 2024 -1000 diff --git a/togger.js b/togger.js index d19b017..a000a9e 100644 --- a/togger.js +++ b/togger.js @@ -26,7 +26,7 @@ class Togger { params.get("network") || params.get("collection") || params.get("p") || - (params.get("v") ? "custom" : "") || + (params.get("v") ? "customjam" : "") || defaultJam; if (startJam === "coding") startJam = "code"; @@ -160,7 +160,7 @@ class Togger { channelid: "", channeltitle: "", status: "off", - jams: "custom", + jams: "customjam", neweststream: customVideoId, }); // const timestamp = params.get("t") @@ -544,6 +544,7 @@ class Togger { if (event.data == YT.PlayerState.UNSTARTED) { // videoId.textContent = "UNSTARTED" } else if (event.data == YT.PlayerState.ENDED) { + this.player.seekTo(0, true); //videoId.textContent = "STREAM ENDED" // this.nextChannel() // Auto-play next video when current one ends } else if (event.data == YT.PlayerState.PLAYING) { ------------------------------------------------------------
commit 7bc5b5ecb580e474fcaee0fc6ed0d9f2756cb57f
Author: Breck Yunits <breck7@gmail.com> Date: Mon Dec 2 10:25:11 2024 -1000 diff --git a/404.scroll b/404.scroll index 64af621..ceaadfe 100644 --- a/404.scroll +++ b/404.scroll @@ -1,5 +1,5 @@ buildHtml script let path = window.location.href.split("/").pop() - path = path.replace("watch?", "") + path = path.replace("watch?", "&") if (path) window.location.href = `/?jam=${path}` ------------------------------------------------------------
commit 6bf3969082a20b67be249490eba3e30bad08a803
Author: Breck Yunits <breck7@gmail.com> Date: Mon Dec 2 10:23:12 2024 -1000 diff --git a/404.scroll b/404.scroll index cade5cd..64af621 100644 --- a/404.scroll +++ b/404.scroll @@ -1,5 +1,5 @@ buildHtml script - let path = window.location.pathname.slice(1).replace("/", "") - path = path.replace("watch", "") + let path = window.location.href.split("/").pop() + path = path.replace("watch?", "") if (path) window.location.href = `/?jam=${path}` ------------------------------------------------------------
commit d3af7f4423fcf57faa65f1464b304356bf2b4c6c
Author: Breck Yunits <breck7@gmail.com> Date: Mon Dec 2 10:20:01 2024 -1000 diff --git a/404.scroll b/404.scroll index 67b7614..cade5cd 100644 --- a/404.scroll +++ b/404.scroll @@ -1,5 +1,5 @@ buildHtml script let path = window.location.pathname.slice(1).replace("/", "") - path = path.replace("/watch", "") + path = path.replace("watch", "") if (path) window.location.href = `/?jam=${path}` ------------------------------------------------------------
commit 6c9ff14dc915ba99c605c34ef7fc6417dc86a25e
Author: ffff:72.234.190.31 <ffff:72.234.190.31@togger.com> Date: Mon Dec 2 20:16:14 2024 +0000 updated 404.scroll diff --git a/404.scroll b/404.scroll index 720037c..67b7614 100644 --- a/404.scroll +++ b/404.scroll @@ -1,4 +1,5 @@ buildHtml script - const path = window.location.pathname.slice(1).replace("/", "") + let path = window.location.pathname.slice(1).replace("/", "") + path = path.replace("/watch", "") if (path) window.location.href = `/?jam=${path}` ------------------------------------------------------------
commit 6c6edb5209dea7752f4604cd1515664fc646a6f0
Author: root <root@hub.scroll.pub> Date: Mon Dec 2 19:48:35 2024 +0000 Deleted caothicamhoa.scroll diff --git a/channels/caothicamhoa.scroll b/channels/caothicamhoa.scroll deleted file mode 100644 index bb56051..0000000 --- a/channels/caothicamhoa.scroll +++ /dev/null @@ -1,11 +0,0 @@ -../channels.parsers - -id caothicamhoa -youtube https://www.youtube.com/@caothicamhoa -status removed -channelid UCR7oT-IK597WWXXyVWANIGQ -channeltitle CAO THI CẮM HOA -jams sports -neweststream YbLZXAeXRbQ -chat true -streamtime 2024-12-01T00:23:24.193Z ------------------------------------------------------------
commit 1adcc06f110c0b35823bb1365feb01272e14f3ee
Author: root <root@hub.scroll.pub> Date: Mon Dec 2 19:48:26 2024 +0000 Deleted muoi_vlog.scroll diff --git a/channels/muoi_vlog.scroll b/channels/muoi_vlog.scroll deleted file mode 100644 index 659d491..0000000 --- a/channels/muoi_vlog.scroll +++ /dev/null @@ -1,11 +0,0 @@ -../channels.parsers - -id muoi_vlog -youtube https://www.youtube.com/@muoi_vlog -status removed -channelid UCwr6BV06xwB0WzfgFhmyaXA -channeltitle Nhịp Sống Phương Nam -jams sports -neweststream 3dDBGYfQy54 -chat true -streamtime 2024-12-01T00:23:24.260Z ------------------------------------------------------------
commit eafd0286ed3eb7a32d52a22e658ad0998797cc8b
Author: Breck Yunits <breck7@gmail.com> Date: Mon Dec 2 08:33:00 2024 -1000 diff --git a/togger.js b/togger.js index 7e23282..d19b017 100644 --- a/togger.js +++ b/togger.js @@ -761,8 +761,8 @@ This event fires if an error occurs in the player. The API will pass an event ob 101 – The owner of the requested video does not allow it to be played in embedded players. 150 – This error is the same as 101. It's just a 101 error in disguise!`); console.error(event); - // if (event.data === 101 || event.data === 150) - // togger.reportStatus("removed"); + if (event.data === 101 || event.data === 150) + togger.reportStatus("removed"); }, }, }); ------------------------------------------------------------
commit e4f9446dabdd80531204fdba0d20241c24ff5988
Author: Breck Yunits <breck7@gmail.com> Date: Mon Dec 2 08:32:49 2024 -1000 diff --git a/togger.js b/togger.js index d19b017..7e23282 100644 --- a/togger.js +++ b/togger.js @@ -761,8 +761,8 @@ This event fires if an error occurs in the player. The API will pass an event ob 101 – The owner of the requested video does not allow it to be played in embedded players. 150 – This error is the same as 101. It's just a 101 error in disguise!`); console.error(event); - if (event.data === 101 || event.data === 150) - togger.reportStatus("removed"); + // if (event.data === 101 || event.data === 150) + // togger.reportStatus("removed"); }, }, }); ------------------------------------------------------------
commit de30442635ac4fb33cbbaceb6713d00ae6795c7a
Author: ffff:182.2.164.113 <ffff:182.2.164.113@togger.com> Date: Mon Dec 2 18:07:49 2024 +0000 updated channels/UCdRNCCz2FDwE7svh7sDuc2Q.scroll diff --git a/channels/UCdRNCCz2FDwE7svh7sDuc2Q.scroll b/channels/UCdRNCCz2FDwE7svh7sDuc2Q.scroll index ac1cad5..5078fec 100644 --- a/channels/UCdRNCCz2FDwE7svh7sDuc2Q.scroll +++ b/channels/UCdRNCCz2FDwE7svh7sDuc2Q.scroll @@ -2,7 +2,7 @@ id UCdRNCCz2FDwE7svh7sDuc2Q youtube https://www.youtube.com/channel/UCdRNCCz2FDwE7svh7sDuc2Q -status live +status removed channelid UCdRNCCz2FDwE7svh7sDuc2Q channeltitle Vishwakarma Classes jams science