------------------------------------------------------------
commit 4d5e8af3e6e199d7febb8fb6556a1c110f66649e
Author: ffff:107.131.166.16 <ffff:107.131.166.16@togger.com> Date: Mon Dec 2 07:10:03 2024 +0000 updated channels/UCOVcAiUMS7RZ6RVUcrwAYXA.scroll diff --git a/channels/UCOVcAiUMS7RZ6RVUcrwAYXA.scroll b/channels/UCOVcAiUMS7RZ6RVUcrwAYXA.scroll index d230322..c1cb2ff 100644 --- a/channels/UCOVcAiUMS7RZ6RVUcrwAYXA.scroll +++ b/channels/UCOVcAiUMS7RZ6RVUcrwAYXA.scroll @@ -2,7 +2,7 @@ id UCOVcAiUMS7RZ6RVUcrwAYXA youtube https://www.youtube.com/channel/UCOVcAiUMS7RZ6RVUcrwAYXA -status live +status removed channelid UCOVcAiUMS7RZ6RVUcrwAYXA channeltitle Nemo's Dreamscapes jams ambience ------------------------------------------------------------
commit a8a7279e49043db59a377bf474a12a9f28f9e545
Author: ffff:74.134.135.81 <ffff:74.134.135.81@togger.com> Date: Mon Dec 2 03:55:07 2024 +0000 updated channels/cmgriffing.scroll diff --git a/channels/cmgriffing.scroll b/channels/cmgriffing.scroll index 995399b..c38766d 100644 --- a/channels/cmgriffing.scroll +++ b/channels/cmgriffing.scroll @@ -3,7 +3,7 @@ id cmgriffing youtube https://www.youtube.com/@cmgriffing twitch https://www.twitch.tv/cmgriffing -status live +status off channelid UCOVg6EFk0ZCeqzZka9u4nZw channeltitle cmgriffing jams code ------------------------------------------------------------
commit 7c056e69deecf2ee464ea527f918479b8aed1e7f
Author: ffff:72.234.190.31 <ffff:72.234.190.31@togger.com> Date: Sun Dec 1 23:32:59 2024 +0000 updated channels/cmgriffing.scroll diff --git a/channels/cmgriffing.scroll b/channels/cmgriffing.scroll index bdf912e..995399b 100644 --- a/channels/cmgriffing.scroll +++ b/channels/cmgriffing.scroll @@ -3,11 +3,11 @@ id cmgriffing youtube https://www.youtube.com/@cmgriffing twitch https://www.twitch.tv/cmgriffing -status off +status live channelid UCOVg6EFk0ZCeqzZka9u4nZw channeltitle cmgriffing jams code -neweststream 3AX-OQwhbq4 +neweststream RUSDcaEjQfg chat true streamtime 2024-12-01T01:40:40.179Z twitter https://x.com/cmgriffing ------------------------------------------------------------
commit 6674359e610d03b7ec41aafc81d250bf1e29a236
Author: Breck Yunits <breck7@gmail.com> Date: Sun Dec 1 11:28:21 2024 -1000 diff --git a/channels.parsers b/channels.parsers index f31dc98..a84508c 100644 --- a/channels.parsers +++ b/channels.parsers @@ -3,7 +3,7 @@ idParser description What is our ID of the channel? float sortIndex 1.01 toggerYoutubeParser - cue togger + cue youtube extends abstractUrlMeasureParser description What is the URL to the YouTube channel? float sortIndex 1.1 ------------------------------------------------------------
commit 23e73fe34ab5a54f2da632d8c4dfba46630e96ee
Author: 1 <1@localhost> Date: Sun Dec 1 11:28:15 2024 -1000 updated channels/madisonkanna.scroll diff --git a/addchannel.mjs b/addchannel.mjs index 1a3a51b..2c863d5 100644 --- a/addchannel.mjs +++ b/addchannel.mjs @@ -21,7 +21,7 @@ const main = async () => { } } -const data = `https://www.youtube.com/watch?v=ASbY7CJAOAo code` +const data = `https://www.youtube.com/watch?v=2hhqrwC2rPw code` const add = data.split("\n").forEach((line) => { const [url, jams] = line.split(" ") diff --git a/channels/madisonkanna.scroll b/channels/madisonkanna.scroll new file mode 100644 index 0000000..d1be68c --- /dev/null +++ b/channels/madisonkanna.scroll @@ -0,0 +1,14 @@ +../channels.parsers + +id madisonkanna +youtube https://www.youtube.com/@madisonkanna +status off +channelid UC_QwoMzVAnoV9K1yCtaVkXg +channeltitle Madison Kanna +jams code +neweststream 2hhqrwC2rPw +chat true +streamtime 2024-12-01T21:26:34.228Z +twitch https://www.twitch.tv/madisonlearning +homepage https://www.madisonkanna.com +twitter https://x.com/Madisonkanna \ No newline at end of file diff --git a/togger.js b/togger.js index 43cad8c..d19b017 100644 --- a/togger.js +++ b/togger.js @@ -354,6 +354,8 @@ class Togger { } increaseVolume() { + if (this.isMuted) + this.unmute() let delta = 20; if (this.volume === 0) delta = 1; if (this.volume === 1) delta = 4; ------------------------------------------------------------
commit c72360efd4da02a99dd30ecfba20ac1a86a5f806
Author: 1 <1@localhost> Date: Sun Dec 1 11:23:55 2024 -1000 updated channels/t3dotgg.scroll diff --git a/channels.parsers b/channels.parsers index d789d54..f31dc98 100644 --- a/channels.parsers +++ b/channels.parsers @@ -2,7 +2,8 @@ idParser extends abstractIdParser description What is our ID of the channel? float sortIndex 1.01 -youtubeParser +toggerYoutubeParser + cue togger extends abstractUrlMeasureParser description What is the URL to the YouTube channel? float sortIndex 1.1 diff --git a/channels/t3dotgg.scroll b/channels/t3dotgg.scroll index d2e5f87..aca6b62 100644 --- a/channels/t3dotgg.scroll +++ b/channels/t3dotgg.scroll @@ -2,7 +2,7 @@ id t3dotgg youtube https://www.youtube.com/@t3dotgg -status live +status off channelid UCbRP3c757lWg9M-U7TyEkXA channeltitle Theo - t3․gg jams code diff --git a/togger.js b/togger.js index ab0c742..43cad8c 100644 --- a/togger.js +++ b/togger.js @@ -156,7 +156,7 @@ class Togger { if (!customVideoId) return ""; this._channels.unshift({ id: "customDeepLink", - url: "https://www.youtube.com/watch?v=" + customVideoId, + youtube: "https://www.youtube.com/watch?v=" + customVideoId, channelid: "", channeltitle: "", status: "off", ------------------------------------------------------------
commit 459abb321d2d0ae532f5ff4cef59fa71ac83f9e9
Author: Breck Yunits <breck7@gmail.com> Date: Sun Dec 1 11:20:36 2024 -1000 diff --git a/addchannel.mjs b/addchannel.mjs index 90bfcc1..1a3a51b 100644 --- a/addchannel.mjs +++ b/addchannel.mjs @@ -21,15 +21,7 @@ const main = async () => { } } -const data = `https://www.youtube.com/watch?v=YNQrxMbU0-s fortnite -https://www.youtube.com/watch?v=FanNoQg06w0 fortnite -https://www.youtube.com/watch?v=_DvwMctBprc fortnite -https://www.youtube.com/watch?v=wc9On7mGACk fortnite -https://www.youtube.com/watch?v=As89fqmIuoA fortnite -https://www.youtube.com/watch?v=UmPD6Moqulg fortnite -https://www.youtube.com/watch?v=3Qtuh1uWldA fortnite -https://www.youtube.com/watch?v=Z62OLrzE_tw fortnite -https://www.youtube.com/watch?v=FKuxzJbWPVg fortnite` +const data = `https://www.youtube.com/watch?v=ASbY7CJAOAo code` const add = data.split("\n").forEach((line) => { const [url, jams] = line.split(" ") diff --git a/channels.parsers b/channels.parsers index df7e3a1..d789d54 100644 --- a/channels.parsers +++ b/channels.parsers @@ -2,9 +2,9 @@ idParser extends abstractIdParser description What is our ID of the channel? float sortIndex 1.01 -urlParser +youtubeParser extends abstractUrlMeasureParser - description What is the URL to the channel? + description What is the URL to the YouTube channel? float sortIndex 1.1 twitchParser extends abstractUrlMeasureParser diff --git a/channels/UC0e3QhIYukixgh5VVpKHH9Q.scroll b/channels/UC0e3QhIYukixgh5VVpKHH9Q.scroll index 5377b40..b289f18 100644 --- a/channels/UC0e3QhIYukixgh5VVpKHH9Q.scroll +++ b/channels/UC0e3QhIYukixgh5VVpKHH9Q.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC0e3QhIYukixgh5VVpKHH9Q -url https://www.youtube.com/channel/UC0e3QhIYukixgh5VVpKHH9Q +youtube https://www.youtube.com/channel/UC0e3QhIYukixgh5VVpKHH9Q status off channelid UC0e3QhIYukixgh5VVpKHH9Q channeltitle Code Bullet diff --git a/channels/UC14ap4T608Zz_Mz4eezhIqw.scroll b/channels/UC14ap4T608Zz_Mz4eezhIqw.scroll index 3d976ef..cbde187 100644 --- a/channels/UC14ap4T608Zz_Mz4eezhIqw.scroll +++ b/channels/UC14ap4T608Zz_Mz4eezhIqw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC14ap4T608Zz_Mz4eezhIqw -url https://www.youtube.com/channel/UC14ap4T608Zz_Mz4eezhIqw +youtube https://www.youtube.com/channel/UC14ap4T608Zz_Mz4eezhIqw status live channelid UC14ap4T608Zz_Mz4eezhIqw channeltitle The Grand Sound diff --git a/channels/UC1fLEeYICmo3O9cUsqIi7HA.scroll b/channels/UC1fLEeYICmo3O9cUsqIi7HA.scroll index 262fce2..668edea 100644 --- a/channels/UC1fLEeYICmo3O9cUsqIi7HA.scroll +++ b/channels/UC1fLEeYICmo3O9cUsqIi7HA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC1fLEeYICmo3O9cUsqIi7HA -url https://www.youtube.com/channel/UC1fLEeYICmo3O9cUsqIi7HA +youtube https://www.youtube.com/channel/UC1fLEeYICmo3O9cUsqIi7HA status off channelid UC1fLEeYICmo3O9cUsqIi7HA channeltitle Nick White diff --git a/channels/UC29ju8bIPH5as8OGnQzwJyA.scroll b/channels/UC29ju8bIPH5as8OGnQzwJyA.scroll index 1d4c30f..83312ef 100644 --- a/channels/UC29ju8bIPH5as8OGnQzwJyA.scroll +++ b/channels/UC29ju8bIPH5as8OGnQzwJyA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC29ju8bIPH5as8OGnQzwJyA -url https://www.youtube.com/channel/UC29ju8bIPH5as8OGnQzwJyA +youtube https://www.youtube.com/channel/UC29ju8bIPH5as8OGnQzwJyA status off channelid UC29ju8bIPH5as8OGnQzwJyA channeltitle Traversy Media diff --git a/channels/UC2D6eRvCeMtcF5OGHf1-trw.scroll b/channels/UC2D6eRvCeMtcF5OGHf1-trw.scroll index c97ca6a..4a95f3e 100644 --- a/channels/UC2D6eRvCeMtcF5OGHf1-trw.scroll +++ b/channels/UC2D6eRvCeMtcF5OGHf1-trw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC2D6eRvCeMtcF5OGHf1-trw -url https://www.youtube.com/channel/UC2D6eRvCeMtcF5OGHf1-trw +youtube https://www.youtube.com/channel/UC2D6eRvCeMtcF5OGHf1-trw status off channelid UC2D6eRvCeMtcF5OGHf1-trw channeltitle CodeWithChris diff --git a/channels/UC3EsPQp04deLlxQxc2b2__g.scroll b/channels/UC3EsPQp04deLlxQxc2b2__g.scroll index e807a51..40f67c1 100644 --- a/channels/UC3EsPQp04deLlxQxc2b2__g.scroll +++ b/channels/UC3EsPQp04deLlxQxc2b2__g.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC3EsPQp04deLlxQxc2b2__g -url https://www.youtube.com/channel/UC3EsPQp04deLlxQxc2b2__g +youtube https://www.youtube.com/channel/UC3EsPQp04deLlxQxc2b2__g status live channelid UC3EsPQp04deLlxQxc2b2__g channeltitle Relax Jazz BGM diff --git a/channels/UC46wWUso9H5KPQcoL9iE3Ug.scroll b/channels/UC46wWUso9H5KPQcoL9iE3Ug.scroll index 713ba3b..e208d74 100644 --- a/channels/UC46wWUso9H5KPQcoL9iE3Ug.scroll +++ b/channels/UC46wWUso9H5KPQcoL9iE3Ug.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC46wWUso9H5KPQcoL9iE3Ug -url https://www.youtube.com/channel/UC46wWUso9H5KPQcoL9iE3Ug +youtube https://www.youtube.com/channel/UC46wWUso9H5KPQcoL9iE3Ug status off channelid UC46wWUso9H5KPQcoL9iE3Ug channeltitle CodingPhase diff --git a/channels/UC4JX40jDee_tINbkjycV4Sg.scroll b/channels/UC4JX40jDee_tINbkjycV4Sg.scroll index aeee2f9..b35091e 100644 --- a/channels/UC4JX40jDee_tINbkjycV4Sg.scroll +++ b/channels/UC4JX40jDee_tINbkjycV4Sg.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC4JX40jDee_tINbkjycV4Sg -url https://www.youtube.com/channel/UC4JX40jDee_tINbkjycV4Sg +youtube https://www.youtube.com/channel/UC4JX40jDee_tINbkjycV4Sg status off channelid UC4JX40jDee_tINbkjycV4Sg channeltitle Tech With Tim diff --git a/channels/UC4L-dSrzbPoZcr1Av5GvwKw.scroll b/channels/UC4L-dSrzbPoZcr1Av5GvwKw.scroll index 6d34cd3..2be3dc3 100644 --- a/channels/UC4L-dSrzbPoZcr1Av5GvwKw.scroll +++ b/channels/UC4L-dSrzbPoZcr1Av5GvwKw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC4L-dSrzbPoZcr1Av5GvwKw -url https://www.youtube.com/channel/UC4L-dSrzbPoZcr1Av5GvwKw +youtube https://www.youtube.com/channel/UC4L-dSrzbPoZcr1Av5GvwKw status live channelid UC4L-dSrzbPoZcr1Av5GvwKw channeltitle Open Heart Music - Helios 4K diff --git a/channels/UC5Sl4VbJELXi9SCaWbTdXfA.scroll b/channels/UC5Sl4VbJELXi9SCaWbTdXfA.scroll index 9866485..6f76da0 100644 --- a/channels/UC5Sl4VbJELXi9SCaWbTdXfA.scroll +++ b/channels/UC5Sl4VbJELXi9SCaWbTdXfA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC5Sl4VbJELXi9SCaWbTdXfA -url https://www.youtube.com/channel/UC5Sl4VbJELXi9SCaWbTdXfA +youtube https://www.youtube.com/channel/UC5Sl4VbJELXi9SCaWbTdXfA status removed channelid UC5Sl4VbJELXi9SCaWbTdXfA channeltitle Jazz Cafe Ambience diff --git a/channels/UC6Q2ZkwzOjbeMEhLJNpZKaA.scroll b/channels/UC6Q2ZkwzOjbeMEhLJNpZKaA.scroll index caf0dda..a10e292 100644 --- a/channels/UC6Q2ZkwzOjbeMEhLJNpZKaA.scroll +++ b/channels/UC6Q2ZkwzOjbeMEhLJNpZKaA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC6Q2ZkwzOjbeMEhLJNpZKaA -url https://www.youtube.com/channel/UC6Q2ZkwzOjbeMEhLJNpZKaA +youtube https://www.youtube.com/channel/UC6Q2ZkwzOjbeMEhLJNpZKaA status live channelid UC6Q2ZkwzOjbeMEhLJNpZKaA channeltitle JustMusicTV diff --git a/channels/UC8butISFwT-Wl7EV0hUK0BQ.scroll b/channels/UC8butISFwT-Wl7EV0hUK0BQ.scroll index fde6416..d4b0e88 100644 --- a/channels/UC8butISFwT-Wl7EV0hUK0BQ.scroll +++ b/channels/UC8butISFwT-Wl7EV0hUK0BQ.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC8butISFwT-Wl7EV0hUK0BQ -url https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ +youtube https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ status off channelid UC8butISFwT-Wl7EV0hUK0BQ channeltitle freeCodeCamp.org diff --git a/channels/UC8gbWbcNNyb5-NIXvFklkOA.scroll b/channels/UC8gbWbcNNyb5-NIXvFklkOA.scroll index 6611c81..4a690da 100644 --- a/channels/UC8gbWbcNNyb5-NIXvFklkOA.scroll +++ b/channels/UC8gbWbcNNyb5-NIXvFklkOA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC8gbWbcNNyb5-NIXvFklkOA -url https://www.youtube.com/channel/UC8gbWbcNNyb5-NIXvFklkOA +youtube https://www.youtube.com/channel/UC8gbWbcNNyb5-NIXvFklkOA status live channelid UC8gbWbcNNyb5-NIXvFklkOA channeltitle Boston and Maine Live diff --git a/channels/UC9-l6tK1cID43cvFE0tDQtA.scroll b/channels/UC9-l6tK1cID43cvFE0tDQtA.scroll index b5a9b5e..43e64a1 100644 --- a/channels/UC9-l6tK1cID43cvFE0tDQtA.scroll +++ b/channels/UC9-l6tK1cID43cvFE0tDQtA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC9-l6tK1cID43cvFE0tDQtA -url https://www.youtube.com/channel/UC9-l6tK1cID43cvFE0tDQtA +youtube https://www.youtube.com/channel/UC9-l6tK1cID43cvFE0tDQtA status live channelid UC9-l6tK1cID43cvFE0tDQtA channeltitle Tranquil Relax diff --git a/channels/UC9OM-qeiYIPtAkBe9veG5uw.scroll b/channels/UC9OM-qeiYIPtAkBe9veG5uw.scroll index 9575b0c..28b68cb 100644 --- a/channels/UC9OM-qeiYIPtAkBe9veG5uw.scroll +++ b/channels/UC9OM-qeiYIPtAkBe9veG5uw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC9OM-qeiYIPtAkBe9veG5uw -url https://www.youtube.com/channel/UC9OM-qeiYIPtAkBe9veG5uw +youtube https://www.youtube.com/channel/UC9OM-qeiYIPtAkBe9veG5uw status off channelid UC9OM-qeiYIPtAkBe9veG5uw channeltitle KAILASA's SPH Nithyananda diff --git a/channels/UC9Yp2yz6-pwhQuPlIDV_mjA.scroll b/channels/UC9Yp2yz6-pwhQuPlIDV_mjA.scroll index 5011a69..94545a4 100644 --- a/channels/UC9Yp2yz6-pwhQuPlIDV_mjA.scroll +++ b/channels/UC9Yp2yz6-pwhQuPlIDV_mjA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UC9Yp2yz6-pwhQuPlIDV_mjA -url https://www.youtube.com/channel/UC9Yp2yz6-pwhQuPlIDV_mjA +youtube https://www.youtube.com/channel/UC9Yp2yz6-pwhQuPlIDV_mjA status off channelid UC9Yp2yz6-pwhQuPlIDV_mjA channeltitle Chris Courses diff --git a/channels/UCCHrTE-Z_GRWAUpnf1FVeGw.scroll b/channels/UCCHrTE-Z_GRWAUpnf1FVeGw.scroll index 4504439..978e5ef 100644 --- a/channels/UCCHrTE-Z_GRWAUpnf1FVeGw.scroll +++ b/channels/UCCHrTE-Z_GRWAUpnf1FVeGw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCCHrTE-Z_GRWAUpnf1FVeGw -url https://www.youtube.com/channel/UCCHrTE-Z_GRWAUpnf1FVeGw +youtube https://www.youtube.com/channel/UCCHrTE-Z_GRWAUpnf1FVeGw status live channelid UCCHrTE-Z_GRWAUpnf1FVeGw channeltitle Mann Ki Ganit diff --git a/channels/UCEyDPrWKqwWORC6TFTo4a-w.scroll b/channels/UCEyDPrWKqwWORC6TFTo4a-w.scroll index dcb3fce..f02ef4a 100644 --- a/channels/UCEyDPrWKqwWORC6TFTo4a-w.scroll +++ b/channels/UCEyDPrWKqwWORC6TFTo4a-w.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCEyDPrWKqwWORC6TFTo4a-w -url https://www.youtube.com/channel/UCEyDPrWKqwWORC6TFTo4a-w +youtube https://www.youtube.com/channel/UCEyDPrWKqwWORC6TFTo4a-w status live channelid UCEyDPrWKqwWORC6TFTo4a-w channeltitle Soaking Worship Music & Prayer Music diff --git a/channels/UCFjM4SzH8zAvsC0azlStgaw.scroll b/channels/UCFjM4SzH8zAvsC0azlStgaw.scroll index b4b4e17..5f398e4 100644 --- a/channels/UCFjM4SzH8zAvsC0azlStgaw.scroll +++ b/channels/UCFjM4SzH8zAvsC0azlStgaw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCFjM4SzH8zAvsC0azlStgaw -url https://www.youtube.com/channel/UCFjM4SzH8zAvsC0azlStgaw +youtube https://www.youtube.com/channel/UCFjM4SzH8zAvsC0azlStgaw status live channelid UCFjM4SzH8zAvsC0azlStgaw channeltitle Bossa Nova Jazz diff --git a/channels/UCFzph9x-n9FR52BI94Zfgww.scroll b/channels/UCFzph9x-n9FR52BI94Zfgww.scroll index f6b309a..10cfd9c 100644 --- a/channels/UCFzph9x-n9FR52BI94Zfgww.scroll +++ b/channels/UCFzph9x-n9FR52BI94Zfgww.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCFzph9x-n9FR52BI94Zfgww -url https://www.youtube.com/channel/UCFzph9x-n9FR52BI94Zfgww +youtube https://www.youtube.com/channel/UCFzph9x-n9FR52BI94Zfgww status live channelid UCFzph9x-n9FR52BI94Zfgww channeltitle MYSTERY SCIENCE THEATER 3000 diff --git a/channels/UCGjd2P9By_xh0-UrGW3SaZw.scroll b/channels/UCGjd2P9By_xh0-UrGW3SaZw.scroll index 2579bfb..9aa423c 100644 --- a/channels/UCGjd2P9By_xh0-UrGW3SaZw.scroll +++ b/channels/UCGjd2P9By_xh0-UrGW3SaZw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCGjd2P9By_xh0-UrGW3SaZw -url https://www.youtube.com/channel/UCGjd2P9By_xh0-UrGW3SaZw +youtube https://www.youtube.com/channel/UCGjd2P9By_xh0-UrGW3SaZw status live channelid UCGjd2P9By_xh0-UrGW3SaZw channeltitle ( LUX ) - Ambient Music diff --git a/channels/UCJ35n3ueAN0cWvQqKptu-Zg.scroll b/channels/UCJ35n3ueAN0cWvQqKptu-Zg.scroll index fc5eeb6..3805be6 100644 --- a/channels/UCJ35n3ueAN0cWvQqKptu-Zg.scroll +++ b/channels/UCJ35n3ueAN0cWvQqKptu-Zg.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCJ35n3ueAN0cWvQqKptu-Zg -url https://www.youtube.com/channel/UCJ35n3ueAN0cWvQqKptu-Zg +youtube https://www.youtube.com/channel/UCJ35n3ueAN0cWvQqKptu-Zg status live channelid UCJ35n3ueAN0cWvQqKptu-Zg channeltitle Smooth Jazz Music diff --git a/channels/UCJhjE7wbdYAae1G25m0tHAA.scroll b/channels/UCJhjE7wbdYAae1G25m0tHAA.scroll index 4cca301..6c4f19f 100644 --- a/channels/UCJhjE7wbdYAae1G25m0tHAA.scroll +++ b/channels/UCJhjE7wbdYAae1G25m0tHAA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCJhjE7wbdYAae1G25m0tHAA -url https://www.youtube.com/channel/UCJhjE7wbdYAae1G25m0tHAA +youtube https://www.youtube.com/channel/UCJhjE7wbdYAae1G25m0tHAA status live channelid UCJhjE7wbdYAae1G25m0tHAA channeltitle Cafe Music BGM channel diff --git a/channels/UCKvKjZ3l9azWz4F49q2R3tQ.scroll b/channels/UCKvKjZ3l9azWz4F49q2R3tQ.scroll index 7423e6d..07a1bde 100644 --- a/channels/UCKvKjZ3l9azWz4F49q2R3tQ.scroll +++ b/channels/UCKvKjZ3l9azWz4F49q2R3tQ.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCKvKjZ3l9azWz4F49q2R3tQ -url https://www.youtube.com/channel/UCKvKjZ3l9azWz4F49q2R3tQ +youtube https://www.youtube.com/channel/UCKvKjZ3l9azWz4F49q2R3tQ status live channelid UCKvKjZ3l9azWz4F49q2R3tQ channeltitle Coffee Relaxing Jazz diff --git a/channels/UCLNgu_OupwoeESgtab33CCw.scroll b/channels/UCLNgu_OupwoeESgtab33CCw.scroll index 70c7d5c..ecc399f 100644 --- a/channels/UCLNgu_OupwoeESgtab33CCw.scroll +++ b/channels/UCLNgu_OupwoeESgtab33CCw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCLNgu_OupwoeESgtab33CCw -url https://www.youtube.com/channel/UCLNgu_OupwoeESgtab33CCw +youtube https://www.youtube.com/channel/UCLNgu_OupwoeESgtab33CCw status off channelid UCLNgu_OupwoeESgtab33CCw channeltitle Coding Garden diff --git a/channels/UCMv1mrz-j0iTVmHCFzMkZ_g.scroll b/channels/UCMv1mrz-j0iTVmHCFzMkZ_g.scroll index bdcde00..636946d 100644 --- a/channels/UCMv1mrz-j0iTVmHCFzMkZ_g.scroll +++ b/channels/UCMv1mrz-j0iTVmHCFzMkZ_g.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCMv1mrz-j0iTVmHCFzMkZ_g -url https://www.youtube.com/channel/UCMv1mrz-j0iTVmHCFzMkZ_g +youtube https://www.youtube.com/channel/UCMv1mrz-j0iTVmHCFzMkZ_g status live channelid UCMv1mrz-j0iTVmHCFzMkZ_g channeltitle WN SPACE LIVE diff --git a/channels/UCNlfGuzOAKM1sycPuM_QTHg.scroll b/channels/UCNlfGuzOAKM1sycPuM_QTHg.scroll index c5ef1ca..359111a 100644 --- a/channels/UCNlfGuzOAKM1sycPuM_QTHg.scroll +++ b/channels/UCNlfGuzOAKM1sycPuM_QTHg.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCNlfGuzOAKM1sycPuM_QTHg -url https://www.youtube.com/channel/UCNlfGuzOAKM1sycPuM_QTHg +youtube https://www.youtube.com/channel/UCNlfGuzOAKM1sycPuM_QTHg status live channelid UCNlfGuzOAKM1sycPuM_QTHg channeltitle 4K Video Nature - Focus Music diff --git a/channels/UCOVcAiUMS7RZ6RVUcrwAYXA.scroll b/channels/UCOVcAiUMS7RZ6RVUcrwAYXA.scroll index d957afe..d230322 100644 --- a/channels/UCOVcAiUMS7RZ6RVUcrwAYXA.scroll +++ b/channels/UCOVcAiUMS7RZ6RVUcrwAYXA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCOVcAiUMS7RZ6RVUcrwAYXA -url https://www.youtube.com/channel/UCOVcAiUMS7RZ6RVUcrwAYXA +youtube https://www.youtube.com/channel/UCOVcAiUMS7RZ6RVUcrwAYXA status live channelid UCOVcAiUMS7RZ6RVUcrwAYXA channeltitle Nemo's Dreamscapes diff --git a/channels/UCSFB7Xy5Fa1pVVKP_CajIrw.scroll b/channels/UCSFB7Xy5Fa1pVVKP_CajIrw.scroll index e32fc34..5fd3fa4 100644 --- a/channels/UCSFB7Xy5Fa1pVVKP_CajIrw.scroll +++ b/channels/UCSFB7Xy5Fa1pVVKP_CajIrw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCSFB7Xy5Fa1pVVKP_CajIrw -url https://www.youtube.com/channel/UCSFB7Xy5Fa1pVVKP_CajIrw +youtube https://www.youtube.com/channel/UCSFB7Xy5Fa1pVVKP_CajIrw status live channelid UCSFB7Xy5Fa1pVVKP_CajIrw channeltitle Space Relax Music Channel diff --git a/channels/UCSJ4gkVC6NrvII8umztf0Ow.scroll b/channels/UCSJ4gkVC6NrvII8umztf0Ow.scroll index 032c533..be90669 100644 --- a/channels/UCSJ4gkVC6NrvII8umztf0Ow.scroll +++ b/channels/UCSJ4gkVC6NrvII8umztf0Ow.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCSJ4gkVC6NrvII8umztf0Ow -url https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow +youtube https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow status live channelid UCSJ4gkVC6NrvII8umztf0Ow channeltitle Lofi Girl diff --git a/channels/UCSJbGtTlrDami-tDGPUV9-w.scroll b/channels/UCSJbGtTlrDami-tDGPUV9-w.scroll index 62a5eda..be5111c 100644 --- a/channels/UCSJbGtTlrDami-tDGPUV9-w.scroll +++ b/channels/UCSJbGtTlrDami-tDGPUV9-w.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCSJbGtTlrDami-tDGPUV9-w -url https://www.youtube.com/channel/UCSJbGtTlrDami-tDGPUV9-w +youtube https://www.youtube.com/channel/UCSJbGtTlrDami-tDGPUV9-w status off channelid UCSJbGtTlrDami-tDGPUV9-w channeltitle Academind diff --git a/channels/UCUc8mpd7aQROHAb-KxdoGww.scroll b/channels/UCUc8mpd7aQROHAb-KxdoGww.scroll index 5b7c730..49a6334 100644 --- a/channels/UCUc8mpd7aQROHAb-KxdoGww.scroll +++ b/channels/UCUc8mpd7aQROHAb-KxdoGww.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCUc8mpd7aQROHAb-KxdoGww -url https://www.youtube.com/channel/UCUc8mpd7aQROHAb-KxdoGww +youtube https://www.youtube.com/channel/UCUc8mpd7aQROHAb-KxdoGww status live channelid UCUc8mpd7aQROHAb-KxdoGww channeltitle View Escape diff --git a/channels/UCVX_4LoUm4mdZBPdpMJkkSQ.scroll b/channels/UCVX_4LoUm4mdZBPdpMJkkSQ.scroll index ff1652e..48ceaa9 100644 --- a/channels/UCVX_4LoUm4mdZBPdpMJkkSQ.scroll +++ b/channels/UCVX_4LoUm4mdZBPdpMJkkSQ.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCVX_4LoUm4mdZBPdpMJkkSQ -url https://www.youtube.com/channel/UCVX_4LoUm4mdZBPdpMJkkSQ +youtube https://www.youtube.com/channel/UCVX_4LoUm4mdZBPdpMJkkSQ status live channelid UCVX_4LoUm4mdZBPdpMJkkSQ channeltitle kno Music diff --git a/channels/UCXbXfisDHV_gDjawCKTyTIw.scroll b/channels/UCXbXfisDHV_gDjawCKTyTIw.scroll index 3f7af27..58389c6 100644 --- a/channels/UCXbXfisDHV_gDjawCKTyTIw.scroll +++ b/channels/UCXbXfisDHV_gDjawCKTyTIw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCXbXfisDHV_gDjawCKTyTIw -url https://www.youtube.com/channel/UCXbXfisDHV_gDjawCKTyTIw +youtube https://www.youtube.com/channel/UCXbXfisDHV_gDjawCKTyTIw status live channelid UCXbXfisDHV_gDjawCKTyTIw channeltitle Ambient Renders diff --git a/channels/UCZR3-lM6Z-n5_UGHlwx_Rpw.scroll b/channels/UCZR3-lM6Z-n5_UGHlwx_Rpw.scroll index ad509af..c5269f9 100644 --- a/channels/UCZR3-lM6Z-n5_UGHlwx_Rpw.scroll +++ b/channels/UCZR3-lM6Z-n5_UGHlwx_Rpw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCZR3-lM6Z-n5_UGHlwx_Rpw -url https://www.youtube.com/channel/UCZR3-lM6Z-n5_UGHlwx_Rpw +youtube https://www.youtube.com/channel/UCZR3-lM6Z-n5_UGHlwx_Rpw status live channelid UCZR3-lM6Z-n5_UGHlwx_Rpw channeltitle Relax Jazz Cafe diff --git a/channels/UCaG0IHN1RMOZ4-U3wDXAkwA.scroll b/channels/UCaG0IHN1RMOZ4-U3wDXAkwA.scroll index 63f384f..9366153 100644 --- a/channels/UCaG0IHN1RMOZ4-U3wDXAkwA.scroll +++ b/channels/UCaG0IHN1RMOZ4-U3wDXAkwA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCaG0IHN1RMOZ4-U3wDXAkwA -url https://www.youtube.com/channel/UCaG0IHN1RMOZ4-U3wDXAkwA +youtube https://www.youtube.com/channel/UCaG0IHN1RMOZ4-U3wDXAkwA status live channelid UCaG0IHN1RMOZ4-U3wDXAkwA channeltitle afarTV diff --git a/channels/UCb1ANUIW7arUUDI-Mwz65rw.scroll b/channels/UCb1ANUIW7arUUDI-Mwz65rw.scroll index dff16a6..f85b0e8 100644 --- a/channels/UCb1ANUIW7arUUDI-Mwz65rw.scroll +++ b/channels/UCb1ANUIW7arUUDI-Mwz65rw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCb1ANUIW7arUUDI-Mwz65rw -url https://www.youtube.com/channel/UCb1ANUIW7arUUDI-Mwz65rw +youtube https://www.youtube.com/channel/UCb1ANUIW7arUUDI-Mwz65rw status live channelid UCb1ANUIW7arUUDI-Mwz65rw channeltitle OCB Relax Music diff --git a/channels/UCbprhISv-0ReKPPyhf7-Dtw.scroll b/channels/UCbprhISv-0ReKPPyhf7-Dtw.scroll index 54758e1..164548d 100644 --- a/channels/UCbprhISv-0ReKPPyhf7-Dtw.scroll +++ b/channels/UCbprhISv-0ReKPPyhf7-Dtw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCbprhISv-0ReKPPyhf7-Dtw -url https://www.youtube.com/channel/UCbprhISv-0ReKPPyhf7-Dtw +youtube https://www.youtube.com/channel/UCbprhISv-0ReKPPyhf7-Dtw status removed channelid UCbprhISv-0ReKPPyhf7-Dtw channeltitle Science Max - 9 Story diff --git a/channels/UCdRNCCz2FDwE7svh7sDuc2Q.scroll b/channels/UCdRNCCz2FDwE7svh7sDuc2Q.scroll index a57722e..ac1cad5 100644 --- a/channels/UCdRNCCz2FDwE7svh7sDuc2Q.scroll +++ b/channels/UCdRNCCz2FDwE7svh7sDuc2Q.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCdRNCCz2FDwE7svh7sDuc2Q -url https://www.youtube.com/channel/UCdRNCCz2FDwE7svh7sDuc2Q +youtube https://www.youtube.com/channel/UCdRNCCz2FDwE7svh7sDuc2Q status live channelid UCdRNCCz2FDwE7svh7sDuc2Q channeltitle Vishwakarma Classes diff --git a/channels/UCdsNEJzi7vGVL0k1YDe2znA.scroll b/channels/UCdsNEJzi7vGVL0k1YDe2znA.scroll index d358144..29e1a04 100644 --- a/channels/UCdsNEJzi7vGVL0k1YDe2znA.scroll +++ b/channels/UCdsNEJzi7vGVL0k1YDe2znA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCdsNEJzi7vGVL0k1YDe2znA -url https://www.youtube.com/channel/UCdsNEJzi7vGVL0k1YDe2znA +youtube https://www.youtube.com/channel/UCdsNEJzi7vGVL0k1YDe2znA status live channelid UCdsNEJzi7vGVL0k1YDe2znA channeltitle Filip Lackovic diff --git a/channels/UCeTVoczn9NOZA9blls3YgUg.scroll b/channels/UCeTVoczn9NOZA9blls3YgUg.scroll index c4433ba..bc7a606 100644 --- a/channels/UCeTVoczn9NOZA9blls3YgUg.scroll +++ b/channels/UCeTVoczn9NOZA9blls3YgUg.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCeTVoczn9NOZA9blls3YgUg -url https://www.youtube.com/channel/UCeTVoczn9NOZA9blls3YgUg +youtube https://www.youtube.com/channel/UCeTVoczn9NOZA9blls3YgUg status removed channelid UCeTVoczn9NOZA9blls3YgUg channeltitle Learn English with EnglishClass101.com diff --git a/channels/UCetYFjkhf7S7LwiuJxeC28g.scroll b/channels/UCetYFjkhf7S7LwiuJxeC28g.scroll index bd1fafd..89fa867 100644 --- a/channels/UCetYFjkhf7S7LwiuJxeC28g.scroll +++ b/channels/UCetYFjkhf7S7LwiuJxeC28g.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCetYFjkhf7S7LwiuJxeC28g -url https://www.youtube.com/channel/UCetYFjkhf7S7LwiuJxeC28g +youtube https://www.youtube.com/channel/UCetYFjkhf7S7LwiuJxeC28g status live channelid UCetYFjkhf7S7LwiuJxeC28g channeltitle Dream Trips diff --git a/channels/UChIv2ovrTHbZDDIaLFR9P-Q.scroll b/channels/UChIv2ovrTHbZDDIaLFR9P-Q.scroll index b83c722..22f8adb 100644 --- a/channels/UChIv2ovrTHbZDDIaLFR9P-Q.scroll +++ b/channels/UChIv2ovrTHbZDDIaLFR9P-Q.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UChIv2ovrTHbZDDIaLFR9P-Q -url https://www.youtube.com/channel/UChIv2ovrTHbZDDIaLFR9P-Q +youtube https://www.youtube.com/channel/UChIv2ovrTHbZDDIaLFR9P-Q status live channelid UChIv2ovrTHbZDDIaLFR9P-Q channeltitle Relaxing Jazz Coffee diff --git a/channels/UCjkLYVF8Up8zt9ZQNLpR_TQ.scroll b/channels/UCjkLYVF8Up8zt9ZQNLpR_TQ.scroll index e34c8fb..14c801e 100644 --- a/channels/UCjkLYVF8Up8zt9ZQNLpR_TQ.scroll +++ b/channels/UCjkLYVF8Up8zt9ZQNLpR_TQ.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCjkLYVF8Up8zt9ZQNLpR_TQ -url https://www.youtube.com/channel/UCjkLYVF8Up8zt9ZQNLpR_TQ +youtube https://www.youtube.com/channel/UCjkLYVF8Up8zt9ZQNLpR_TQ status off channelid UCjkLYVF8Up8zt9ZQNLpR_TQ channeltitle Times Now Marathi diff --git a/channels/UCjzHeG1KWoonmf9d5KBvSiw.scroll b/channels/UCjzHeG1KWoonmf9d5KBvSiw.scroll index 4123a3c..753c0b8 100644 --- a/channels/UCjzHeG1KWoonmf9d5KBvSiw.scroll +++ b/channels/UCjzHeG1KWoonmf9d5KBvSiw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCjzHeG1KWoonmf9d5KBvSiw -url https://www.youtube.com/channel/UCjzHeG1KWoonmf9d5KBvSiw +youtube https://www.youtube.com/channel/UCjzHeG1KWoonmf9d5KBvSiw status live channelid UCjzHeG1KWoonmf9d5KBvSiw channeltitle Soothing Relaxation diff --git a/channels/UCkFeoNSqYTa7trn75WM9tsg.scroll b/channels/UCkFeoNSqYTa7trn75WM9tsg.scroll index 29f19a9..0873d8a 100644 --- a/channels/UCkFeoNSqYTa7trn75WM9tsg.scroll +++ b/channels/UCkFeoNSqYTa7trn75WM9tsg.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCkFeoNSqYTa7trn75WM9tsg -url https://www.youtube.com/channel/UCkFeoNSqYTa7trn75WM9tsg +youtube https://www.youtube.com/channel/UCkFeoNSqYTa7trn75WM9tsg status live channelid UCkFeoNSqYTa7trn75WM9tsg channeltitle Relaxation Ambient Music diff --git a/channels/UClBrT0ADeJnemAyp2EbzVFw.scroll b/channels/UClBrT0ADeJnemAyp2EbzVFw.scroll index d9c133a..e516af4 100644 --- a/channels/UClBrT0ADeJnemAyp2EbzVFw.scroll +++ b/channels/UClBrT0ADeJnemAyp2EbzVFw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UClBrT0ADeJnemAyp2EbzVFw -url https://www.youtube.com/channel/UClBrT0ADeJnemAyp2EbzVFw +youtube https://www.youtube.com/channel/UClBrT0ADeJnemAyp2EbzVFw status live channelid UClBrT0ADeJnemAyp2EbzVFw channeltitle Lofi on the Rooftop diff --git a/channels/UCmGU7IuCWuFRhM8WXvOEM4A.scroll b/channels/UCmGU7IuCWuFRhM8WXvOEM4A.scroll index d649cb2..1c7342f 100644 --- a/channels/UCmGU7IuCWuFRhM8WXvOEM4A.scroll +++ b/channels/UCmGU7IuCWuFRhM8WXvOEM4A.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCmGU7IuCWuFRhM8WXvOEM4A -url https://www.youtube.com/channel/UCmGU7IuCWuFRhM8WXvOEM4A +youtube https://www.youtube.com/channel/UCmGU7IuCWuFRhM8WXvOEM4A status live channelid UCmGU7IuCWuFRhM8WXvOEM4A channeltitle Symbology Cinematics diff --git a/channels/UCmYuOrhYCw5K02OTuXTKGcA.scroll b/channels/UCmYuOrhYCw5K02OTuXTKGcA.scroll index e739e1d..1e21fe0 100644 --- a/channels/UCmYuOrhYCw5K02OTuXTKGcA.scroll +++ b/channels/UCmYuOrhYCw5K02OTuXTKGcA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCmYuOrhYCw5K02OTuXTKGcA -url https://www.youtube.com/channel/UCmYuOrhYCw5K02OTuXTKGcA +youtube https://www.youtube.com/channel/UCmYuOrhYCw5K02OTuXTKGcA status off channelid UCmYuOrhYCw5K02OTuXTKGcA channeltitle EDI-ETHIOPIA diff --git a/channels/UCmla4OjsAqsyAbjS5XYqfPg.scroll b/channels/UCmla4OjsAqsyAbjS5XYqfPg.scroll index 9f8bc5b..8abdab1 100644 --- a/channels/UCmla4OjsAqsyAbjS5XYqfPg.scroll +++ b/channels/UCmla4OjsAqsyAbjS5XYqfPg.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCmla4OjsAqsyAbjS5XYqfPg -url https://www.youtube.com/channel/UCmla4OjsAqsyAbjS5XYqfPg +youtube https://www.youtube.com/channel/UCmla4OjsAqsyAbjS5XYqfPg status live channelid UCmla4OjsAqsyAbjS5XYqfPg channeltitle Easy Sounds & Relaxation Channel diff --git a/channels/UCnLjr0czO5zPsJYubbrvHCw.scroll b/channels/UCnLjr0czO5zPsJYubbrvHCw.scroll index 4ce85f1..52cc551 100644 --- a/channels/UCnLjr0czO5zPsJYubbrvHCw.scroll +++ b/channels/UCnLjr0czO5zPsJYubbrvHCw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCnLjr0czO5zPsJYubbrvHCw -url https://www.youtube.com/channel/UCnLjr0czO5zPsJYubbrvHCw +youtube https://www.youtube.com/channel/UCnLjr0czO5zPsJYubbrvHCw status live channelid UCnLjr0czO5zPsJYubbrvHCw channeltitle Healing Soul diff --git a/channels/UCnejwhgQB5D_H7envJJgbXQ.scroll b/channels/UCnejwhgQB5D_H7envJJgbXQ.scroll index fbacd95..ef3a7e5 100644 --- a/channels/UCnejwhgQB5D_H7envJJgbXQ.scroll +++ b/channels/UCnejwhgQB5D_H7envJJgbXQ.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCnejwhgQB5D_H7envJJgbXQ -url https://www.youtube.com/channel/UCnejwhgQB5D_H7envJJgbXQ +youtube https://www.youtube.com/channel/UCnejwhgQB5D_H7envJJgbXQ status off channelid UCnejwhgQB5D_H7envJJgbXQ channeltitle Railway Adda247 diff --git a/channels/UCoOu4D7foJWfKvcDLxqrF2Q.scroll b/channels/UCoOu4D7foJWfKvcDLxqrF2Q.scroll index ef656eb..7aaa7f6 100644 --- a/channels/UCoOu4D7foJWfKvcDLxqrF2Q.scroll +++ b/channels/UCoOu4D7foJWfKvcDLxqrF2Q.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCoOu4D7foJWfKvcDLxqrF2Q -url https://www.youtube.com/channel/UCoOu4D7foJWfKvcDLxqrF2Q +youtube https://www.youtube.com/channel/UCoOu4D7foJWfKvcDLxqrF2Q status off channelid UCoOu4D7foJWfKvcDLxqrF2Q channeltitle Chanakyaa diff --git a/channels/UCpDqi4cjYZ0UZYr_1Odhavg.scroll b/channels/UCpDqi4cjYZ0UZYr_1Odhavg.scroll index 7670faf..5bbe283 100644 --- a/channels/UCpDqi4cjYZ0UZYr_1Odhavg.scroll +++ b/channels/UCpDqi4cjYZ0UZYr_1Odhavg.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCpDqi4cjYZ0UZYr_1Odhavg -url https://www.youtube.com/channel/UCpDqi4cjYZ0UZYr_1Odhavg +youtube https://www.youtube.com/channel/UCpDqi4cjYZ0UZYr_1Odhavg status live channelid UCpDqi4cjYZ0UZYr_1Odhavg channeltitle Beautiful Chill Music Mix diff --git a/channels/UCqrILQNl5Ed9Dz6CGMyvMTQ.scroll b/channels/UCqrILQNl5Ed9Dz6CGMyvMTQ.scroll index 5cba8b5..040c65d 100644 --- a/channels/UCqrILQNl5Ed9Dz6CGMyvMTQ.scroll +++ b/channels/UCqrILQNl5Ed9Dz6CGMyvMTQ.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCqrILQNl5Ed9Dz6CGMyvMTQ -url https://www.youtube.com/channel/UCqrILQNl5Ed9Dz6CGMyvMTQ +youtube https://www.youtube.com/channel/UCqrILQNl5Ed9Dz6CGMyvMTQ status off channelid UCqrILQNl5Ed9Dz6CGMyvMTQ channeltitle Clever Programmer diff --git a/channels/UCsBjURrPoezykLs9EqgamOA.scroll b/channels/UCsBjURrPoezykLs9EqgamOA.scroll index 2f3e3df..15dcd4f 100644 --- a/channels/UCsBjURrPoezykLs9EqgamOA.scroll +++ b/channels/UCsBjURrPoezykLs9EqgamOA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCsBjURrPoezykLs9EqgamOA -url https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA +youtube https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA status off channelid UCsBjURrPoezykLs9EqgamOA channeltitle Fireship diff --git a/channels/UCuJMRZh0c4jaQsE7IYpAqUA.scroll b/channels/UCuJMRZh0c4jaQsE7IYpAqUA.scroll index 910e16d..0811663 100644 --- a/channels/UCuJMRZh0c4jaQsE7IYpAqUA.scroll +++ b/channels/UCuJMRZh0c4jaQsE7IYpAqUA.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCuJMRZh0c4jaQsE7IYpAqUA -url https://www.youtube.com/channel/UCuJMRZh0c4jaQsE7IYpAqUA +youtube https://www.youtube.com/channel/UCuJMRZh0c4jaQsE7IYpAqUA status off channelid UCuJMRZh0c4jaQsE7IYpAqUA channeltitle YADUVANSI SUCCESS POINT diff --git a/channels/UCuPkgKp2-9zMuVIr-eAFjyw.scroll b/channels/UCuPkgKp2-9zMuVIr-eAFjyw.scroll index ec80c0f..8250171 100644 --- a/channels/UCuPkgKp2-9zMuVIr-eAFjyw.scroll +++ b/channels/UCuPkgKp2-9zMuVIr-eAFjyw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCuPkgKp2-9zMuVIr-eAFjyw -url https://www.youtube.com/channel/UCuPkgKp2-9zMuVIr-eAFjyw +youtube https://www.youtube.com/channel/UCuPkgKp2-9zMuVIr-eAFjyw status live channelid UCuPkgKp2-9zMuVIr-eAFjyw channeltitle Spacedust diff --git a/channels/UCwobzUc3z-0PrFpoRxNszXQ.scroll b/channels/UCwobzUc3z-0PrFpoRxNszXQ.scroll index 825164d..aaaa8a6 100644 --- a/channels/UCwobzUc3z-0PrFpoRxNszXQ.scroll +++ b/channels/UCwobzUc3z-0PrFpoRxNszXQ.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCwobzUc3z-0PrFpoRxNszXQ -url https://www.youtube.com/channel/UCwobzUc3z-0PrFpoRxNszXQ +youtube https://www.youtube.com/channel/UCwobzUc3z-0PrFpoRxNszXQ status live channelid UCwobzUc3z-0PrFpoRxNszXQ channeltitle Yellow Brick Cinema - Relaxing Music diff --git a/channels/UCwqusr8YDwM-3mEYTDeJHzw.scroll b/channels/UCwqusr8YDwM-3mEYTDeJHzw.scroll index c3054fa..fa45051 100644 --- a/channels/UCwqusr8YDwM-3mEYTDeJHzw.scroll +++ b/channels/UCwqusr8YDwM-3mEYTDeJHzw.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCwqusr8YDwM-3mEYTDeJHzw -url https://www.youtube.com/channel/UCwqusr8YDwM-3mEYTDeJHzw +youtube https://www.youtube.com/channel/UCwqusr8YDwM-3mEYTDeJHzw status off channelid UCwqusr8YDwM-3mEYTDeJHzw channeltitle Republic World diff --git a/channels/UCy6A4u_9X_FyN3DZMLtwjUg.scroll b/channels/UCy6A4u_9X_FyN3DZMLtwjUg.scroll index 6a9a34a..58677ef 100644 --- a/channels/UCy6A4u_9X_FyN3DZMLtwjUg.scroll +++ b/channels/UCy6A4u_9X_FyN3DZMLtwjUg.scroll @@ -1,7 +1,7 @@ ../channels.parsers id UCy6A4u_9X_FyN3DZMLtwjUg -url https://www.youtube.com/channel/UCy6A4u_9X_FyN3DZMLtwjUg +youtube https://www.youtube.com/channel/UCy6A4u_9X_FyN3DZMLtwjUg status live channelid UCy6A4u_9X_FyN3DZMLtwjUg channeltitle The Town of Ambience diff --git a/channels/aesignage.scroll b/channels/aesignage.scroll index 33dfe38..3c2fdb8 100644 --- a/channels/aesignage.scroll +++ b/channels/aesignage.scroll @@ -1,7 +1,7 @@ ../channels.parsers id aesignage -url https://www.youtube.com/@aesignage +youtube https://www.youtube.com/@aesignage status live channelid UC1Rp_0bp86QEUt9TlMN5tlQ channeltitle AE Signage diff --git a/channels/airlinerslive.scroll b/channels/airlinerslive.scroll index c287304..2846c4c 100644 --- a/channels/airlinerslive.scroll +++ b/channels/airlinerslive.scroll @@ -1,7 +1,7 @@ ../channels.parsers id airlinerslive -url https://www.youtube.com/@airlinerslive +youtube https://www.youtube.com/@airlinerslive status off channelid UCMT8bf9CCfdLb_DTwJidOng channeltitle Airliners Live diff --git a/channels/alistarot.scroll b/channels/alistarot.scroll index 48f1992..07608aa 100644 --- a/channels/alistarot.scroll +++ b/channels/alistarot.scroll @@ -1,7 +1,7 @@ ../channels.parsers id alistarot -url https://www.youtube.com/@alistarot +youtube https://www.youtube.com/@alistarot status off channelid UCGS9evApv_T-ZZbSmHi4oBA channeltitle ALI's Tarot diff --git a/channels/alpinelodgingtelluride.scroll b/channels/alpinelodgingtelluride.scroll index 7e516b9..733d163 100644 --- a/channels/alpinelodgingtelluride.scroll +++ b/channels/alpinelodgingtelluride.scroll @@ -1,7 +1,7 @@ ../channels.parsers id alpinelodgingtelluride -url https://www.youtube.com/@alpinelodgingtelluride +youtube https://www.youtube.com/@alpinelodgingtelluride status removed channelid UCSAF80kTDcFOxEUrx0lsrmw channeltitle Alpine Lodging Telluride Youtube diff --git a/channels/ambientcinematics.scroll b/channels/ambientcinematics.scroll index cd40aa8..5ae6032 100644 --- a/channels/ambientcinematics.scroll +++ b/channels/ambientcinematics.scroll @@ -1,7 +1,7 @@ ../channels.parsers id ambientcinematics -url https://www.youtube.com/@AmbientCinematics +youtube https://www.youtube.com/@AmbientCinematics status off channelid UCTn68irGFi8M5EdYrfWqJuQ channeltitle Ambient Cinematics diff --git a/channels/austinstarot.scroll b/channels/austinstarot.scroll index a7b02b7..794f556 100644 --- a/channels/austinstarot.scroll +++ b/channels/austinstarot.scroll @@ -1,7 +1,7 @@ ../channels.parsers id austinstarot -url https://www.youtube.com/@austinstarot +youtube https://www.youtube.com/@austinstarot status off channelid UCwpD0BNEeJwC7dQW4M-ZMVw channeltitle Austin's Tarot diff --git a/channels/bigbadbench.scroll b/channels/bigbadbench.scroll index 9b40ee6..5e42962 100644 --- a/channels/bigbadbench.scroll +++ b/channels/bigbadbench.scroll @@ -1,7 +1,7 @@ ../channels.parsers id bigbadbench -url https://www.youtube.com/@BigBadBench +youtube https://www.youtube.com/@BigBadBench status off channelid UC24tAUpIEq142GzIwCR7YhA channeltitle BigBadBiologist's BigBadBench diff --git a/channels/birderking.scroll b/channels/birderking.scroll index cfbe361..f7c366b 100644 --- a/channels/birderking.scroll +++ b/channels/birderking.scroll @@ -1,7 +1,7 @@ ../channels.parsers id birderking -url https://www.youtube.com/@birderking +youtube https://www.youtube.com/@birderking status removed channelid UC7wafFu5c8AO0YF5U7R7xFA channeltitle Birder King diff --git a/channels/bitcoinliveyt.scroll b/channels/bitcoinliveyt.scroll index baa7ac6..5c3d246 100644 --- a/channels/bitcoinliveyt.scroll +++ b/channels/bitcoinliveyt.scroll @@ -1,7 +1,7 @@ ../channels.parsers id bitcoinliveyt -url https://www.youtube.com/@bitcoinliveyt +youtube https://www.youtube.com/@bitcoinliveyt status live channelid UCObE3J0qQ0DzcouV1w4DlGg channeltitle Bitcoin LIVE diff --git a/channels/bitcoinunleashedwithov.scroll b/channels/bitcoinunleashedwithov.scroll index 90c3f62..c40767c 100644 --- a/channels/bitcoinunleashedwithov.scroll +++ b/channels/bitcoinunleashedwithov.scroll @@ -1,7 +1,7 @@ ../channels.parsers id bitcoinunleashedwithov -url https://www.youtube.com/@bitcoinunleashedwithov +youtube https://www.youtube.com/@bitcoinunleashedwithov status live channelid UCz7UPg4UiIy_o6NNnmqhGnw channeltitle Bitcoin Unleashed with Oliver Velez diff --git a/channels/breckyunits.scroll b/channels/breckyunits.scroll index f56bbc9..a318bdc 100644 --- a/channels/breckyunits.scroll +++ b/channels/breckyunits.scroll @@ -1,7 +1,7 @@ ../channels.parsers id breckyunits -url https://www.youtube.com/@breckyunits +youtube https://www.youtube.com/@breckyunits twitch https://www.twitch.tv/scrolltalk status off channelid UCTWe9dhJZdmFKXHojwEqLjg diff --git a/channels/brisbanelivestream.scroll b/channels/brisbanelivestream.scroll index 0853fe1..f9d0792 100644 --- a/channels/brisbanelivestream.scroll +++ b/channels/brisbanelivestream.scroll @@ -1,7 +1,7 @@ ../channels.parsers id brisbanelivestream -url https://www.youtube.com/@brisbanelivestream +youtube https://www.youtube.com/@brisbanelivestream status removed channelid UCwyuvrVtIg0xjH2qPufk3RQ channeltitle Brisbane Live diff --git a/channels/buenasnochesfarcaster.scroll b/channels/buenasnochesfarcaster.scroll index 0097aa9..f1fb8d0 100644 --- a/channels/buenasnochesfarcaster.scroll +++ b/channels/buenasnochesfarcaster.scroll @@ -1,7 +1,7 @@ ../channels.parsers id buenasnochesfarcaster -url https://www.youtube.com/@BuenasNochesFarcaster +youtube https://www.youtube.com/@BuenasNochesFarcaster status off channelid UCJG6kVAgPtbCsKq4tIm7W2g channeltitle Buenas Noches Farcaster diff --git a/channels/cafemusicbgmchannel.scroll b/channels/cafemusicbgmchannel.scroll index 36b3e8e..e37bef0 100644 --- a/channels/cafemusicbgmchannel.scroll +++ b/channels/cafemusicbgmchannel.scroll @@ -1,7 +1,7 @@ ../channels.parsers id cafemusicbgmchannel -url https://www.youtube.com/@cafemusicbgmchannel +youtube https://www.youtube.com/@cafemusicbgmchannel status live channelid UCJhjE7wbdYAae1G25m0tHAA channeltitle Cafe Music BGM channel diff --git a/channels/caothicamhoa.scroll b/channels/caothicamhoa.scroll index bbff6f2..bb56051 100644 --- a/channels/caothicamhoa.scroll +++ b/channels/caothicamhoa.scroll @@ -1,7 +1,7 @@ ../channels.parsers id caothicamhoa -url https://www.youtube.com/@caothicamhoa +youtube https://www.youtube.com/@caothicamhoa status removed channelid UCR7oT-IK597WWXXyVWANIGQ channeltitle CAO THI CẮM HOA diff --git a/channels/chartprime.scroll b/channels/chartprime.scroll index 7343eb0..65e4df5 100644 --- a/channels/chartprime.scroll +++ b/channels/chartprime.scroll @@ -1,7 +1,7 @@ ../channels.parsers id chartprime -url https://www.youtube.com/@chartprime +youtube https://www.youtube.com/@chartprime status live channelid UCyG2T5QGRzJjQVVAr1o4qmw channeltitle ChartPrime diff --git a/channels/chocolatesundaes.scroll b/channels/chocolatesundaes.scroll index 0b7b6e1..d8d97b7 100644 --- a/channels/chocolatesundaes.scroll +++ b/channels/chocolatesundaes.scroll @@ -1,7 +1,7 @@ ../channels.parsers id chocolatesundaes -url https://www.youtube.com/@ChocolateSundaes +youtube https://www.youtube.com/@ChocolateSundaes status live channelid UCv8G-xZ_BBGufjbN6jbvLMQ channeltitle Chocolate Sundaes diff --git a/channels/chrisgo.scroll b/channels/chrisgo.scroll index d1c4bb1..c5cf898 100644 --- a/channels/chrisgo.scroll +++ b/channels/chrisgo.scroll @@ -1,7 +1,7 @@ ../channels.parsers id chrisgo -url https://www.youtube.com/@chrisgo +youtube https://www.youtube.com/@chrisgo status off channelid UCAPc9Lz2Z5MJOxCdo3RTs-w channeltitle Chris Follows diff --git a/channels/cmgriffing.scroll b/channels/cmgriffing.scroll index d931577..bdf912e 100644 --- a/channels/cmgriffing.scroll +++ b/channels/cmgriffing.scroll @@ -1,7 +1,7 @@ ../channels.parsers id cmgriffing -url https://www.youtube.com/@cmgriffing +youtube https://www.youtube.com/@cmgriffing twitch https://www.twitch.tv/cmgriffing status off channelid UCOVg6EFk0ZCeqzZka9u4nZw diff --git a/channels/cookinghawaiianstyletv.scroll b/channels/cookinghawaiianstyletv.scroll index 103e03e..f2ef128 100644 --- a/channels/cookinghawaiianstyletv.scroll +++ b/channels/cookinghawaiianstyletv.scroll @@ -1,7 +1,7 @@ ../channels.parsers id cookinghawaiianstyletv -url https://www.youtube.com/@cookinghawaiianstyletv +youtube https://www.youtube.com/@cookinghawaiianstyletv status off channelid UCY9Dyvty-DwhjedUyAgRNyA channeltitle Cooking Hawaiian Style diff --git a/channels/crypto_wenmoon.scroll b/channels/crypto_wenmoon.scroll index 59cfd3e..eebde5a 100644 --- a/channels/crypto_wenmoon.scroll +++ b/channels/crypto_wenmoon.scroll @@ -1,7 +1,7 @@ ../channels.parsers id crypto_wenmoon -url https://www.youtube.com/@Crypto_WenMoon +youtube https://www.youtube.com/@Crypto_WenMoon status off channelid UCeLw35YMiTsxPC_BEMbX6yQ channeltitle Crypto Trading Academy diff --git a/channels/cryptochimp8606.scroll b/channels/cryptochimp8606.scroll index 67542bc..80d3975 100644 --- a/channels/cryptochimp8606.scroll +++ b/channels/cryptochimp8606.scroll @@ -1,7 +1,7 @@ ../channels.parsers id cryptochimp8606 -url https://www.youtube.com/@cryptochimp8606 +youtube https://www.youtube.com/@cryptochimp8606 status live channelid UCbDeYWkAAVH371dWHyXM4BA channeltitle Crypto Chimp diff --git a/channels/cryptomiki.scroll b/channels/cryptomiki.scroll index 5568f9b..95c02d2 100644 --- a/channels/cryptomiki.scroll +++ b/channels/cryptomiki.scroll @@ -1,7 +1,7 @@ ../channels.parsers id cryptomiki -url https://www.youtube.com/@cryptomiki +youtube https://www.youtube.com/@cryptomiki status live channelid UC_i68tipo4IpVBsS_x6eDMQ channeltitle Crypto Miki diff --git a/channels/davidconnelly.scroll b/channels/davidconnelly.scroll index 91d49bd..fbac3af 100644 --- a/channels/davidconnelly.scroll +++ b/channels/davidconnelly.scroll @@ -1,7 +1,7 @@ ../channels.parsers id davidconnelly -url https://www.youtube.com/@davidconnelly +youtube https://www.youtube.com/@davidconnelly status off channelid UCtsojFV90CDh7uABAssuITw channeltitle David Connelly diff --git a/channels/dawufi.scroll b/channels/dawufi.scroll index 49f508b..376122e 100644 --- a/channels/dawufi.scroll +++ b/channels/dawufi.scroll @@ -1,7 +1,7 @@ ../channels.parsers id dawufi -url https://www.youtube.com/@dawufi +youtube https://www.youtube.com/@dawufi status removed channelid UC3dn5w-5lz35QtqJAFaf4Pw channeltitle browsing FC diff --git a/channels/dumdummakegame.scroll b/channels/dumdummakegame.scroll index be6b5bb..4541d18 100644 --- a/channels/dumdummakegame.scroll +++ b/channels/dumdummakegame.scroll @@ -1,7 +1,7 @@ ../channels.parsers id dumdummakegame -url https://www.youtube.com/@DumDumMakeGame +youtube https://www.youtube.com/@DumDumMakeGame status off channelid UC2Ztf65xnnjwjz7nZv90wcw channeltitle DumDum Make Game diff --git a/channels/dustybc.scroll b/channels/dustybc.scroll index 22fe713..11a15e7 100644 --- a/channels/dustybc.scroll +++ b/channels/dustybc.scroll @@ -1,7 +1,7 @@ ../channels.parsers id dustybc -url https://www.youtube.com/@dustybc +youtube https://www.youtube.com/@dustybc status removed channelid UCJxiyziwbma-0t5dCW-1OGw channeltitle DustyBC Crypto News diff --git a/channels/dylsteck.scroll b/channels/dylsteck.scroll index 9312a42..d6e0951 100644 --- a/channels/dylsteck.scroll +++ b/channels/dylsteck.scroll @@ -1,7 +1,7 @@ ../channels.parsers id dylsteck -url https://www.youtube.com/@dylsteck +youtube https://www.youtube.com/@dylsteck status off channelid UCqbdYSsgOvSNPkE-4drL75Q channeltitle The Hub diff --git a/channels/earthcam.scroll b/channels/earthcam.scroll index 14a6dba..dc9bd15 100644 --- a/channels/earthcam.scroll +++ b/channels/earthcam.scroll @@ -1,7 +1,7 @@ ../channels.parsers id earthcam -url https://www.youtube.com/@earthcam +youtube https://www.youtube.com/@earthcam status live channelid UC6qrG3W8SMK0jior2olka3g channeltitle EarthCam diff --git a/channels/earthtv.scroll b/channels/earthtv.scroll index a3eda80..ace9f73 100644 --- a/channels/earthtv.scroll +++ b/channels/earthtv.scroll @@ -1,7 +1,7 @@ ../channels.parsers id earthtv -url https://www.youtube.com/@earthtv +youtube https://www.youtube.com/@earthtv status live channelid UCRuyAVeVd7oUwh0LWmxxBBQ channeltitle earthTV diff --git a/channels/eatreadloveinc.scroll b/channels/eatreadloveinc.scroll index cb22e89..9997654 100644 --- a/channels/eatreadloveinc.scroll +++ b/channels/eatreadloveinc.scroll @@ -1,7 +1,7 @@ ../channels.parsers id eatreadloveinc -url https://www.youtube.com/@eatreadloveinc +youtube https://www.youtube.com/@eatreadloveinc status off channelid UCeSaweWbmQzk6y-SkzU-lFg channeltitle EAT READ LOVE INC diff --git a/channels/exploreafrica.scroll b/channels/exploreafrica.scroll index a051e33..ac6129a 100644 --- a/channels/exploreafrica.scroll +++ b/channels/exploreafrica.scroll @@ -1,7 +1,7 @@ ../channels.parsers id exploreafrica -url https://www.youtube.com/@exploreafrica +youtube https://www.youtube.com/@exploreafrica status live channelid UCiGOIXjFqy5_mUNxQNOMfHw channeltitle Explore Africa diff --git a/channels/explorebears.scroll b/channels/explorebears.scroll index 7018947..c6b0405 100644 --- a/channels/explorebears.scroll +++ b/channels/explorebears.scroll @@ -1,7 +1,7 @@ ../channels.parsers id explorebears -url https://www.youtube.com/@explorebears +youtube https://www.youtube.com/@explorebears status live channelid UC2Sk0aXLq3ADkH_USGPKT_Q channeltitle Explore Bears & Bison diff --git a/channels/explorelivenaturecams.scroll b/channels/explorelivenaturecams.scroll index 180ac86..b4d9856 100644 --- a/channels/explorelivenaturecams.scroll +++ b/channels/explorelivenaturecams.scroll @@ -1,7 +1,7 @@ ../channels.parsers id explorelivenaturecams -url https://www.youtube.com/@explorelivenaturecams +youtube https://www.youtube.com/@explorelivenaturecams status live channelid UC-2KSeUU5SMCX6XLRD-AEvw channeltitle Explore Live Nature Cams diff --git a/channels/exploreoceans.scroll b/channels/exploreoceans.scroll index 7a756e9..b62ef28 100644 --- a/channels/exploreoceans.scroll +++ b/channels/exploreoceans.scroll @@ -1,7 +1,7 @@ ../channels.parsers id exploreoceans -url https://www.youtube.com/@exploreoceans +youtube https://www.youtube.com/@exploreoceans status live channelid UCSyg9cb3Iq-NtlbxqNB9wGw channeltitle Explore Oceans diff --git a/channels/faceprep.scroll b/channels/faceprep.scroll index a4dc4ff..753f1ed 100644 --- a/channels/faceprep.scroll +++ b/channels/faceprep.scroll @@ -1,7 +1,7 @@ ../channels.parsers id faceprep -url https://www.youtube.com/@faceprep +youtube https://www.youtube.com/@faceprep status off channelid UCzlQ4LgPbuedoeBoK-oDJMA channeltitle FACE Prep diff --git a/channels/farcasterxyz.scroll b/channels/farcasterxyz.scroll index e959668..bd72627 100644 --- a/channels/farcasterxyz.scroll +++ b/channels/farcasterxyz.scroll @@ -1,7 +1,7 @@ ../channels.parsers id farcasterxyz -url https://www.youtube.com/@farcasterxyz +youtube https://www.youtube.com/@farcasterxyz status off channelid UCJ7FY0hK43bOmRWGkn8bodg channeltitle Farcaster AMA diff --git a/channels/flightfocus365.scroll b/channels/flightfocus365.scroll index 7f94436..ea99c1a 100644 --- a/channels/flightfocus365.scroll +++ b/channels/flightfocus365.scroll @@ -1,7 +1,7 @@ ../channels.parsers id flightfocus365 -url https://www.youtube.com/@flightfocus365 +youtube https://www.youtube.com/@flightfocus365 status off channelid UC6q_hfBThkGdmQ5Vb4kWjWA channeltitle Flight Focus 365 diff --git a/channels/forexcryptolive.scroll b/channels/forexcryptolive.scroll index c958bfe..4762e21 100644 --- a/channels/forexcryptolive.scroll +++ b/channels/forexcryptolive.scroll @@ -1,7 +1,7 @@ ../channels.parsers id forexcryptolive -url https://www.youtube.com/@forexcryptolive +youtube https://www.youtube.com/@forexcryptolive status removed channelid UC1t1Y2T2jZKnVSsE4D5jQPw channeltitle Forex & Crypto Live diff --git a/channels/forexlia.scroll b/channels/forexlia.scroll index 790b1d1..ebce475 100644 --- a/channels/forexlia.scroll +++ b/channels/forexlia.scroll @@ -1,7 +1,7 @@ ../channels.parsers id forexlia -url https://www.youtube.com/@forexlia +youtube https://www.youtube.com/@forexlia status removed channelid UC53vvfdlTgtACVRbusR1u7Q channeltitle ForexLia diff --git a/channels/ghostninja.scroll b/channels/ghostninja.scroll index f10e346..ba4ed40 100644 --- a/channels/ghostninja.scroll +++ b/channels/ghostninja.scroll @@ -1,7 +1,7 @@ ../channels.parsers id ghostninja -url https://www.youtube.com/@ghostninja +youtube https://www.youtube.com/@ghostninja status off channelid UCbkMvtBNkpIbHqQdKHJSb5A channeltitle GhostNinja diff --git a/channels/gmfarcaster.scroll b/channels/gmfarcaster.scroll index bff7e3c..a69adc9 100644 --- a/channels/gmfarcaster.scroll +++ b/channels/gmfarcaster.scroll @@ -1,7 +1,7 @@ ../channels.parsers id gmfarcaster -url https://www.youtube.com/@GMFarcaster +youtube https://www.youtube.com/@GMFarcaster status off channelid UChEEElYETR8gpc_RL0GGJng channeltitle GM Farcaster diff --git a/channels/happyhappygal.scroll b/channels/happyhappygal.scroll index 0b11449..592e6b9 100644 --- a/channels/happyhappygal.scroll +++ b/channels/happyhappygal.scroll @@ -1,7 +1,7 @@ ../channels.parsers id happyhappygal -url https://www.youtube.com/@happyhappygal +youtube https://www.youtube.com/@happyhappygal status removed channelid UCRUihMQDLQYwKnDlEc7_I4Q channeltitle Happy Happy Gal diff --git a/channels/hollywoodflch78.scroll b/channels/hollywoodflch78.scroll index 194440d..3849932 100644 --- a/channels/hollywoodflch78.scroll +++ b/channels/hollywoodflch78.scroll @@ -1,7 +1,7 @@ ../channels.parsers id hollywoodflch78 -url https://www.youtube.com/@hollywoodflch78 +youtube https://www.youtube.com/@hollywoodflch78 status live channelid UCVtTjaaajzCaWsMxHBmTIsA channeltitle City of Hollywood diff --git a/channels/homewebserver.scroll b/channels/homewebserver.scroll index 90677ee..8e938e9 100644 --- a/channels/homewebserver.scroll +++ b/channels/homewebserver.scroll @@ -1,7 +1,7 @@ ../channels.parsers id homewebserver -url https://www.youtube.com/@HomeWebServer +youtube https://www.youtube.com/@HomeWebServer status removed channelid UCiKa__tRwuOxKrW4e3aLFHA channeltitle Home Web Server Live Streaming diff --git a/channels/jaydyer.scroll b/channels/jaydyer.scroll index 4970910..af945f8 100644 --- a/channels/jaydyer.scroll +++ b/channels/jaydyer.scroll @@ -1,7 +1,7 @@ ../channels.parsers id jaydyer -url https://www.youtube.com/@jaydyer +youtube https://www.youtube.com/@jaydyer status removed channelid UCnt7Iy8GlmdPwy_Tzyx93bA channeltitle Jay Dyer diff --git a/channels/joshuaweissman.scroll b/channels/joshuaweissman.scroll index 4614223..78cedae 100644 --- a/channels/joshuaweissman.scroll +++ b/channels/joshuaweissman.scroll @@ -1,7 +1,7 @@ ../channels.parsers id joshuaweissman -url https://www.youtube.com/@joshuaweissman +youtube https://www.youtube.com/@joshuaweissman status off channelid UChBEbMKI1eCcejTtmI32UEw channeltitle Joshua Weissman diff --git a/channels/kabukistarship.scroll b/channels/kabukistarship.scroll index 3e3eab4..de495ee 100644 --- a/channels/kabukistarship.scroll +++ b/channels/kabukistarship.scroll @@ -1,7 +1,7 @@ ../channels.parsers id kabukistarship -url https://www.youtube.com/@KabukiStarship +youtube https://www.youtube.com/@KabukiStarship status off channelid UC8LTSnxExQB0gGGWXKA7IFg channeltitle Kabuki Starship diff --git a/channels/lieblingsrezepte5955.scroll b/channels/lieblingsrezepte5955.scroll index 9115125..018395e 100644 --- a/channels/lieblingsrezepte5955.scroll +++ b/channels/lieblingsrezepte5955.scroll @@ -1,7 +1,7 @@ ../channels.parsers id lieblingsrezepte5955 -url https://www.youtube.com/@lieblingsrezepte5955 +youtube https://www.youtube.com/@lieblingsrezepte5955 status off channelid UC5ztoPnFKpN4stOhpj0RXAA channeltitle Lieblingsrezepte diff --git a/channels/livebookmap.scroll b/channels/livebookmap.scroll index dca602e..765467c 100644 --- a/channels/livebookmap.scroll +++ b/channels/livebookmap.scroll @@ -1,7 +1,7 @@ ../channels.parsers id livebookmap -url https://www.youtube.com/@livebookmap +youtube https://www.youtube.com/@livebookmap status live channelid UChtOYh9r2n6KDVik05r5JWw channeltitle Live Bookmap diff --git a/channels/lolnetwork.scroll b/channels/lolnetwork.scroll index d73a9c5..e23b5fd 100644 --- a/channels/lolnetwork.scroll +++ b/channels/lolnetwork.scroll @@ -1,7 +1,7 @@ ../channels.parsers id lolnetwork -url https://www.youtube.com/@LOLNetwork +youtube https://www.youtube.com/@LOLNetwork status live channelid UCLRmIdRJgLfmdpJufmBhBuA channeltitle LOL Stand Up diff --git a/channels/losfomos.scroll b/channels/losfomos.scroll index e72570d..779f13a 100644 --- a/channels/losfomos.scroll +++ b/channels/losfomos.scroll @@ -1,7 +1,7 @@ ../channels.parsers id losfomos -url https://www.youtube.com/@LosFomos +youtube https://www.youtube.com/@LosFomos status off channelid UCZ8MI1slzXKUv9fb0I9Ho2A channeltitle Los Fomos FM diff --git a/channels/magnimindacademy.scroll b/channels/magnimindacademy.scroll index e98dff4..f566ede 100644 --- a/channels/magnimindacademy.scroll +++ b/channels/magnimindacademy.scroll @@ -1,7 +1,7 @@ ../channels.parsers id magnimindacademy -url https://www.youtube.com/@MagnimindAcademy +youtube https://www.youtube.com/@MagnimindAcademy status off channelid UCA2Am2fpP5mAsBW9cGqPo3A channeltitle Magnimind Academy diff --git a/channels/marekrogalski.scroll b/channels/marekrogalski.scroll index 1a32ba6..1ab5ec0 100644 --- a/channels/marekrogalski.scroll +++ b/channels/marekrogalski.scroll @@ -1,7 +1,7 @@ ../channels.parsers id marekrogalski -url https://www.youtube.com/@marekrogalski +youtube https://www.youtube.com/@marekrogalski status off channelid UCBPKTkmfqWCVnrEv8CBPrbg channeltitle Marek “maf” Rogalski diff --git a/channels/mariadeseo3191.scroll b/channels/mariadeseo3191.scroll index 706c6ff..9b62c2a 100644 --- a/channels/mariadeseo3191.scroll +++ b/channels/mariadeseo3191.scroll @@ -1,7 +1,7 @@ ../channels.parsers id mariadeseo3191 -url https://www.youtube.com/@mariadeseo3191 +youtube https://www.youtube.com/@mariadeseo3191 status live channelid UCZ6ZuSqeKrjFP7w9lS0nx0Q channeltitle Maria Deseo - Philippines Live Webcam diff --git a/channels/marticlues.scroll b/channels/marticlues.scroll index 60da068..f4911b2 100644 --- a/channels/marticlues.scroll +++ b/channels/marticlues.scroll @@ -1,7 +1,7 @@ ../channels.parsers id marticlues -url https://www.youtube.com/@marticlues +youtube https://www.youtube.com/@marticlues status removed channelid UCdCKIKi0fgXLuuLVkctmKhg channeltitle Marticlues diff --git a/channels/menwiththepot.scroll b/channels/menwiththepot.scroll index b1e1a36..64238d0 100644 --- a/channels/menwiththepot.scroll +++ b/channels/menwiththepot.scroll @@ -1,7 +1,7 @@ ../channels.parsers id menwiththepot -url https://www.youtube.com/@menwiththepot +youtube https://www.youtube.com/@menwiththepot status off channelid UCfxzr4iHJ1ZFq7KT8bwfiBw channeltitle Men With The Pot diff --git a/channels/minnowpondtarot.scroll b/channels/minnowpondtarot.scroll index e714b6a..0efaa98 100644 --- a/channels/minnowpondtarot.scroll +++ b/channels/minnowpondtarot.scroll @@ -1,7 +1,7 @@ ../channels.parsers id minnowpondtarot -url https://www.youtube.com/@minnowpondtarot +youtube https://www.youtube.com/@minnowpondtarot status off channelid UCqh4ve8brfZVRyzlFNqDiOA channeltitle Minnow Pond Tarot diff --git a/channels/mrnigelng.scroll b/channels/mrnigelng.scroll index f4d18ba..548e121 100644 --- a/channels/mrnigelng.scroll +++ b/channels/mrnigelng.scroll @@ -1,7 +1,7 @@ ../channels.parsers id mrnigelng -url https://www.youtube.com/@mrnigelng +youtube https://www.youtube.com/@mrnigelng status off channelid UCVjlpEjEY9GpksqbEesJnNA channeltitle mrnigelng diff --git a/channels/muoi_vlog.scroll b/channels/muoi_vlog.scroll index 896a32f..659d491 100644 --- a/channels/muoi_vlog.scroll +++ b/channels/muoi_vlog.scroll @@ -1,7 +1,7 @@ ../channels.parsers id muoi_vlog -url https://www.youtube.com/@muoi_vlog +youtube https://www.youtube.com/@muoi_vlog status removed channelid UCwr6BV06xwB0WzfgFhmyaXA channeltitle Nhịp Sống Phương Nam diff --git a/channels/namibiacam.scroll b/channels/namibiacam.scroll index 3ccd866..ded415b 100644 --- a/channels/namibiacam.scroll +++ b/channels/namibiacam.scroll @@ -1,7 +1,7 @@ ../channels.parsers id namibiacam -url https://www.youtube.com/@namibiacam +youtube https://www.youtube.com/@namibiacam status live channelid UC9X6gGKDv2yhMoofoeS7-Gg channeltitle NamibiaCam diff --git a/channels/nasaspaceflight.scroll b/channels/nasaspaceflight.scroll index d11f1b8..01ed3af 100644 --- a/channels/nasaspaceflight.scroll +++ b/channels/nasaspaceflight.scroll @@ -1,7 +1,7 @@ ../channels.parsers id nasaspaceflight -url https://www.youtube.com/@nasaspaceflight +youtube https://www.youtube.com/@nasaspaceflight status live channelid UCSUu1lih2RifWkKtDOJdsBA channeltitle NASASpaceflight diff --git a/channels/nature-live.scroll b/channels/nature-live.scroll index 0013331..428fed9 100644 --- a/channels/nature-live.scroll +++ b/channels/nature-live.scroll @@ -1,7 +1,7 @@ ../channels.parsers id nature-live -url https://www.youtube.com/@nature-live +youtube https://www.youtube.com/@nature-live status live channelid UCRPhYF9rd5ov7DNKj99MNIg channeltitle Nature Live Camera diff --git a/channels/netfoundation.scroll b/channels/netfoundation.scroll index cf0a7a3..dd44940 100644 --- a/channels/netfoundation.scroll +++ b/channels/netfoundation.scroll @@ -1,7 +1,7 @@ ../channels.parsers id netfoundation -url https://www.youtube.com/@NETFoundation +youtube https://www.youtube.com/@NETFoundation status off channelid UCiaZbznpWV1o-KLxj8zqR6A channeltitle .NET Foundation diff --git a/channels/nickdigiovanni.scroll b/channels/nickdigiovanni.scroll index de7f008..c7e0386 100644 --- a/channels/nickdigiovanni.scroll +++ b/channels/nickdigiovanni.scroll @@ -1,7 +1,7 @@ ../channels.parsers id nickdigiovanni -url https://www.youtube.com/@nickdigiovanni +youtube https://www.youtube.com/@nickdigiovanni status off channelid UCMyOj6fhvKFMjxUCp3b_3gA channeltitle Nick DiGiovanni diff --git a/channels/okbangershow.scroll b/channels/okbangershow.scroll index c339b99..f75a9aa 100644 --- a/channels/okbangershow.scroll +++ b/channels/okbangershow.scroll @@ -1,7 +1,7 @@ ../channels.parsers id okbangershow -url https://www.youtube.com/@okbangershow +youtube https://www.youtube.com/@okbangershow status off channelid UCgiZJmuxlXqhvBl415tOaCA channeltitle OK Banger diff --git a/channels/omglivetv1.scroll b/channels/omglivetv1.scroll index b4e45f0..7713ea3 100644 --- a/channels/omglivetv1.scroll +++ b/channels/omglivetv1.scroll @@ -1,7 +1,7 @@ ../channels.parsers id omglivetv1 -url https://www.youtube.com/@omglivetv1 +youtube https://www.youtube.com/@omglivetv1 status removed channelid UCQ1awPPNFA4AxnJ6dQyXfbg channeltitle OMG Live TV diff --git a/channels/packapuncher.scroll b/channels/packapuncher.scroll index b6af278..0f3661d 100644 --- a/channels/packapuncher.scroll +++ b/channels/packapuncher.scroll @@ -1,7 +1,7 @@ ../channels.parsers id packapuncher -url https://www.youtube.com/@packapuncher +youtube https://www.youtube.com/@packapuncher status off channelid UCGLcmUt6Y7YEWdiehVg9QBg channeltitle Pack A Puncher diff --git a/channels/piratesoftware.scroll b/channels/piratesoftware.scroll index 646d790..d9345d5 100644 --- a/channels/piratesoftware.scroll +++ b/channels/piratesoftware.scroll @@ -1,7 +1,7 @@ ../channels.parsers id piratesoftware -url https://www.youtube.com/@PirateSoftware +youtube https://www.youtube.com/@PirateSoftware status off channelid UCMnULQ6F6kLDAHxofDWIbrw channeltitle Pirate Software diff --git a/channels/programmer-network.scroll b/channels/programmer-network.scroll index 39ad5de..39604f1 100644 --- a/channels/programmer-network.scroll +++ b/channels/programmer-network.scroll @@ -1,7 +1,7 @@ ../channels.parsers id programmer-network -url https://www.youtube.com/@programmer-network +youtube https://www.youtube.com/@programmer-network status off channelid UCHqzaxR0tqBZ5p5v8CjQ0tQ channeltitle Programmer Network diff --git a/channels/rainsoundnatural2612.scroll b/channels/rainsoundnatural2612.scroll index a128685..624a59c 100644 --- a/channels/rainsoundnatural2612.scroll +++ b/channels/rainsoundnatural2612.scroll @@ -1,7 +1,7 @@ ../channels.parsers id rainsoundnatural2612 -url https://www.youtube.com/@rainsoundnatural2612 +youtube https://www.youtube.com/@rainsoundnatural2612 status off channelid UCU262Yzz-G0ns8SxDH0j5EA channeltitle Rain Sound Natural diff --git a/channels/rawstartup.scroll b/channels/rawstartup.scroll index b713898..739f406 100644 --- a/channels/rawstartup.scroll +++ b/channels/rawstartup.scroll @@ -1,7 +1,7 @@ ../channels.parsers id rawstartup -url https://www.youtube.com/@RawStartup +youtube https://www.youtube.com/@RawStartup status off channelid UCHiSUe3Bo5cRMhE6BjttNUA channeltitle Raw Startup diff --git a/channels/redsquirrelstudios.scroll b/channels/redsquirrelstudios.scroll index 5bc6f74..6a61493 100644 --- a/channels/redsquirrelstudios.scroll +++ b/channels/redsquirrelstudios.scroll @@ -1,7 +1,7 @@ ../channels.parsers id redsquirrelstudios -url https://www.youtube.com/@redsquirrelstudios +youtube https://www.youtube.com/@redsquirrelstudios status removed channelid UC-DqJ54Dx0a5SzANKdTKwPg channeltitle Red Squirrel Studios diff --git a/channels/relaxjazzcafe1990.scroll b/channels/relaxjazzcafe1990.scroll index d11004a..1c7e083 100644 --- a/channels/relaxjazzcafe1990.scroll +++ b/channels/relaxjazzcafe1990.scroll @@ -1,7 +1,7 @@ ../channels.parsers id relaxjazzcafe1990 -url https://www.youtube.com/@relaxjazzcafe1990 +youtube https://www.youtube.com/@relaxjazzcafe1990 status live channelid UCZR3-lM6Z-n5_UGHlwx_Rpw channeltitle Relax Jazz Cafe diff --git a/channels/rinaadventurealltime.scroll b/channels/rinaadventurealltime.scroll index b472b05..c59b1cb 100644 --- a/channels/rinaadventurealltime.scroll +++ b/channels/rinaadventurealltime.scroll @@ -1,7 +1,7 @@ ../channels.parsers id rinaadventurealltime -url https://www.youtube.com/@rinaadventurealltime +youtube https://www.youtube.com/@rinaadventurealltime status live channelid UCZVCZRmvllLWhJ1_EbSgWgg channeltitle Rina Adventure All Time diff --git a/channels/robingaming88.scroll b/channels/robingaming88.scroll index 456fe48..2c8d9ae 100644 --- a/channels/robingaming88.scroll +++ b/channels/robingaming88.scroll @@ -1,7 +1,7 @@ ../channels.parsers id robingaming88 -url https://www.youtube.com/@robingaming88 +youtube https://www.youtube.com/@robingaming88 status off channelid UCQGWRfTu-WTK6hKPgIh68bQ channeltitle Robin diff --git a/channels/seejamaica.scroll b/channels/seejamaica.scroll index 7cc90bd..b5e7d45 100644 --- a/channels/seejamaica.scroll +++ b/channels/seejamaica.scroll @@ -1,7 +1,7 @@ ../channels.parsers id seejamaica -url https://www.youtube.com/@seejamaica +youtube https://www.youtube.com/@seejamaica status live channelid UCfS5_X4LiZJV5vq6z7itypA channeltitle See Jamaica diff --git a/channels/shopwithme_tetevlogs.scroll b/channels/shopwithme_tetevlogs.scroll index 25f26c9..406fb54 100644 --- a/channels/shopwithme_tetevlogs.scroll +++ b/channels/shopwithme_tetevlogs.scroll @@ -1,7 +1,7 @@ ../channels.parsers id shopwithme_tetevlogs -url https://www.youtube.com/@shopwithme_tetevlogs +youtube https://www.youtube.com/@shopwithme_tetevlogs status live channelid UC3uFNxqJ_vahRpV-w2L1h4g channeltitle TETE 🤍 diff --git a/channels/shufflegamer.scroll b/channels/shufflegamer.scroll index 85ba9d3..bcaa0e4 100644 --- a/channels/shufflegamer.scroll +++ b/channels/shufflegamer.scroll @@ -1,7 +1,7 @@ ../channels.parsers id shufflegamer -url https://www.youtube.com/@shufflegamer +youtube https://www.youtube.com/@shufflegamer status off channelid UCI2hA8WukW-Q90aabtm3Hbw channeltitle ShuffleGamer diff --git a/channels/smoothjazzmusicbgm..scroll b/channels/smoothjazzmusicbgm..scroll index 44aa3ce..d7a31c3 100644 --- a/channels/smoothjazzmusicbgm..scroll +++ b/channels/smoothjazzmusicbgm..scroll @@ -1,7 +1,7 @@ ../channels.parsers id smoothjazzmusicbgm. -url https://www.youtube.com/@smoothjazzmusicbgm. +youtube https://www.youtube.com/@smoothjazzmusicbgm. status off channelid UCZpGWKnO56t67JmCfBLwoYA channeltitle Smooth Jazz BGM diff --git a/channels/solentships.scroll b/channels/solentships.scroll index d7f05b3..657cd28 100644 --- a/channels/solentships.scroll +++ b/channels/solentships.scroll @@ -1,7 +1,7 @@ ../channels.parsers id solentships -url https://www.youtube.com/@solentships +youtube https://www.youtube.com/@solentships status live channelid UCAupQASEG4kt6oXHe0Xwd9Q channeltitle Solent Ships diff --git a/channels/soulfulrevolution.scroll b/channels/soulfulrevolution.scroll index d89e179..0c739a2 100644 --- a/channels/soulfulrevolution.scroll +++ b/channels/soulfulrevolution.scroll @@ -1,7 +1,7 @@ ../channels.parsers id soulfulrevolution -url https://www.youtube.com/@soulfulrevolution +youtube https://www.youtube.com/@soulfulrevolution status off channelid UCUrkOmXvcHOX4A1ratGe5Wg channeltitle Soulful Revolution diff --git a/channels/streamtimelive.scroll b/channels/streamtimelive.scroll index 71820ef..f72f869 100644 --- a/channels/streamtimelive.scroll +++ b/channels/streamtimelive.scroll @@ -1,7 +1,7 @@ ../channels.parsers id streamtimelive -url https://www.youtube.com/@streamtimelive +youtube https://www.youtube.com/@streamtimelive status live channelid UCrtIIVfi-5tMlVXdMDzOMUA channeltitle StreamTime Live diff --git a/channels/swan_bitcoin.scroll b/channels/swan_bitcoin.scroll index 8437e15..049838d 100644 --- a/channels/swan_bitcoin.scroll +++ b/channels/swan_bitcoin.scroll @@ -1,7 +1,7 @@ ../channels.parsers id swan_bitcoin -url https://www.youtube.com/@swan_bitcoin +youtube https://www.youtube.com/@swan_bitcoin status removed channelid UCl4takhOQtiyprismCPsa2Q channeltitle Swan Bitcoin diff --git a/channels/sypherpk.scroll b/channels/sypherpk.scroll index afb2da5..9f6ce5b 100644 --- a/channels/sypherpk.scroll +++ b/channels/sypherpk.scroll @@ -1,7 +1,7 @@ ../channels.parsers id sypherpk -url https://www.youtube.com/@sypherpk +youtube https://www.youtube.com/@sypherpk status removed channelid UC_q5WZtFp36adwqhKpZzxwQ channeltitle SypherPK diff --git a/channels/t3dotgg.scroll b/channels/t3dotgg.scroll new file mode 100644 index 0000000..d2e5f87 --- /dev/null +++ b/channels/t3dotgg.scroll @@ -0,0 +1,15 @@ +../channels.parsers + +id t3dotgg +youtube https://www.youtube.com/@t3dotgg +status live +channelid UCbRP3c757lWg9M-U7TyEkXA +channeltitle Theo - t3․gg +jams code +neweststream ASbY7CJAOAo +chat true +streamtime 2024-12-01T21:17:10.352Z +twitter https://x.com/theo +homepage https://t3.gg +github https://github.com/t3dotgg +twitch https://www.twitch.tv/theo \ No newline at end of file diff --git a/channels/tametheark.scroll b/channels/tametheark.scroll index bd54d2d..2874b8d 100644 --- a/channels/tametheark.scroll +++ b/channels/tametheark.scroll @@ -1,7 +1,7 @@ ../channels.parsers id tametheark -url https://www.youtube.com/@tametheark +youtube https://www.youtube.com/@tametheark status removed channelid UCMH_Sp6qccVo5r58K7Hpmcg channeltitle tametheark diff --git a/channels/teleportcamera.scroll b/channels/teleportcamera.scroll index ca95904..b876e89 100644 --- a/channels/teleportcamera.scroll +++ b/channels/teleportcamera.scroll @@ -1,7 +1,7 @@ ../channels.parsers id teleportcamera -url https://www.youtube.com/@teleportcamera +youtube https://www.youtube.com/@teleportcamera status live channelid UCegzBUd6-PYoO_v7gjJgufg channeltitle Teleport.camera diff --git a/channels/theprimetimeagen.scroll b/channels/theprimetimeagen.scroll index 42bcc69..4a98714 100644 --- a/channels/theprimetimeagen.scroll +++ b/channels/theprimetimeagen.scroll @@ -1,7 +1,7 @@ ../channels.parsers id theprimetimeagen -url https://www.youtube.com/@ThePrimeTimeagen +youtube https://www.youtube.com/@ThePrimeTimeagen status live channelid UC8ENHE5xdFSwx71u3fDH5Xw channeltitle ThePrimeagen diff --git a/channels/therealsamuiwebcam.scroll b/channels/therealsamuiwebcam.scroll index 260758c..b771917 100644 --- a/channels/therealsamuiwebcam.scroll +++ b/channels/therealsamuiwebcam.scroll @@ -1,7 +1,7 @@ ../channels.parsers id therealsamuiwebcam -url https://www.youtube.com/@therealsamuiwebcam +youtube https://www.youtube.com/@therealsamuiwebcam status live channelid UCmYyJaUxYiF5IbLx-0jFXHQ channeltitle The Real Samui Webcam diff --git a/channels/tieuvandailylife156.scroll b/channels/tieuvandailylife156.scroll index 1433f85..2db8991 100644 --- a/channels/tieuvandailylife156.scroll +++ b/channels/tieuvandailylife156.scroll @@ -1,7 +1,7 @@ ../channels.parsers id tieuvandailylife156 -url https://www.youtube.com/@tieuvandailylife156 +youtube https://www.youtube.com/@tieuvandailylife156 status live channelid UCeo4Ss6YvLS2J3CS0kzNKEw channeltitle Tiểu Vân Daily Life diff --git a/channels/tranquiljazzvibes-24.scroll b/channels/tranquiljazzvibes-24.scroll index acd3c77..2e2d6a4 100644 --- a/channels/tranquiljazzvibes-24.scroll +++ b/channels/tranquiljazzvibes-24.scroll @@ -1,7 +1,7 @@ ../channels.parsers id tranquiljazzvibes-24 -url https://www.youtube.com/@tranquiljazzvibes-24 +youtube https://www.youtube.com/@tranquiljazzvibes-24 status off channelid UCbeAQtTOVUlpPEa3BvCXyPA channeltitle Tranquil Jazz Vibes diff --git a/channels/tvltrzcianka1.scroll b/channels/tvltrzcianka1.scroll index af37d82..38c7b82 100644 --- a/channels/tvltrzcianka1.scroll +++ b/channels/tvltrzcianka1.scroll @@ -1,7 +1,7 @@ ../channels.parsers id tvltrzcianka1 -url https://www.youtube.com/@tvltrzcianka1 +youtube https://www.youtube.com/@tvltrzcianka1 status live channelid UCzpQxPIFPy4PgpULtRsE-nA channeltitle TVL Trzcianka diff --git a/channels/typicalgamer.scroll b/channels/typicalgamer.scroll index 83789d7..fc1db07 100644 --- a/channels/typicalgamer.scroll +++ b/channels/typicalgamer.scroll @@ -1,7 +1,7 @@ ../channels.parsers id typicalgamer -url https://www.youtube.com/@typicalgamer +youtube https://www.youtube.com/@typicalgamer status off channelid UC2wKfjlioOCLP4xQMOWNcgg channeltitle Typical Gamer diff --git a/channels/useip.scroll b/channels/useip.scroll index d07daf6..46195b2 100644 --- a/channels/useip.scroll +++ b/channels/useip.scroll @@ -1,7 +1,7 @@ ../channels.parsers id useip -url https://www.youtube.com/@useip +youtube https://www.youtube.com/@useip status live channelid UCR77bEpXLTBxztLOEKN3Wbg channeltitle use-IP Ltd diff --git a/channels/velvetbb.scroll b/channels/velvetbb.scroll index 25166c8..41c2271 100644 --- a/channels/velvetbb.scroll +++ b/channels/velvetbb.scroll @@ -1,7 +1,7 @@ ../channels.parsers id velvetbb -url https://www.youtube.com/@velvetbb +youtube https://www.youtube.com/@velvetbb status off channelid UC92oqKK_DRqMj5BqqGheeRQ channeltitle Velvet diff --git a/channels/virtualrailfan.scroll b/channels/virtualrailfan.scroll index d41e009..a291f91 100644 --- a/channels/virtualrailfan.scroll +++ b/channels/virtualrailfan.scroll @@ -1,7 +1,7 @@ ../channels.parsers id virtualrailfan -url https://www.youtube.com/@virtualrailfan +youtube https://www.youtube.com/@virtualrailfan status live channelid UCOIkT9bq-1N2BvrsBjhNlag channeltitle Virtual Railfan diff --git a/channels/webcamgreece.scroll b/channels/webcamgreece.scroll index 9668ecb..a860435 100644 --- a/channels/webcamgreece.scroll +++ b/channels/webcamgreece.scroll @@ -1,7 +1,7 @@ ../channels.parsers id webcamgreece -url https://www.youtube.com/@webcamgreece +youtube https://www.youtube.com/@webcamgreece status live channelid UCKvPjpRSwBk882hPbgyS0UA channeltitle WebcamGreece diff --git a/channels/webcamsydney.scroll b/channels/webcamsydney.scroll index 2d72157..6214096 100644 --- a/channels/webcamsydney.scroll +++ b/channels/webcamsydney.scroll @@ -1,7 +1,7 @@ ../channels.parsers id webcamsydney -url https://www.youtube.com/@webcamsydney +youtube https://www.youtube.com/@webcamsydney status live channelid UCLav_kTu9PmAEChvGyrPbhQ channeltitle WebcamSydney diff --git a/channels/wolfofbaystreet.scroll b/channels/wolfofbaystreet.scroll index d10ffb1..e67a1c1 100644 --- a/channels/wolfofbaystreet.scroll +++ b/channels/wolfofbaystreet.scroll @@ -1,7 +1,7 @@ ../channels.parsers id wolfofbaystreet -url https://www.youtube.com/@wolfofbaystreet +youtube https://www.youtube.com/@wolfofbaystreet status off channelid UCfRAJMeyZKLiwue1J4J6DAQ channeltitle Wolf of Baystreet diff --git a/channels/xrpgen.scroll b/channels/xrpgen.scroll index 02ee7f4..ba5d4a0 100644 --- a/channels/xrpgen.scroll +++ b/channels/xrpgen.scroll @@ -1,7 +1,7 @@ ../channels.parsers id xrpgen -url https://www.youtube.com/@xrpgen +youtube https://www.youtube.com/@xrpgen status removed channelid UCsasPMe7Jaa8RM4B_j8Qhxg channeltitle Forex Education Live diff --git a/togger.js b/togger.js index 10c5c00..ab0c742 100644 --- a/togger.js +++ b/togger.js @@ -440,8 +440,8 @@ class Togger { const url = `https://www.youtube.com/watch?v=${current.neweststream}`; const title = [this.jamName, current.channeltitle].join("."); const links = { - url: (link) => - `<a target="toggerLink" href="${current.url}"><img src="youtube.svg"></span>`, + youtube: (link) => + `<a target="toggerLink" href="${current.youtube}"><img src="youtube.svg"></span>`, twitch: (link) => `<a target="toggerLink" href="${current.twitch}"><img src="twitch.png"></span>`, warpcast: (link) => diff --git a/youtube.mjs b/youtube.mjs index 35b7eaa..cf081d8 100644 --- a/youtube.mjs +++ b/youtube.mjs @@ -290,7 +290,7 @@ class YouTubeFeed { const scrollContent = `../channels.parsers id ${channelHandle} -url https://www.youtube.com/@${channelHandle} +youtube https://www.youtube.com/@${channelHandle} status live channelid ${channelId} channeltitle ${channelTitle} ------------------------------------------------------------
commit 4bfd6e8edd9c53da459ff6a7acdc4c0b95d48b7a
Author: ffff:94.204.14.96 <ffff:94.204.14.96@togger.com> Date: Sun Dec 1 20:26:04 2024 +0000 updated channels/birderking.scroll diff --git a/channels/birderking.scroll b/channels/birderking.scroll index e60d5a1..cfbe361 100644 --- a/channels/birderking.scroll +++ b/channels/birderking.scroll @@ -2,7 +2,7 @@ id birderking url https://www.youtube.com/@birderking -status live +status removed channelid UC7wafFu5c8AO0YF5U7R7xFA channeltitle Birder King jams nature ------------------------------------------------------------
commit 7f2e1d04fc97691ca8e1b07d878e828f48d5b0f2
Author: Breck Yunits <breck7@gmail.com> Date: Sun Dec 1 10:11:12 2024 -1000 diff --git a/channels.parsers b/channels.parsers index a092979..df7e3a1 100644 --- a/channels.parsers +++ b/channels.parsers @@ -46,6 +46,10 @@ twitterParser extends abstractStringMeasureParser description What is their Twitter url? float sortIndex 1.6 +homepageParser + extends abstractStringMeasureParser + description What is their homepage url? + float sortIndex 1.6 viewCountParser extends abstractIntegerMeasureParser description What is the most recent stream's view count? diff --git a/channels/breckyunits.scroll b/channels/breckyunits.scroll index 46ea6b2..f56bbc9 100644 --- a/channels/breckyunits.scroll +++ b/channels/breckyunits.scroll @@ -13,4 +13,5 @@ likeCount 2 streamtime 2024-11-21T16:18:11Z warpcast https://warpcast.com/breck twitter https://twitter.com/breckyunits -github https://github.com/breck7 \ No newline at end of file +github https://github.com/breck7 +homepage https://breckyunits.com \ No newline at end of file diff --git a/channels/cmgriffing.scroll b/channels/cmgriffing.scroll index b403f4b..d931577 100644 --- a/channels/cmgriffing.scroll +++ b/channels/cmgriffing.scroll @@ -11,4 +11,5 @@ neweststream 3AX-OQwhbq4 chat true streamtime 2024-12-01T01:40:40.179Z twitter https://x.com/cmgriffing -github https://github.com/cmgriffing/git-machine \ No newline at end of file +github https://github.com/cmgriffing/git-machine +homepage https://chrisgriffing.com \ No newline at end of file diff --git a/homepage.png b/homepage.png new file mode 100644 index 0000000..468b121 Binary files /dev/null and b/homepage.png differ diff --git a/style.css b/style.css index 007d43a..01fe868 100644 --- a/style.css +++ b/style.css @@ -79,6 +79,15 @@ body { .channelName img { height: 34px; vertical-align: middle; + margin: 0 4px; + transition: transform 0.1s; +} + +.channelName img:hover { +} + +.channelName img:active { + transform: scale(0.9); } .title { diff --git a/togger.js b/togger.js index ffa03f6..10c5c00 100644 --- a/togger.js +++ b/togger.js @@ -450,11 +450,13 @@ class Togger { `<a target="toggerLink" href="${current.twitter}"><img src="twitter.png"></span>`, github: (link) => `<a target="toggerLink" href="${current.github}"><img src="github.png"></span>`, + homepage: (link) => + `<a target="toggerLink" href="${current.homepage}"><img src="homepage.png"></span>`, }; const alinks = Object.keys(links) .filter((link) => current[link]) .map((key) => links[key](current)) - .join(" "); + .join(""); document.querySelector(".channelName").innerHTML = ` <a href="${url}" target="_blank"> ${title} @@ -628,9 +630,12 @@ class Togger { button.className = classes.join(" "); button.textContent = text; - button.addEventListener("click", () => { + button.addEventListener("mousedown", () => { button.style.transform = "scale(0.95)"; - setTimeout(() => (button.style.transform = ""), 100); + }); + + button.addEventListener("click", () => { + button.style.transform = "" document.dispatchEvent(new KeyboardEvent("keydown", { key })); }); diff --git a/twitch.png b/twitch.png index 77e67a8..325605c 100644 Binary files a/twitch.png and b/twitch.png differ diff --git a/warpcast.png b/warpcast.png index 6144bd1..0da1e22 100644 Binary files a/warpcast.png and b/warpcast.png differ diff --git a/youtube.svg b/youtube.svg index a581ae6..999bff4 100644 --- a/youtube.svg +++ b/youtube.svg @@ -2,11 +2,11 @@ <svg enable-background="new 0 0 100 100" height="100" viewBox="0 0 100 100" width="100" xmlns="http://www.w3.org/2000/svg"> <rect x="13.056" y="11.679" width="75.659" height="76.866" style="stroke: rgb(0, 0, 0); fill: rgb(255, 255, 255); stroke-opacity: 0;"/> <g fill="#ea2429"> - <path d="m44.9 71.8c-.7 1-1.4 1.6-2.1 1.6-.4 0-.7-.3-.8-.8 0-.1 0-.5 0-1.3v-13.6h-3.3v14.6c0 1.3.1 2.2.3 2.7.3.9 1.1 1.4 2.2 1.4 1.2 0 2.5-.7 3.8-2.3v2h3.3v-18.4h-3.3v14.1z"/> - <path d="m26.5 54.9h3.9v21.2h3.7v-21.2h4v-3.5h-11.6z"/> - <path d="m57.9 57.5c-1.2 0-2.4.7-3.4 2v-8.1h-3.3v24.7h3.3v-1.8c1.1 1.4 2.3 2 3.4 2 1.3 0 2.2-.7 2.7-2.1.2-.8.3-2 .3-3.7v-7.3c0-1.7-.1-3-.3-3.7-.5-1.3-1.4-2-2.7-2zm-.3 13.3c0 1.7-.5 2.5-1.5 2.5-.5 0-1.1-.3-1.7-.8v-11.2c.6-.5 1.1-.8 1.7-.8 1 0 1.5.9 1.5 2.5z"/> - <path d="m89.2 0h-78.4c-6 0-10.8 4.8-10.8 10.8v78.4c0 6 4.8 10.8 10.8 10.8h78.4c6 0 10.8-4.8 10.8-10.8v-78.4c0-6-4.8-10.8-10.8-10.8zm-32.2 23.4v-.4h3.4v13.7 1.3c.1.5.3.8.8.8.7 0 1.4-.5 2.1-1.6v-13.8-.4h3.4v18.6.4h-3.4v-2c-1.3 1.5-2.6 2.3-3.9 2.3-1.1 0-1.8-.4-2.2-1.4-.2-.6-.3-1.5-.3-2.8v-14.7zm-12.8 6c0-.1 0-.1 0-.2v-.2c0-2 .3-3.4 1.1-4.4.9-1.3 2.2-1.9 3.9-1.9s3 .6 3.9 1.9c.7.9 1 2.4 1 4.4v6.5.2.3c0 2-.3 3.4-1 4.4-.9 1.3-2.2 1.9-3.9 1.9s-3-.6-3.9-1.9c-.7-.9-1.1-2.4-1.1-4.4zm-12.9-12.8h3.9l2.7 9.8 2.5-9.8h3.8l-.1.4h.1l-4.5 14.8v9.7.5h-3.7v-10.1c-.3-1.8-1.1-4.4-2.3-7.9-.8-2.3-1.6-4.6-2.4-7h.1c0-.1-.1-.3-.1-.4zm45.3 60.6c-.7 2.9-3.1 5.1-6 5.4-6.8.8-13.8.8-20.7.8s-13.8 0-20.7-.8c-2.9-.3-5.3-2.5-6-5.4-1-4.2-1-8.7-1-13.1 0-4.3 0-8.9 1-13.1.7-2.9 3.1-5.1 6-5.4 6.8-.8 13.8-.8 20.7-.8s13.8 0 20.7.8c2.9.3 5.3 2.5 6 5.4 1 4.2 1 8.7 1 13.1s0 8.9-1 13.1z"/> - <path d="m68.5 57.5c-1.7 0-3 .6-4 1.9-.7.9-1 2.4-1 4.3v6.5c0 2 .4 3.4 1.1 4.3 1 1.3 2.3 1.9 4 1.9s3.1-.7 4-2c.4-.6.7-1.3.8-2 0-.3.1-1.1.1-2.1v-.5h-3.4c0 1.3 0 2.1-.1 2.3-.2.9-.7 1.3-1.5 1.3-1.1 0-1.7-.8-1.7-2.6v-3.3h6.7v-3.8c0-2-.3-3.4-1-4.3-1-1.3-2.3-1.9-4-1.9zm1.7 7.2h-3.3v-1.7c0-1.7.6-2.6 1.7-2.6s1.7.9 1.7 2.6v1.7z"/> - <path d="m49.2 38.8c1 0 1.5-.8 1.6-2.3v-7.7c0-1.7-.5-2.6-1.6-2.6-1 0-1.5.8-1.6 2.3v7.7c0 1.7.5 2.6 1.6 2.6z"/> + <path d="m44.9 71.8c-.7 1-1.4 1.6-2.1 1.6-.4 0-.7-.3-.8-.8 0-.1 0-.5 0-1.3v-13.6h-3.3v14.6c0 1.3.1 2.2.3 2.7.3.9 1.1 1.4 2.2 1.4 1.2 0 2.5-.7 3.8-2.3v2h3.3v-18.4h-3.3v14.1z" style="fill: rgb(0, 0, 0);"/> + <path d="m26.5 54.9h3.9v21.2h3.7v-21.2h4v-3.5h-11.6z" style="fill: rgb(0, 0, 0);"/> + <path d="m57.9 57.5c-1.2 0-2.4.7-3.4 2v-8.1h-3.3v24.7h3.3v-1.8c1.1 1.4 2.3 2 3.4 2 1.3 0 2.2-.7 2.7-2.1.2-.8.3-2 .3-3.7v-7.3c0-1.7-.1-3-.3-3.7-.5-1.3-1.4-2-2.7-2zm-.3 13.3c0 1.7-.5 2.5-1.5 2.5-.5 0-1.1-.3-1.7-.8v-11.2c.6-.5 1.1-.8 1.7-.8 1 0 1.5.9 1.5 2.5z" style="fill: rgb(0, 0, 0);"/> + <path d="m89.2 0h-78.4c-6 0-10.8 4.8-10.8 10.8v78.4c0 6 4.8 10.8 10.8 10.8h78.4c6 0 10.8-4.8 10.8-10.8v-78.4c0-6-4.8-10.8-10.8-10.8zm-32.2 23.4v-.4h3.4v13.7 1.3c.1.5.3.8.8.8.7 0 1.4-.5 2.1-1.6v-13.8-.4h3.4v18.6.4h-3.4v-2c-1.3 1.5-2.6 2.3-3.9 2.3-1.1 0-1.8-.4-2.2-1.4-.2-.6-.3-1.5-.3-2.8v-14.7zm-12.8 6c0-.1 0-.1 0-.2v-.2c0-2 .3-3.4 1.1-4.4.9-1.3 2.2-1.9 3.9-1.9s3 .6 3.9 1.9c.7.9 1 2.4 1 4.4v6.5.2.3c0 2-.3 3.4-1 4.4-.9 1.3-2.2 1.9-3.9 1.9s-3-.6-3.9-1.9c-.7-.9-1.1-2.4-1.1-4.4zm-12.9-12.8h3.9l2.7 9.8 2.5-9.8h3.8l-.1.4h.1l-4.5 14.8v9.7.5h-3.7v-10.1c-.3-1.8-1.1-4.4-2.3-7.9-.8-2.3-1.6-4.6-2.4-7h.1c0-.1-.1-.3-.1-.4zm45.3 60.6c-.7 2.9-3.1 5.1-6 5.4-6.8.8-13.8.8-20.7.8s-13.8 0-20.7-.8c-2.9-.3-5.3-2.5-6-5.4-1-4.2-1-8.7-1-13.1 0-4.3 0-8.9 1-13.1.7-2.9 3.1-5.1 6-5.4 6.8-.8 13.8-.8 20.7-.8s13.8 0 20.7.8c2.9.3 5.3 2.5 6 5.4 1 4.2 1 8.7 1 13.1s0 8.9-1 13.1z" style="fill: rgb(0, 0, 0);"/> + <path d="m68.5 57.5c-1.7 0-3 .6-4 1.9-.7.9-1 2.4-1 4.3v6.5c0 2 .4 3.4 1.1 4.3 1 1.3 2.3 1.9 4 1.9s3.1-.7 4-2c.4-.6.7-1.3.8-2 0-.3.1-1.1.1-2.1v-.5h-3.4c0 1.3 0 2.1-.1 2.3-.2.9-.7 1.3-1.5 1.3-1.1 0-1.7-.8-1.7-2.6v-3.3h6.7v-3.8c0-2-.3-3.4-1-4.3-1-1.3-2.3-1.9-4-1.9zm1.7 7.2h-3.3v-1.7c0-1.7.6-2.6 1.7-2.6s1.7.9 1.7 2.6v1.7z" style="fill: rgb(0, 0, 0);"/> + <path d="m49.2 38.8c1 0 1.5-.8 1.6-2.3v-7.7c0-1.7-.5-2.6-1.6-2.6-1 0-1.5.8-1.6 2.3v7.7c0 1.7.5 2.6 1.6 2.6z" style="fill: rgb(0, 0, 0);"/> </g> </svg> \ No newline at end of file ------------------------------------------------------------
commit 23b8b5039b83bf8585f3fa70b05c81950220c9a6
Author: ffff:72.234.190.31 <ffff:72.234.190.31@togger.com> Date: Sun Dec 1 19:48:48 2024 +0000 updated channels/cmgriffing.scroll diff --git a/channels/cmgriffing.scroll b/channels/cmgriffing.scroll index 974cf7e..b403f4b 100644 --- a/channels/cmgriffing.scroll +++ b/channels/cmgriffing.scroll @@ -10,3 +10,5 @@ jams code neweststream 3AX-OQwhbq4 chat true streamtime 2024-12-01T01:40:40.179Z +twitter https://x.com/cmgriffing +github https://github.com/cmgriffing/git-machine \ No newline at end of file