From: Philipp Hagemeister Date: Fri, 22 Aug 2014 09:30:39 +0000 (+0200) Subject: [README] Add thumbnail to _TEST example X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=218f754940b170ecb9affecfbe3dfe1c23430dc9;p=youtube-dl [README] Add thumbnail to _TEST example While it's not mandatory, extractors are highly encouraged to provide a thumbnail field. --- diff --git a/README.md b/README.md index ba350b905..72449cad7 100644 --- a/README.md +++ b/README.md @@ -429,6 +429,7 @@ If you want to add support for a new site, you can follow this quick list (assum 'id': '42', 'ext': 'mp4', 'title': 'Video title goes here', + 'thumbnail': 're:^https?://.*\.jpg$', # TODO more properties, either as: # * A value # * MD5 checksum; start the string with md5: