mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2025-01-10 06:39:27 -07:00
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: {
|
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',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue