Ask for help about FlashGot, no registration needed to post
-
therube
- Ambassador
- Posts: 7969
- Joined: Thu Mar 19, 2009 4:17 pm
- Location: Maryland USA
Post
by therube »
Twitter: "Animated GIF" aka Flash Video
URL:
https://twitter.com/TigerClaw305/status ... 8760099840
Is this something that FlashGot should detect?
Code: Select all
<div class="card2 js-media-container" data-card2-name="animated_gif">
<img src="https://pbs.twimg.com/tweet_video_thumb/BtT4A8bIUAAk7hY.png" class="animated-gif-thumbnail" alt="" style="margin-top: -0.0%">
<div id="me_flash_0_container" class="me-plugin"><embed id="me_flash_0" name="me_flash_0" play="true" loop="false" quality="high" bgcolor="#000000" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="//www.macromedia.com/go/getflashplayer" src="/flash/flashmediaelement.swf" flashvars="id=me_flash_0&isvideo=true&autoplay=false&preload=none&width=560&startvolume=0.8&timerrate=250&flashstreamer=&height=314.22222222222223&pseudostreamstart=start&file=https%3A%2F%2Fpbs.twimg.com%2Ftweet_video%2FBtT4A8bIUAAk7hY.mp4" scale="default" class="mejs-shim" height="314.22222222222223" width="560"></div><video style="display: none;" name="media" class="animated-gif" data-height="202" data-width="360" loop="">
<source src="https://pbs.twimg.com/tweet_video/BtT4A8bIUAAk7hY.mp4" video-src="https://pbs.twimg.com/tweet_video/BtT4A8bIUAAk7hY.mp4" type="video/mp4" class="source-mp4">
</video>
<div class="Icon Icon--mediaplay"><span class="u-hiddenVisually">Play</span></div>
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 SeaMonkey/2.26.1
-
user
Post
by user »
Works for me. Although in my case, the markup is different - no <embed/>.
Code: Select all
<div class="card2 js-media-container" data-card2-name="animated_gif">
<img src="https://pbs.twimg.com/tweet_video_thumb/BtT4A8bIUAAk7hY.png" class="animated-gif-thumbnail" alt="" style="margin-top: -0.0%"
>
<video name="media" class="animated-gif" data-height="202" data-width="360" loop>
<source video-src="https://pbs.twimg.com/tweet_video/BtT4A8bIUAAk7hY.mp4" type="video/mp4" class="source-mp4">
</video>
<div class="Icon Icon--mediaplay"><span class="u-hiddenVisually">Воспроизвести</span></div>
Or did you want FlashGot to parse the document and extract all the video links? That's what userscripts are for.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 SeaMonkey/2.25
-
therube
- Ambassador
- Posts: 7969
- Joined: Thu Mar 19, 2009 4:17 pm
- Location: Maryland USA
Post
by therube »
> Or did you want FlashGot to parse the document and extract all the video links?
Yes.
(Not that I use Twitter, but others might want FlashGot to be able to do it.)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26.1