/dayz/news has been added that just returns a generic DayZ news article
/dayz/status-report has been updated to just return the same news article, as there hasn't been a new status report in ages.
/twitch/random_sub and /twitch/latest_sub have been updated to fall back to count=1 if <= 0 has been specified.
Prior to this patch, 0 would return an empty string.
Debug logging has been removed from /youtube/latest_video as I found out eventually that most of the errors were caused by the fact that wrong values were specified.
/dayz/news
has been added that just returns a generic DayZ news article/dayz/status-report
has been updated to just return the same news article, as there hasn't been a new status report in ages./twitch/random_sub
and/twitch/latest_sub
have been updated to fall back tocount=1
if<= 0
has been specified.0
would return an empty string./youtube/latest_video
as I found out eventually that most of the errors were caused by the fact that wrong values were specified.Untested, so something is probably broken.