forked from Mirrors/doipjs
Fetch twitter proofs from nitter
This commit is contained in:
parent
8983b02112
commit
fcc3dfde2f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const processURI = (uri, opts) => {
|
|||
},
|
||||
proof: {
|
||||
uri: uri,
|
||||
fetch: `https://mobile.twitter.com/${match[1]}/status/${match[2]}`,
|
||||
fetch: `https://nitter.net/${match[1]}/status/${match[2]}`,
|
||||
useProxy: true,
|
||||
format: 'text',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue