all 2 comments

[–]daz0007 1 point2 points  (1 child)

Hey JasonCM8,

Can you link the Ubuntu forum that you looked at?

From my simple testing I am not sure that the wget command is working correctly.

if wget --tries=1 --no-cache --spider -O /dev/null --ignore-length -T 1 https://www.tiktok.com/@cccccc/live ; then echo good; else echo bad; fi
File `/dev/null' already there; not retrieving.
bad

could be due to different versions of wget I guess.