Gentoo Archives: gentoo-user

From: David Haller <gentoo@×××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] youtube-dl and the conf file.
Date: Wed, 28 Oct 2020 00:54:45
Message-Id: 20201028005418.ewlejr7lrjldhg5y@grusum.endjinn.de
In Reply to: Re: [gentoo-user] youtube-dl and the conf file. by Dale
1 Hello,
2
3 On Tue, 27 Oct 2020, Dale wrote:
4 >This is what the conf file looks like now.  I took out the format
5 >option.  Add it back later when this current issue is settled. 
6 >
7 >--format
8 >'bestvideo[ext=webm][width<=?1280]+bestaudio/bestvideo[ext=mp4][width<=?1280]+bestaudio/best'
9
10 Is that one or two lines? It think it should be one! I.e.:
11
12 --format foo
13
14 Try:
15
16 --format 'bestvideo[ext=webm][width<=?1280]+bestaudio/bestvideo[ext=mp4][width<=?1280]+bestaudio/best'
17
18 Or, I think it's equivalent:
19
20 --format 'bestvideo[ext=webm,ext=mp4][width<=?1280]+bestaudio/best'
21
22 HTH,
23 -dnh
24
25 --
26 Linux is not a desktop OS for people whose VCRs are still
27 flashing "12:00". -- Paul Tomblin

Replies

Subject Author
Re: [gentoo-user] youtube-dl and the conf file. Dale <rdalek1967@×××××.com>