-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download files from own playlist #2193
Comments
It seems that you can do that with |
are you suggesting that we run queries on youtube based on the search text in the file? |
On 2014-01-22 12:58, Saimadhav wrote:
Yes. |
Maybe the request is too specific, you can use the
And then you can just use |
On 2014-01-22 14:20, Jaime Marquínez Ferrándiz wrote:
How do I quit youtube-dl once it have started to download? |
On 2014-01-22 14:20, Jaime Marquínez Ferrándiz wrote:
while read line; do youtube-dl "ytsearch1:$line" -o "$line - %(id)s.ogg" |
On 2014-01-22 14:20, Jaime Marquínez Ferrándiz wrote:
My personal opinion is that a nifty one-line like this should be while read line; do youtube-dl "ytsearch1:$line" -o "$line - %(id)s.ogg" Can you forward that? |
As @jaimeMF said, your batch file is a really complicated way of writing
with the newest version of youtube-dl (2014.01.22.3). I'm also puzzled of the choice of 43 as the quality, as that is a video format. Although the wearability of modern SSDs is so good that you're unlikely to ever have to worry about it, why download a video format when audio formats are available? A sensible value would be Also, this comment is almost certainly dead wrong:
Your output format is obviously defective (you want
|
Webm contains OGG which respect freedom contrary to MP* You are right in everything else in this email. On 2014-01-22 15:03, Philipp Hagemeister wrote:
|
Some videos have an audio only version in |
On 2014-01-22 14:20, Jaime Marquínez Ferrándiz wrote:
Can I "ytsearch1:Antares - Mysticism" at the end of line to ensure that |
If you want webm and other free formats, simply pass in You can use |
On 2014-01-22 15:11, Jaime Marquínez Ferrándiz wrote:
"from Philipp Hagemeister If you want webm and other free formats, simply pass in You can use |--reject-title REMIX| as well as simply include |-remix| in — " Would a mixture of your suggestions be ideal for saving disk space, |
How do I do this with --prefer-free-formats? for x in $(find . -name "*.txt"); do That downloads M4A instead of WEBM. What am I doing wrong? On 2014-01-22 15:03, Philipp Hagemeister wrote:
|
On 2014-01-22 15:15, Philipp Hagemeister wrote:
youtube-dl XCHrWyMpPhM -F # Shows WEBM that contains OGG (free) Is this a bug? |
Everything is working as intended. The default preference for audio extracting (
Therefore, if there's no webm audio format, you'll get mp4 audio. If you pass in
Which one you prefer is up to you - would you rather avoid non-free formats at all cost or load a far smaller audio-only file in a non-free format? |
FSF would certainly say that |-f 172/171/43/webm/ is the only way to go By the way, what is the last "webm" in |-f 172/171/43/webm/ for? Isn't On 2014-01-22 17:30, Philipp Hagemeister wrote:
|
See #2196 for 43 is just one of the |
On 2014-01-22 19:53, Philipp Hagemeister wrote:
Thanks for everything. I guess this is what I wanted after all. #!/bin/sh for x in $(find . -name "*.txt"); do Please share =) |
youtube-dl --batch-file "Afgin - Old Is Gold" --default-search ytsearch: This will download "Afgin - Old Is Gold (Part 2)", not "Afgin - Old Is |
youtube-dl doesn't implement any special kind of search, it's just relaying the YouTube search. Therefore, you may be able to use tricks from the YouTube search (maybe |
On 2014-01-22 21:07, Philipp Hagemeister wrote:
How do I define to search only type "video" (eg not "playlist") are |
On 2014-01-22 21:07, Philipp Hagemeister wrote:
How can I make this try next youtube hit as I receive "ERROR: requested youtube-dl https://www.youtube.com/watch?v=-sN9ATB7juU -f webm/ogg |
See #2203 for an answer to that. |
Please implement these features in youtube-dl:
Example of playlist file "Antares - Exodus.txt":
Antares - The Exodus
Antares - Mysticism
Antares - Aurum Solis
Antares - The 4th Dimension
Antares - Dreaming Universe
Antares - Mount Meru
Antares - Astral Plane
Antares - Sun Sanctuary
The text was updated successfully, but these errors were encountered: