Commit 3a893b3 1 parent 85fa37d commit 3a893b3 Copy full SHA for 3a893b3
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,12 @@ mal_sources_watch_next() {
112
112
DATA=" $( mal_list | jq " select(.id == $RANDOM_NEXT_ID )" ) "
113
113
echo " $DATA " | mal_describe
114
114
echo " $DATA " | jq ' "\(.id)"' -r | mal_anime_links
115
- # https://sean.fish /d/extracturls?dark
115
+ # https://purarue.xyz /d/extracturls?dark
116
116
# local urls
117
117
urls=" $( mal_sources_extract_id " ${RANDOM_NEXT_ID} " | extracturls) "
118
118
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
121
121
# run behind tsp (a task spooler) so mpv waits till
122
122
# previous is over
123
123
echo " Source for ${RANDOM_NEXT_ID} : ${url} "
You can’t perform that action at this time.
0 commit comments