![]() |
Re: Youtube browser - mYTube - released
Quote:
-t will put the video's title in the filename otherwise you end up with something like dsKO_r76kfQ.flv -f 5 downloads a low quality format to run better on the n8x0 Example: youtube-dl-x -t -f 5 http://www.youtube.com/watch?v=dsKO_r76kfQ You'll also want to strip off extra parameters like &featured... as it can break the script. You want the URL to look like above with no & parameters after it. Code:
#!/bin/sh |
Re: Youtube browser - mYTube - released
Quote:
That was going to be my next question on how to make this even easier. :) |
Re: Youtube browser - mYTube - released
What did I do wrong with this?
[1|user@Nokia-N800-43-7|~]y http://www.youtube.com/watch?v=dEkh_KxKao0 [youtube] Setting language [youtube] dEkh_KxKao0: Downloading video webpage [youtube] dEkh_KxKao0: Downloading video info webpage [youtube] dEkh_KxKao0: Extracting video information ERROR: no fmt_url_map or conn information found in video info I don't know what chmod 755 means. I do have the file set as being an executable and the permissions are both set as root. |
Re: Youtube browser - mYTube - released
Quote:
Maybe that video doesn't have a low quality format, try removing the -f 5 from the script and see if it works. |
Re: Youtube browser - mYTube - released
I removed the "-f 5" and still the same error.
Sorry. |
Re: Youtube browser - mYTube - released
Okay. Got it.
cd /media/mmc1/Videos ; youtube-dl --no-part -f 5 -o -t $1 On my end youtube-dl-x is too old of a file I believe. Anyway, what is the additional command for quiet output? So like nothing shows in the Terminal screen when running this. |
Re: Youtube browser - mYTube - released
Quote:
Code:
> youtube-dl-x -t -f 5 http://www.youtube.com/watch?v=dEkh_KxKao0 Code:
> ls -l /usr/bin/youtube-dl-x |
Re: Youtube browser - mYTube - released
Quote:
Quote:
|
Re: Youtube browser - mYTube - released
I'm getting this...
[1|user@Nokia-N800-43-7|~]ls -l /usr/bin/youtube-dl-x -rwxr-xr-x 1 root root 79756 Oct 14 16:58 /usr/bin/youtube-dl-x Also, it just named the file "-t" with how I did it. Let me try yours again.... |
Re: Youtube browser - mYTube - released
I renamed youtube-dl to youtube-dl-x.
It works but it saved the video as "%(stitle)s-%(id)s.%(ext)s". Did I miss something? |
All times are GMT. The time now is 15:27. |
vBulletin® Version 3.8.8