0aa8345a13
Most mastodon instances allow accessing /api/v1/accounts/XXXX/statuses and api/v1/statuses/XXXX without an API access token. This commit allows users to download at least some links from such a mastodon instance that does not already have access tokens hard-coded into the extractor. User extractor only works on links that include the user id such as https://mastodon.tld/@id:12345. Status links work as-is.