diff options
Diffstat (limited to 'sh/dyafk')
-rwxr-xr-x | sh/dyafk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ while :; do # credit: MIT licensed https://github.com/DIYgod/RSSHub/blob/master/lib/routes/douyu/room.ts - if [ "$(curl -s https://www.douyu.com/betard/9640128 | jq -r '.room.show_status')" -eq 1 ]; then + if [ "$(curl -s https://www.douyu.com/betard/9640128 | jq '.room.show_status')" -eq 1 ]; then if ! pidof -q firefox; then firefox --headless --profile "$HOME/.mozilla/firefox/dyafk" https://www.douyu.com/9640128 & fi |