The damn vid is not available anywhere else.

Extra bonus annoyance - it’s only available if you’re in/near Seattle. Or if you use a VPN like I did. I don’t know much but I tried everything I could think of and I got nowhere. For example - I tried to download the source src.

War; #108; The Knife Edge of Deterrence - American Archive of Public Broadcasting

<video class="vjs-tech" id="player_media_html5_api" aria-label="video player" oncontextmenu="return false;" preload="metadata" crossorigin="with-credentials" data-setup="{}" poster="https://s3.amazonaws.com/americanarchive.org/thumbnail/cpb-aacip-283-95j9kqg6.jpg" flashstopped="true" tabindex="-1" src="blob:https://americanarchive.org/ef78ba32-3b0a-4548-a3d1-2f925b5123bd"> <source src="/media/cpb-aacip-283-95j9kqg6?part=1" type="application/x-mpegURL"> </video>

Rant. Fucking PBS.

  • starlight32 [any]@hexbear.net
    link
    fedilink
    English
    arrow-up
    12
    ·
    1 month ago
    • open javascript console

    • get the value of videojs.players.player_media.tech().vhs.playlists.src (hls playlist link from the video player)

    • run ffmpeg -i [hls playlist link] -c copy [filename].mp4

    this worked for me