Hello all! pretty much title. I know absolutely nothing about recording stuff / screengrabs. What is the best practice to record a video from dropout.tv? Currently dualbooting linux and windows, so I can use any tool required.

  • Andy@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    Create a ~/.netrc file with content like this:

    machine dropout login YOUREMAIL password YOURPASSWORD
    

    yt-dlp can use this:

    yt-dlp --referer 'https://www.dropout.tv/' -nf 'http-540p' VIDEO_URL
    

    That “http-540p” and alternatives can be listed:

    yt-dlp --referer 'https://www.dropout.tv/' -n --list-formats VIDEO_URL