mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[README] Clarify test's md5 filesize (#3846)
This commit is contained in:
		| @@ -449,7 +449,7 @@ If you want to add support for a new site, you can follow this quick list (assum | ||||
|         _VALID_URL = r'https?://(?:www\.)?yourextractor\.com/watch/(?P<id>[0-9]+)' | ||||
|         _TEST = { | ||||
|             'url': 'http://yourextractor.com/watch/42', | ||||
|             'md5': 'TODO: md5 sum of the first 10KiB of the video file', | ||||
|             'md5': 'TODO: md5 sum of the first 10241 bytes of the video file (use --test)', | ||||
|             'info_dict': { | ||||
|                 'id': '42', | ||||
|                 'ext': 'mp4', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user