copongcopong / Grabeht-

Experimental Youtube video grabber using node-webkit, ytdl and request.
2 stars 1 forks source link

Video quality #1

Open vibber opened 10 years ago

vibber commented 10 years ago

Nice application. It does the job (I did have to create the vids folder myself though). However there seems to be a problem with the different qualities of the video. If a video is available as 1080p that does not seem to be on the list to download. Can you help?

copongcopong commented 10 years ago

I am using ytdl to get the available video links from youtube. Do you have a youtube url that i can test? The code loops thru the video links/url provided by ytdl library and it is filtering 3GP and FLV files.

vibber commented 10 years ago

OK that makes sense as I also detected the problem directly in ytdl:

https://github.com/fent/node-ytdl/issues/19