Commitc69f7d06Recorded25 Mar 2026Repositorytube

Update imports for renamed (youtube) and (twitch) namespaces

Message

sigil-youtube and sigil-twitch moved from (sigil ...) to top-level namespaces. Update all imports accordingly.

  • (sigil youtube ...) → (youtube ...)
  • (sigil twitch ...) → (twitch ...)
Changed
 src/tube/tools.sgl    | 14 +++++++-------
 src/tube/twitch.sgl   |  8 ++++----
 src/tube/youtube.sgl  | 12 ++++++------
 test/test-twitch.sgl  |  6 +++---
 test/test-youtube.sgl |  6 +++---
 5 files changed, 23 insertions(+), 23 deletions(-)
Diff
src/tube/tools.sglmodified
@@ -11,13 +11,13 @@
11
(sigil json)
12
(sigil time)
13
(sigil mcp server)
14
(sigil youtube)
15
(sigil youtube analytics)
16
(sigil youtube live)
17
(sigil youtube playlist)
18
(sigil twitch)
19
(sigil twitch schedule)
20
(sigil twitch analytics)
+14
(youtube)
+15
(youtube analytics)
+16
(youtube live)
+17
(youtube playlist)
+18
(twitch)
+19
(twitch schedule)
+20
(twitch analytics)
21
(tube config)
22
(tube youtube)
23
(tube twitch))
src/tube/twitch.sglmodified
@@ -10,10 +10,10 @@
10
(sigil dict)
11
(sigil struct)
12
(sigil json)
13
(sigil twitch)
14
(sigil twitch schedule)
15
(sigil twitch analytics)
16
(sigil twitch chat)
+13
(twitch)
+14
(twitch schedule)
+15
(twitch analytics)
+16
(twitch chat)
17
(tube config))
18
(export require-twitch-client
19
with-twitch-context
src/tube/youtube.sglmodified
@@ -9,11 +9,11 @@
9
(sigil dict)
10
(sigil struct)
11
(sigil json)
12
(sigil youtube)
13
(sigil youtube upload)
14
(sigil youtube analytics)
15
(sigil youtube live)
16
(sigil youtube playlist)
+12
(youtube)
+13
(youtube upload)
+14
(youtube analytics)
+15
(youtube live)
+16
(youtube playlist)
17
(tube config))
18
(export require-youtube-client
19
tube-upload-video
@@ -28,7 +28,7 @@
28
format-analytics-row
29
format-broadcast
30
format-playlist
31
;; Re-exported from (sigil youtube) for CLI use
+31
;; Re-exported from (youtube) for CLI use
32
youtube-video-id
33
youtube-video-title)
34
(begin
test/test-twitch.sglmodified
@@ -7,9 +7,9 @@
7
(sigil string)
8
(sigil struct)
9
(sigil dict)
10
(sigil twitch)
11
(sigil twitch schedule)
12
(sigil twitch analytics)
+10
(twitch)
+11
(twitch schedule)
+12
(twitch analytics)
13
(tube config)
14
(tube twitch))
15
test/test-youtube.sglmodified
@@ -7,9 +7,9 @@
7
(sigil string)
8
(sigil struct)
9
(sigil dict)
10
(sigil youtube)
11
(sigil youtube live)
12
(sigil youtube playlist)
+10
(youtube)
+11
(youtube live)
+12
(youtube playlist)
13
(tube config)
14
(tube youtube))
15