Page 1 of 1

TED Videos No Longer Detected

Posted: Thu Mar 26, 2015 10:34 pm
by GµårÐïåñ
As of a few days ago when you played a TED video, FG would detect it and show it but as of today it no longer does that. Do we have any idea what happened?

Example: https://www.ted.com/talks/kevin_kelly_t ... epic_story and there are over 20 others that I have tried today that have the same problem. In fact the ones that worked a few days ago don't even work anymore. Did something change with the site or the way FG handles it?

Version 1.5.6.12rc2

Re: TED Videos No Longer Detected

Posted: Fri Mar 27, 2015 2:33 pm
by therube
I'd assume that its a change in the site, in how they enumerate their media, & then whether FlashGot picks up on that.

I'll assume that FlashGot looks for links.
And not finding a link, reports nothing.

But there are "textual" links in the page source, so the links can be gotten & the clip downloaded.

Without looking too far, seems the clip is available in various bitrates.

Code: Select all

http://download.ted.com/talks/KevinKelly_2009X-320k.mp4
And then there is the 'ol 'Download' button on the page itself.
Where you can get the video, subtitles, & or audio alone.
And they also give you a link to (I suppose) all TEDtalks available for download at various bitrates.

Re: TED Videos No Longer Detected

Posted: Sun Mar 29, 2015 5:48 am
by GµårÐïåñ
Ok, let me clarify, I figured it was obvious but apparently not. When you load the page, nothing to detect. That's expected. Its when you click on the video to play it always detected it and now it doesn't. I have been able to click on the download link and when it opens the MP4 in a new tab, FG detects it but by then its moot, I can just save it. Defeats the purpose of link detection by FG. Are we clear now? I know how to get the videos needed one way or another, that's never a stop issue for me, I just wanted to know why the tool that always worked, suddenly stopped detecting it. That's its.

Re: TED Videos No Longer Detected

Posted: Sun Mar 29, 2015 10:20 pm
by therube
Oh.

Well then, rtmp, which FlashGot has never seen.
So if FlashGot (Media) detected Ted before, then they were not using rtmp streaming at the time.

Code: Select all

rtmp://cp358131.edgefcs.net:443/ted<break>mp4:talk/stream/2009X/Blank/KevinKelly_2009X-950k.mp4	https://www.ted.com/talks/kevin_kelly_tells_technology_s_epic_story#	https://www.ted.com/assets/player.swf?ver=5eaad5ed38388689f7093ff6469212d2

Re: TED Videos No Longer Detected

Posted: Mon Mar 30, 2015 12:03 am
by GµårÐïåñ
Again, unless they switched to RTMP in the last week, it has always detected it just fine. But thank you for the assist. I would more like to hear what the developer has to say on the subject being I am not just starting to use FG for the first time.

Re: TED Videos No Longer Detected

Posted: Mon Mar 30, 2015 10:10 am
by Giorgio Maone
GµårÐïåñ wrote:Again, unless they switched to RTMP in the last week, it has always detected it just fine.
Then that's likely a very recent change. As far as I can see, the playing movie stream is nowhere to be found in the HTTP traffic, so they're currently streaming it only through the unsupported, Adobe-proprietary RTMP protocol, as therube hinted.[/quote]

Re: TED Videos No Longer Detected

Posted: Tue Mar 31, 2015 2:05 am
by GµårÐïåñ
Thank you, then it has been very recent. But given that the MP4 is readily available under the download button, why not detect that? Or do we need an active HTTP traffic to detect it? not just a link?

Re: TED Videos No Longer Detected

Posted: Tue Mar 31, 2015 9:48 am
by Giorgio Maone
GµårÐïåñ wrote:Thank you, then it has been very recent. But given that the MP4 is readily available under the download button, why not detect that? Or do we need an active HTTP traffic to detect it? not just a link?
The generic, automated FlashGot Media flow analyzes active HTTP traffic for multimedia content types.
Yes, we could find the link in the DOM and offer it in the FlashGot Media menu, but it requires ad-hoc code for this site.

Re: TED Videos No Longer Detected

Posted: Wed Apr 01, 2015 7:53 am
by GµårÐïåñ
Ok, figured as much, thank you.