]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - test/test_playlists.py
Merge remote-tracking branch 'origin/master'
[youtube-dl.git] / test / test_playlists.py
index 4f188345bf2b9bd7fee5d886cbcfec3ba15dae6e..6448fea38586970a640b33045da99be33a83add0 100644 (file)
@@ -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