head	1.6;
access;
symbols
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2010.12.09.22.33.57;	author araujo;	state dead;
branches;
next	1.5;

1.5
date	2010.12.05.15.20.05;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2009.05.06.00.28.19;	author araujo;	state dead;
branches;
next	1.3;

1.3
date	2009.03.07.04.15.34;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2008.07.27.20.16.39;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.16.12.51.40;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Update to 2010.12.09.

Reported by:	Michal Pietras <pietrasm@@me.com>
@
text
@--- youtube-dl.orig	2010-11-21 16:27:42.000000000 +0000
+++ youtube-dl	2010-11-21 16:28:42.000000000 +0000
@@@@ -509,7 +509,7 @@@@
 		# Download using rtmpdump. rtmpdump returns exit code 2 when
 		# the connection was interrumpted and resuming appears to be
 		# possible. This is part of rtmpdump's normal usage, AFAIK.
-		basic_args = ['rtmpdump', '-q'] + [[], ['-W', player_url]][player_url is not None] + ['-r', url, '-o', filename]
+		basic_args = ['rtmpdump'] + [[], ['-q']][self.params.get('quiet', False)] + [[], ['-W', player_url]][player_url is not None] + ['-r', url, '-o', filename]
 		retval = subprocess.call(basic_args + [[], ['-e', '-k', '1']][self.params.get('continuedl', False)])
 		while retval == 2 or retval == 1:
 			prevsize = os.path.getsize(filename)
@


1.5
log
@- Update to 2010.11.19.
- Fix files downloaded that depends directly of rtmpdump.

PR:		ports/152452
Submitted by:	Jamie Landeg Jones <jamie@@bishopston.net>
@
text
@@


1.4
log
@- Remove support for FFMPEG and FLV2MPEG4, the code was changed and
  these unofficial patchs aren't more applicable.
- From now on USE_PYTHON = 2.5+.
- Bump PORTREVISION.

Reported by:	barbara <barbara.xxx1975@@libero.it>,
		Robert Huff <roberthuff@@rcn.com>
@
text
@d1 11
a11 8
--- youtube-dl.orig	2009-02-18 15:17:26.576520965 +0800
+++ youtube-dl	2009-02-18 15:17:42.870252710 +0800
@@@@ -1,4 +1,4 @@@@
-#!/usr/bin/env python
+#!%%PYTHON_CMD%%
 # -*- coding: utf-8 -*-
 # Author: Ricardo Garcia Gonzalez
 # Author: Danny Colligan
@


1.3
log
@- Update to 2009.02.07.

PR:		ports/132375
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@@sunpoet.net>
@
text
@@


1.2
log
@- Update to 2008.07.26

PR:		125931
Submitted by:	Pankov Pavel <pankov_p@@mail.ru> (maintainer)
@
text
@d1 2
a2 2
--- youtube-dl-orig	2008-07-24 07:42:53.000000000 +0400
+++ youtube-dl	2008-07-24 07:45:30.000000000 +0400
d8 1
a8 1
 # License: Public domain code
@


1.1
log
@youtube-dl is a small command-line program for downloading videos
from YouTube.com.

WWW: http://www.arrakis.es/~rggi3/youtube-dl/

PR:		ports/101912
Submitted by:	Pankov Pavel <pankov_p at mail.ru>
@
text
@d1 2
a2 2
--- youtube-dl-orig	Fri Aug 11 01:00:08 2006
+++ youtube-dl	Sat Aug 12 13:46:38 2006
d6 3
a8 3
 #
 # Copyright (c) 2006 Ricardo Garcia Gonzalez
 #
@

