X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=test%2Ftest_playlists.py;h=6448fea38586970a640b33045da99be33a83add0;hb=1a9ccac7c16acc52327959e1ef2eef7295fbe2b7;hp=4f188345bf2b9bd7fee5d886cbcfec3ba15dae6e;hpb=328a20bf9c9cbc67ad0d4147bae0292cf2aec64b;p=youtube-dl.git 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