youtube-dl

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

commit 62420c73cb16472ead562339e22b038fac7aa950
parent 2522a0b7dab3acde63ed1384d53a6e5c2b7fa749
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri,  2 Jan 2015 22:31:55 +0600

[played] Skip test

Diffstat:
Myoutube_dl/extractor/played.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/played.py b/youtube_dl/extractor/played.py @@ -26,6 +26,7 @@ class PlayedIE(InfoExtractor): 'ext': 'flv', 'title': 'youtube-dl_test_video.mp4', }, + 'skip': 'Removed for copyright infringement.', # oh wow } def _real_extract(self, url):