Can I use youtube-dl to provide the direct links and use other means to download them? [closed]
Asked Answered
C

1

19

Specifically, I would like to use DownloadThemAll. Can I use youtube-dl to just give me the direct link I need?

Cockcrow answered 4/4, 2015 at 5:55 Comment(1)
Use -f best to get video and audio merged. github.com/rg3/youtube-dl/issues/8818Acceptor
B
47

Sure, you can.

Use the --get-url option to extract the direct link to media. For example:

youtube-dl --get-url https://www.youtube.com/watch?v=BaW_jenozKc
Blasto answered 4/4, 2015 at 18:21 Comment(2)
Thanks, sorry for the noob questions, I did manage to figure it out. I am working on something to replace some of the functionality of BYTubeD since it was abandond long ago and I fear one day it will stop working. So far I have made this.Cockcrow
this method only get video and audio apart, can't get video and audio mixed together.Albanian

© 2022 - 2024 — McMap. All rights reserved.