Skip to content

Commit 53acae6

Browse files
authored
Merge pull request #4 from speechmatics/fix/spanish-stream-url
Replace Spanish stream url
2 parents 8a042dc + 233f901 commit 53acae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_transcriber/streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class SupportedStream:
8282
translation_languages=["en"],
8383
),
8484
"spanish": SupportedStream(
85-
url="https://22333.live.streamtheworld.com/CADENASERAAC_SC",
85+
url="https://25493.live.streamtheworld.com/CADENASERAAC_SC",
8686
language="es",
8787
translation_languages=["en"],
8888
),

0 commit comments

Comments
 (0)