you are viewing a single comment's thread
view the rest of the comments
[–] 35 points 8 months ago (3 children)

If you just want the speech, here: https://0x0.st/KWpS.webm

If you are wondering why yours didn't work (I used your command exactly), maybe old yt-dlp?

$  yt-dlp --version
2025.11.12
  • source
  • hideshow 6 child comments
  • [–] [S] 17 points 8 months ago (1 child)

    i know, i just thought it was funny, thanks…

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 8 months ago (1 child)

    I don’t know if you’ve fixed this but getting a burner account and extracting the cookies works. Just pass the cookie file to ytdlp and you’re good to go

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 2 points 8 months ago* (last edited 8 months ago)

    well the ‘funny’ part of the meme is (supposed to be) the content of the link, which is the background… (including the frame it’s paused on). making the error requesting log in suspicious .
    also there was no issue with any other video
    ….
    but really i just wanted to sample the audio for a thing, so im gonna look for a higher quality version

  • source
  • parent
  • [–] 8 points 8 months ago (1 child)

    My package manager has an old version that doesn't work. I had to download from a browser to get a working version.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 8 months ago

    YouTube change things on the back end so frequently that I bet there's always at least one bleeding-edge distro that has an outdated yt-dlp in its repository.

    But if you're on a Debian / Ubuntu / Mint, yeah, you're gonna have a bad time without the stand-alone version.

  • source
  • parent
  • [–] 7 points 8 months ago* (last edited 8 months ago) (2 children)
    yt-dlp --version
    2025.04.30
    

    Son of a fucking bitch. DEBIAAAAAAAAAAAAAAAN!

    EDIT : IDK still works for me.

    
    $ yt-dlp https://www.youtube.com/watch/?v%5C=FFe58KX4MHA
    [youtube] Extracting URL: https://www.youtube.com/watch?v=FFe58KX4MHA
    [youtube] FFe58KX4MHA: Downloading webpage
    [youtube] FFe58KX4MHA: Downloading tv client config
    [youtube] FFe58KX4MHA: Downloading player b2515611-main
    [youtube] FFe58KX4MHA: Downloading tv player API JSON
    [youtube] FFe58KX4MHA: Downloading ios player API JSON
    WARNING: [youtube] FFe58KX4MHA: Signature extraction failed: Some formats may be missing
    WARNING: [youtube] FFe58KX4MHA: Some web client https formats have been skipped as they are missing a url. YouTube is forcing SABR streaming for this client. See  https://github.com/yt-dlp/yt-dlp/issues/12482  for more details
    [youtube] FFe58KX4MHA: Downloading m3u8 information
    [info] FFe58KX4MHA: Downloading 1 format(s): 614+234
    [hlsnative] Downloading m3u8 manifest
    [hlsnative] Total fragments: 86
    [download] Destination: Malcolm X | "By Any Means Necessary" Speech (1964) [FFe58KX4MHA].f614.mp4
    [download] 100% of   22.74MiB in 00:00:16 at 1.41MiB/s
    [hlsnative] Downloading m3u8 manifest
    [hlsnative] Total fragments: 86
    [download] Destination: Malcolm X | "By Any Means Necessary" Speech (1964) [FFe58KX4MHA].f234.mp4
    [download] 100% of    7.14MiB in 00:00:08 at 902.54KiB/s
    [Merger] Merging formats into "Malcolm X | "By Any Means Necessary" Speech (1964) [FFe58KX4MHA].mp4"
    Deleting original file Malcolm X | "By Any Means Necessary" Speech (1964) [FFe58KX4MHA].f234.mp4 (pass -k to keep)
    Deleting original file Malcolm X | "By Any Means Necessary" Speech (1964) [FFe58KX4MHA].f614.mp4 (pass -k to keep)
    $ 
    
    

    EDIT : for those keeping score, IDK what to do at this point. If you like helping, give a hand.

    $ yt-dlp -U
    Current version: stable@2025.04.30 from yt-dlp/yt-dlp
    Latest version: stable@2025.11.12 from yt-dlp/yt-dlp
    ERROR: As yt-dlp has been installed via apt, you should use that to update.  If you're on a stable release, also check backports.
    

    I already did sudo apt update, not sure how to "backport"

  • source
  • parent
  • hideshow 4 child comments
  • [–] 5 points 8 months ago

    You would have to add the relevant backport repo to your apt sources. Your favorite search engine should help you figure out exactly how to do that on your system.

    When I ran into this though, I uninstalled the apt version and downloaded the latest version directly from GitHub and installed it manually.

  • source
  • parent