From: Philipp Hagemeister Date: Thu, 21 Aug 2014 09:56:49 +0000 (+0200) Subject: Deprecate test_playlists X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=266c71f97190d5516d72bb9e5fbe0e8946bbb465;p=youtube-dl Deprecate test_playlists --- diff --git a/test/test_playlists.py b/test/test_playlists.py index 4f188345b..6448fea38 100644 --- a/test/test_playlists.py +++ b/test/test_playlists.py @@ -1,6 +1,17 @@ #!/usr/bin/env python # encoding: utf-8 +## DEPRECATED FILE! +# Add new tests to the extractors themselves, like this: +# _TEST = { +# 'url': 'http://example.com/playlist/42', +# 'playlist_mincount': 99, +# 'info_dict': { +# 'id': '42', +# 'title': 'Playlist number forty-two', +# } +# } + from __future__ import unicode_literals # Allow direct execution