Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Twitter video: output MP4 video url #17233
Comments
|
No mp4 is available for this video. |
|
@dstftw I don't understand, you are getting the mp4 video url because you download it, right? Just run the process under the rest of situations |
Hello,
I noted that the Twitte extractor is extracting the video URL after following an authorization flow. It is well expplained at this comment: #12726 (comment)
This workflow is reflected using
verbosemodeHowever, the mp4 video URL is not present in the output if you use
-g/--get-url:or
-j/--dump-jsonflag:I suppose this is happening because under these flags the flow exited early, without evaluating the necessary code for extracting the real video url.
Could be possible to include the logic to output the mp4 URL properly?