Skip to content

Commit 3a893b3

Browse files
committed
chore: update urls
1 parent 85fa37d commit 3a893b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/bot_sources.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ mal_sources_watch_next() {
112112
DATA="$(mal_list | jq "select(.id == $RANDOM_NEXT_ID)")"
113113
echo "$DATA" | mal_describe
114114
echo "$DATA" | jq '"\(.id)"' -r | mal_anime_links
115-
# https://sean.fish/d/extracturls?dark
115+
# https://purarue.xyz/d/extracturls?dark
116116
# local urls
117117
urls="$(mal_sources_extract_id "${RANDOM_NEXT_ID}" | extracturls)"
118118
while IFS= read -r url; do
119-
# open the video in mpv https://sean.fish/d/mpv-corner?dark
120-
# https://sean.fish/d/stream-corner-480?dark
119+
# open the video in mpv https://purarue.xyz/d/mpv-corner?dark
120+
# https://purarue.xyz/d/stream-corner-480?dark
121121
# run behind tsp (a task spooler) so mpv waits till
122122
# previous is over
123123
echo "Source for ${RANDOM_NEXT_ID}: ${url}"

0 commit comments

Comments
 (0)