youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit c5138a7ce49db19b64adc11d81384595b966a7a9
parent c5fa81fe81ce05cd81c20ff4ea6dac3dccdcbf9d
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 31 May 2015 02:36:20 +0600

[extractor/generic] Clarify test comment

Diffstat:
Myoutube_dl/extractor/generic.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py @@ -59,7 +59,7 @@ class GenericIE(InfoExtractor): 'upload_date': '20100513', } }, - # Direct link to a media delivered compressed (requires Accept-Encoding == *) + # Direct link to media delivered compressed (until Accept-Encoding is *) { 'url': 'http://calimero.tk/muzik/FictionJunction-Parallel_Hearts.flac', 'md5': '128c42e68b13950268b648275386fc74',