Skip to content

Commit e5493dd

Browse files
authored
Merge pull request #58 from tpikonen/ytdl-custom-format
youtubedl: Fix custom format instructions
2 parents 2670473 + 99b55a8 commit e5493dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/extensions/youtubedl.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ If you need to install it manually, `pip install youtube_dl` or `pip install yt-
2525
The main advantage of this extension is to use youtube-dl to download formats not available natively.
2626

2727
For instance with youtube-dl you can **download the audio only**:
28+
2829
1. Go to *Preferences* > *Extensions* to activate the youtube-dl extension;
29-
3. go to *Preferences* > *Edit Configuration*;
30-
4. search for *youtube* and set the `youtube.preferred_fmt_ids` parameter to `bestaudio[ext=ogg], bestaudio`.
30+
2. Press the *Edit config* button in *Preferences*
31+
3. Search for *youtube* and set the `youtube.preferred_fmt_ids` parameter to `bestaudio[ext=ogg], bestaudio`.
32+
4. Set `youtube.preferred_fmt_id` to 0 to enable the custom format set in the previous step
3133

3234
`youtube.preferred_fmt_ids` takes a list of format strings separated by comma:
3335
`bestaudio[ext=ogg],bestaudio` is translated to youtube-dl format `bestaudio[ext=ogg]/bestaudio`, meaning preferably

0 commit comments

Comments
 (0)