On 11/10/19, Paul B. Gallagher <[email protected]> wrote:
> This page: <https://amblertheater.org/films/parasite> contains an
> embedded video showing a trailer for the film "Parasite." It plays
> normally in my SM browser, no issues. CTRL-I (View | Show Page Info),
> "Media" tab reveals that the video is located here:
> <blob:https://player.vimeo.com/f0794162-c4ff-445f-a763-0acbfb964766>
>
> But of course this is not a valid URL, and if I try to visit it nothing
> happens. Trimming the "blob:" produces a 404 error:
>       Sorry
>       This video does not exist.
>
> CTRL-U reveals the following key code:
>
> <a class="fancybox-media button" href="https://vimeo.com/361075002";
> onClick="ga('send', 'event', 'Movie', 'Trailer', 'Parasite');"
> style="display:nonehttps://vimeo.com/361075002;";>Play Trailer</a><a
> href="http://www.imdb.com/title/tt6751668/"; class="button"
> onClick="ga('send', 'event', 'Movie', 'IMDB', 'Parasite');">IMDB</a><a
> href="http://www.rottentomatoes.com/m/Parasite/reviews/?type=top_critics";
> class="button" onClick="ga('send', 'event', 'Movie', 'Reviews',
> 'Parasite');">Reviews</a><a href="/f-rated" class="button"
> style="background: #599e54; display:noneyes;">f-rated</a>
>
> But the video <https://vimeo.com/361075002> does not exist. Visiting
> <http://www.imdb.com/title/tt6751668/> produces an apparently normal
> page, but the video won't play (apparently, it doesn't exist). And
> there's nothing that even looks like a trailer at Rotten Tomatoes, either.
>
> So where is it really located? As I said, it plays normally at the
> Ambler Theater page.

Apparently the <a onclick="..." takes precedence over the href="..."
so you need to figure out what
  onClick="ga('send', 'event', 'Movie', 'Trailer', 'Parasite');"
does.

Or you can use wireshark:

C:\UTIL>type seamonkey-tlsdecode.bat
set SSLKEYLOGFILE=C:\Users\Lee\AppData\Local\Temp\TLSkeys.txt
start C:\"Program Files\SeaMonkey\seamonkey.exe"

@rem wireshark:
@rem   edit / preferences
@rem   protocols / tls  (v2.6: protocols / ssl)
@rem     paste SSLKEYLOGFILE filename into TLS debug file entry

and see that it does a GET to player.vimeo.com
Full request URI:
https://player.vimeo.com/video/361075002?autoplay=1&hd=1&show_title=1&show_byline=1&show_portrait=0&fullscreen=1

Regards,
Lee
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to