Hey Kris, is there a way to 'bulk' upload a few clips to You-tube? I think you mentioned once that you had some videos scheduled for upload; unless I misunderstood.
@0penpress: yes, with "googlecl". It should be in your repose. It is a command line interface for most of Google's products. It has options for uploading videos to Youtube. Just don't try to upload 5 videos a the same time. That was my mistake :)
@theif519: Do you have the newest version of Youtube-dl? Youtube is always changing there setup and there for Youtube-dl is consistently changing. I have a video on how to easily get the newest version. Please reference that video.
Great vid thx! Just a quick question; How do I download a dynamic html page using curl? For example if a site uses ?id=1 to return data. This does not seem to return the dynamic content... Any ideas why and how to make it return that data?
@MannyQi: It should. Try using 'lynx'. cURL is more powerful then lynx in some ways. But Lynx, I feel, is simpler for some projects. Watch my videos on getting data from the Marvel website.
@metalx1000 I checked out your videos and while trying the initial steps of just getting the URLs I realized that the site I'm trying to do this on (sent you the link...) seems to get it's result through ajax calls. I'm not 100% sure though. Any ideas?
you do know in linux all flash videos are automatically downloaded in the temp folder, all you have to do is copy and paste the video. too easy. no need for software.
Yeah, you are downloading directly from youtube. There are also plug-ins for firefox that allow you to download videos, if you only need to download one at a time.
@ibiraja1: I can't be sure because I don't have enough info.
I don't know what distro you are running or when version number.
I don't know what version of youtube-dl you are running.
And I don't know what the exact command you typed was.
Bu, I did do a Google search of that error and it brings up a bunch of hits.
The first one is a bug report. That may help you some. The bug report is kinda old, but it recommends upgrading to the newest youtube-dl. Which I think there is a brand new one.
Hey Kris, is there a way to 'bulk' upload a few clips to You-tube? I think you mentioned once that you had some videos scheduled for upload; unless I misunderstood.
0penpress 2 months ago
@0penpress: yes, with "googlecl". It should be in your repose. It is a command line interface for most of Google's products. It has options for uploading videos to Youtube. Just don't try to upload 5 videos a the same time. That was my mistake :)
metalx1000 2 months ago
Comment removed
Axbent 3 months ago
@Axbent: try:
youtube-dl -U
or
sudo youtube-dl -U
metalx1000 3 months ago
"no fmt_url_map or conn information found in video info" what does that mean?
Axbent 3 months ago
@Axbent: Are you running the most up to date version of youtube-dl?
metalx1000 3 months ago
@metalx1000 I am now, and it works fine. Any changes in how to bulk download in this version?
Axbent 3 months ago
@Axbent: Well, if all the videos you want to download are in a playlist, you can just give it the playlist link.
youtube-dl -tc "PlaylistURL"
The "t" titles the videos properly and the "c" will continue if were you left off if the download is stop and restart.
metalx1000 3 months ago
All youtube-downloaders I tried so far does not work for me. I always get: ERROR: no fmt_url_map or conn information found in video info
KaeLuX 5 months ago
@KaeLuX I digged the githup for this error. simple solution is:
sudo youtube-dl --update
KaeLuX 5 months ago
Very cool and informative. You make learning this very easy for me!
jamesjones03 5 months ago
Another complication... "Error: No such option: -b Usage: youtube-dl [options] url...
theif519 10 months ago
@theif519: Don't use the "-b" then. It is no longer needed. Youtube-dl now downloads the best quality available by default.
metalx1000 10 months ago
How do you "Pipe" commands? I don't know how to get the line.
theif519 10 months ago
@theif519: This is a pipe |
here is an example 3:45
metalx1000 10 months ago
@metalx1000 I mean what's the input? I can't find the Pipe Key on a keyboard, what do I press to get it?
theif519 10 months ago
@theif519: Oh, well depending on your keyboard layout it should be above the "Enter" key. On the same key as "\", so Shift+\
metalx1000 10 months ago
"ERROR: Unable to download video (format may not be available)
theif519 10 months ago
@theif519: Do you have the newest version of Youtube-dl? Youtube is always changing there setup and there for Youtube-dl is consistently changing. I have a video on how to easily get the newest version. Please reference that video.
metalx1000 10 months ago
Great vid thx! Just a quick question; How do I download a dynamic html page using curl? For example if a site uses ?id=1 to return data. This does not seem to return the dynamic content... Any ideas why and how to make it return that data?
MannyQi 10 months ago
@MannyQi: It should. Try using 'lynx'. cURL is more powerful then lynx in some ways. But Lynx, I feel, is simpler for some projects. Watch my videos on getting data from the Marvel website.
I'll send you a link.
metalx1000 10 months ago
@metalx1000 I checked out your videos and while trying the initial steps of just getting the URLs I realized that the site I'm trying to do this on (sent you the link...) seems to get it's result through ajax calls. I'm not 100% sure though. Any ideas?
and thanks for your quick response.
MannyQi 10 months ago
@MannyQi: In the link you gave me I can see all the links with "lynx" that I can with FireFox. I'm just not sure which ones are the ones you want.
metalx1000 10 months ago
Newer versions of youtube-dl support playlist URLs directly. Example command:
youtube-dl -cit [playlist-url]
(-cit: continue session if necessary, ignore errors, use video title as filename)
thegreatbman 1 year ago 6
@thegreatbman: Very Nice! Thumbs up on your comment!
metalx1000 1 year ago
LINUX RULES! :)
pheaneasphreak77 1 year ago
@pheaneasphreak77:Yes, Yes it does :)
metalx1000 1 year ago
I wish you showed how to do the download script as well because I would also like to DL jpg files and such.
Foaman 1 year ago
@Foaman: download jpg's from where? wget is always a good option.
metalx1000 1 year ago
Comment removed
Foaman 1 year ago
@metalx1000 So you... "do wget -A.jpg" or something?
Foaman 1 year ago
@metalx1000: I sent you a script that should help you on your way.
metalx1000 1 year ago
Oh my GAWD. This is so cool.
Foaman 1 year ago
Comment removed
Foaman 1 year ago
ok got a question for you metal how would you modify script to download an m3u playlist of youtube vids
f
shantiq 1 year ago
@shantiq: are you saying that you have an m3u with a list of links in it that you want to download?
metalx1000 1 year ago
Comment removed
shantiq 1 year ago
Comment removed
shantiq 1 year ago
This has been flagged as spam show
@metalx1000 yes to download the vids from a playlist so one can make up a playlist and then download all the ones on there
shantiq 1 year ago
@metalx1000 yes to download the vids from a playlist so one can make up a playlist and then download all the ones on there
shantiq 1 year ago
really good thank you will also check chad vader :::)))))
makes me want to really learn how to do more with bash scripts
shantiq 1 year ago
Anyway to do text based batch upload to youtube? that would be convienient
t0d71 1 year ago
you do know in linux all flash videos are automatically downloaded in the temp folder, all you have to do is copy and paste the video. too easy. no need for software.
WBussey64 1 year ago
@WBussey64: Not all FLASH videos are, but that is true for Youtube. But, that doesn't help you bulk downloads.
metalx1000 1 year ago
i know this is old but these tutorials are superb
wget + curl == awesome!
mouseroot 1 year ago
Yeah, you are downloading directly from youtube. There are also plug-ins for firefox that allow you to download videos, if you only need to download one at a time.
metalx1000 1 year ago
is this safe??? its downloading from youtube directly right?
ZERONiCEhacker714 1 year ago
I really appreciate your job ! Thank you very much !
DiriusLV 2 years ago
very nice dude
sumersinghable 2 years ago
that was big pimpin, time for me to try now
gotbletu 2 years ago
how about to make the script paralleled?
Mysticsam86 2 years ago
All hail BASH!
codecaine 2 years ago
Watching that was like learning a magic trick! That was awesome!
arthursucks 2 years ago 2
Haha, Thanks.
Comments like this make me happy :)
metalx1000 2 years ago
@metalx1000 Why I get this error message - Error: unable to extract URL "t" parameter ??
ibiraja1 1 year ago
@ibiraja1: I can't be sure because I don't have enough info.
I don't know what distro you are running or when version number.
I don't know what version of youtube-dl you are running.
And I don't know what the exact command you typed was.
Bu, I did do a Google search of that error and it brings up a bunch of hits.
The first one is a bug report. That may help you some. The bug report is kinda old, but it recommends upgrading to the newest youtube-dl. Which I think there is a brand new one.
metalx1000 1 year ago