diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-01-02 22:31:55 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-01-02 22:31:55 +0600 |
commit | 62420c73cb16472ead562339e22b038fac7aa950 (patch) | |
tree | f8d8334d6014d46663d12392168e43df5a323184 | |
parent | 2522a0b7dab3acde63ed1384d53a6e5c2b7fa749 (diff) |
[played] Skip test
-rw-r--r-- | youtube_dl/extractor/played.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/played.py b/youtube_dl/extractor/played.py index 449d4836c..45716c75d 100644 --- 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): |