The author of youtube-dl has released a new version on 2008-01-24 as it was not working anymore. The ports needs to be updated accordingly. Fix: The ports needs to be updated. A patch is attached. After applying that, the .orig files have to be manually removed. Sorry about that but I can't find a better way to handle this (it's 3:50 AM here!). Patch attached with submission follows: How-To-Repeat: $ cd /usr/ports/www/youtube_dl && make install clean $ cd && youtube-dl -t http://www.youtube.com/watch?v=o3TGM0T1CvE Retrieving video webpage... done. Extracting video title... done. Extracting URL "t" parameter... failed. Error: unable to extract URL "t" parameter. Try again several times. It may be a temporary problem. Other typical problems: * Video no longer exists. * Video requires age confirmation but you did not provide an account. * You provided the account data, but it is not valid. * The connection was cut suddenly for some reason. * YouTube changed their system, and the program no longer works. Try to confirm you are able to view the video using a web browser. Use the same video URL and account information, if needed, with this program. When using a proxy, make sure http_proxy has http://host:port format. Try again several times and contact me if the problem persists.
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->chinsan I'll take it.
I have just submitted the patch I'd like to be committed as a follow up for ports/120005 PR. This PR can be closed as a duplicate. Thank you!
obrien 2008-02-04 10:08:39 UTC FreeBSD ports repository Modified files: www/youtube_dl Makefile distinfo Added files: www/youtube_dl/files conv2avi.patch Removed files: www/youtube_dl/files ffmpeg.patch Log: + Updates www/youtube_dl to 2008.01.24 [1][2] + Adds an ability to use multimedia/flv2mpeg4 for conversion [3] Submitted by: Pankov Pavel <pankov_p@mail.ru> PR: 119990, 120005, 117053 Revision Changes Path 1.16 +18 -4 ports/www/youtube_dl/Makefile 1.15 +3 -3 ports/www/youtube_dl/distinfo 1.1 +74 -0 ports/www/youtube_dl/files/conv2avi.patch (new) 1.3 +0 -60 ports/www/youtube_dl/files/ffmpeg.patch (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed by obrien