about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-22 11:30:39 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-22 11:30:49 +0200
commit218f754940b170ecb9affecfbe3dfe1c23430dc9 (patch)
tree77c14ce6f328e0c9c346174bde4d101f4119fea7
parenta053c3493a0a92c25a4d4fc03619bf27356c3811 (diff)
downloadyoutube-dl-218f754940b170ecb9affecfbe3dfe1c23430dc9.tar.gz
youtube-dl-218f754940b170ecb9affecfbe3dfe1c23430dc9.tar.xz
youtube-dl-218f754940b170ecb9affecfbe3dfe1c23430dc9.zip
[README] Add thumbnail to _TEST example
While it's not mandatory, extractors are highly encouraged to provide a thumbnail field.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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: