twitter-direct-url icon indicating copy to clipboard operation
twitter-direct-url copied to clipboard

Get Twitter direct url from Tweet media link

Results 4 twitter-direct-url issues
Sort by recently updated
recently updated
newest added

just did tutorial ``` import twitterGetUrl from "twitter-url-direct" let response = await twitterGetUrl("https://twitter.com/papajuiceman/status/1532425868521394178") console.log(response) ``` then returned ``` node:internal/process/esm_loader:97 internalBinding('errors').triggerUncaughtException( ^ { found: false, error: 'Request failed with status code...

node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was...

Hi, I'm getting 404 on all twitter links with media. I'm running it locally with the following code: ![Screenshot 2023-04-24 at 13 15 47](https://user-images.githubusercontent.com/23212368/233981020-7ed996ce-e8f6-4151-aab2-c7670cfeb860.png) And here's what I'm getting `{...

console log = found: false, error: "Cannot read properties of undefined ( reading `length` )" i'll take the video results but here are the results