i constantly got the http error 403, also known as Forbidden/No Acces, while testing my program
the mistake, when extracting the link i still had ONE quotation mark in the link, and i overlooked it
so instead of requesting, from:
https://owcdn.net/img/65ab59620a233.png
it tried to extract the info from
https://owcdn.net/img/65ab59620a233.png"
and that led to the 403
im off to bed
