mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:17:07 -05:00 
			
		
		
		
	Deprecate test_playlists
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user