Browse Source

[played] Skip test

master
Sergey M․ 10 years ago
parent
commit
62420c73cb
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/played.py

1
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):

Loading…
Cancel
Save