From c3003bb4dba04459c0bd360d1f78578e08b29ce3 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Mon, 3 Jan 2011 10:54:07 +0100 Subject: [PATCH] Add question about option -g to the FAQ --- faq.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/faq.html b/faq.html index d5d0972ce..6cfe9c2b7 100644 --- a/faq.html +++ b/faq.html @@ -22,6 +22,7 @@ I get HTTP error 402 when trying to download a video. What's this?
I have downloaded a video but how can I play it?
Sometimes the program does not download the best quality format
+The links provided by youtube-dl -g are not working anymore

@@ -47,6 +48,10 @@

This issue happens on YouTube and related to formats 34 and 18. Format 34 is, for many videos, 360p widescreen, and of higher quality than the same video in format 18. However, sometimes format 18 provides a better quality version, as format 34 appears to be just 240p for some videos. There is no plan to fix this. Currently the only way of finding out which version gives higher quality is to download a chunk of both formats and peek into the files themselves to find out, if you know how. As, in my experience, format 34 usually wins, and in many future videos uploaded in high definition formats it will be 360p, format 34 will remain as the format to download in case of doubt.

+

The links provided by youtube-dl -g are not working anymore

+ +

Due to changes in YouTube, youtube-dl is now forced to provide the final video URL directly instead of the ones it used to provide, which were based on the "get_video" resource. The new URLs are real and work too, but they need to be used in combination with the --cookies option to be useful for external applications. Issue 41 in the issue tracker contains a bit more information about the problem.

+
Copyright © 2006-2010 Ricardo Garcia Gonzalez