Fetch twitter proofs from nitter

This commit is contained in:
Yarmo Mackenbach 2021-01-02 16:34:01 +01:00
parent 8983b02112
commit fcc3dfde2f

View file

@ -33,7 +33,7 @@ const processURI = (uri, opts) => {
}, },
proof: { proof: {
uri: uri, uri: uri,
fetch: `https://mobile.twitter.com/${match[1]}/status/${match[2]}`, fetch: `https://nitter.net/${match[1]}/status/${match[2]}`,
useProxy: true, useProxy: true,
format: 'text', format: 'text',
}, },