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.
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.
Create a
~/.netrc
file with content like this: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
seems to work like a charm!