←back to thread

Brood War Korean Translations

(blog.sourcedive.net)
231 points todsacerdoti | 1 comments | | HN request time: 0.2s | source
Show context
amatecha ◴[] No.42741192[source]
If the author sees this: with yt-dlp you can download lower quality versions of videos to save bandwidth, like so:

  yt-dlp -f "bv[height<=720]" <url>
(where <url> is your URL or video ID)

That will download up to 720p quality.

replies(1): >>42741941 #
doctor_phil ◴[] No.42741941[source]
The author mentions just downloading the audio track. That's a lot less data than downloading any video at all. ;)
replies(2): >>42744653 #>>42744900 #
jordigh ◴[] No.42744653[source]
-f 140 is the right yt-dlp parameter to get just the audio.
replies(1): >>42744837 #
1. woodson ◴[] No.42744837[source]
I think it's just "-x". It should select the best audio quality automatically.