Include status 401 as 'Forbidden or Private'.

This commit is contained in:
ccd0 2020-04-28 13:33:15 -07:00
parent 4bb99d90a5
commit f6c736c02b

View File

@ -195,7 +195,7 @@ Embedding =
text = link.textContent
when 404
"Not Found"
when 403
when 403, 401
"Forbidden or Private"
else
"#{status}'d"