Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #15344

Re: python-based downloader (youtube-dl) missing critical feature ...

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <prvs=28247876c=jeanmichel@sequans.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.013
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'imply': 0.07; 'subject:based': 0.07; 'subject:missing': 0.07; 'all"': 0.09; 'python-based': 0.09; 'url:github': 0.09; 'subject:python': 0.11; 'developer': 0.12; 'cc:addr:python-list': 0.15; '(well,': 0.16; ':o)': 0.16; 'received:192.168.200': 0.16; 'thinking.': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'wrote:': 0.18; 'developer,': 0.18; 'reason,': 0.18; 'cc:no real name:2**0': 0.21; 'request,': 0.21; 'maybe': 0.21; 'wonder': 0.23; 'english,': 0.23; "shouldn't": 0.23; 'header:In-Reply-To:1': 0.23; 'cc:2**0': 0.25; 'code': 0.25; 'tests': 0.25; 'code.': 0.26; 'somebody': 0.27; 'language.': 0.28; "wasn't": 0.28; '(even': 0.28; 'cc:addr:python.org': 0.29; "weren't": 0.30; 'nov': 0.31; 'developers': 0.31; 'does': 0.32; 'actually': 0.33; 'it.': 0.33; 'that,': 0.33; 'header:User-Agent:1': 0.33; 'probably': 0.34; 'flag': 0.34; 'similar': 0.35; 'project': 0.35; 'file': 0.36; 'fri,': 0.36; 'missing': 0.36; 'reference': 0.37; 'steven': 0.38; 'some': 0.38; 'else': 0.38; 'perhaps': 0.38; 'received:192': 0.38; 'feed': 0.38; 'form,': 0.38; 'should': 0.39; 'help': 0.39; "it's": 0.39; 'subject: (': 0.39; 'subject:: ': 0.39; 'data': 0.40; 'did': 0.40; 'more': 0.60; 'providing': 0.60; 'header:Received:6': 0.60; 'your': 0.61; '2011': 0.62; 'order': 0.62; 'maximum': 0.63; 'fall': 0.64; 'natural': 0.64; 'piece': 0.65; 'here.': 0.66; 'making': 0.67; '"what': 0.67; '"they': 0.84; '(your': 0.84; 'sorely': 0.84
X-IronPort-AV E=Sophos;i="4.69,455,1315173600"; d="scan'208";a="2362867"
X-Virus-Scanned amavisd-new at zimbra.sequans.com
Date Fri, 04 Nov 2011 14:31:42 +0100
From Jean-Michel Pichavant <jeanmichel@sequans.com>
User-Agent Mozilla-Thunderbird 2.0.0.24 (X11/20100328)
MIME-Version 1.0
To Steven D'Aprano <steve+comp.lang.python@pearwood.info>
Subject Re: python-based downloader (youtube-dl) missing critical feature ...
References <1320407282.243739@nntp.aceinnovative.com> <4eb3db48$0$29968$c3e8da3$5496439d@news.astraweb.com>
In-Reply-To <4eb3db48$0$29968$c3e8da3$5496439d@news.astraweb.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2433.1320413505.27778.python-list@python.org> (permalink)
Lines 49
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1320413505 news.xs4all.nl 6939 [2001:888:2000:d::a6]:33998
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:15344

Show key headers only | View raw


Steven D'Aprano wrote:
> On Fri, 04 Nov 2011 11:48:02 +0000, lbrt chx _ gemale wrote:
>
>   
>> python-based youtube-dl
>> ~
>>  http://rg3.github.com/youtube-dl/
>> ~
>>  is sorely missing a flag in order to indicate the maximum file length
>>  of the data feed it would download (well, unless, for some reason, it
>>  is considered a "feature").
>>     
>
> If you are making a feature request, you should make it directly to the 
> project developer, and not here.
>
> Since you consider that feature "shouldn't be hard at all" (your words), 
> perhaps you should consider providing a patch? Don't forget the 
> documentation and tests for it.
>
> Or did you mean "it shouldn't be hard for me, if somebody else does the 
> work"?
>
>
>   
>> ~
>>  I wonder what developers were thinking about when they came up this
>>  nice piece of code. If you actually look in the code
>>     
> [...]
>
> Lbrtchx, it's possible that English is not your natural language. Please 
> be aware that, in English, "what they were thinking..." is often used 
> sarcastically, as in "they weren't actually thinking". Particularly 
> following your use of scare quotes around "feature".
>
> (Even more so for the similar form, "what were they thinking?".)
>
> It's probably not going to help you get a feature added to the project if 
> you imply (even by accident) that lack of that feature is an indication 
> that the developer wasn't thinking.
>
>
>   
Maybe Lbrtchx is one of the Sheldon Cooper's nicknames :o)

JM

PS : I have the feeling that my nerdy reference will fall flat...

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

python-based downloader (youtube-dl) missing critical feature ... lbrt chx _ gemale - 2011-11-04 11:48 +0000
  Re: python-based downloader (youtube-dl) missing critical feature ... Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-11-04 12:32 +0000
    Re: python-based downloader (youtube-dl) missing critical feature ... Jean-Michel Pichavant <jeanmichel@sequans.com> - 2011-11-04 14:31 +0100
    RE: python-based downloader (youtube-dl) missing critical feature ... "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2011-11-07 16:34 -0500
  Re: python-based downloader (youtube-dl) missing critical feature ... Philipp Hagemeister <phihag@phihag.de> - 2011-11-04 13:45 +0100

csiph-web