youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 266c71f97190d5516d72bb9e5fbe0e8946bbb465
parent e8ee972c6ea211a51275c8eb8bfc81b9ae3a9844
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 21 Aug 2014 11:56:49 +0200

Deprecate test_playlists

Diffstat:
Mtest/test_playlists.py | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git 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