diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-08-22 11:30:39 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-08-22 11:30:49 +0200 |
commit | 218f754940b170ecb9affecfbe3dfe1c23430dc9 (patch) | |
tree | 77c14ce6f328e0c9c346174bde4d101f4119fea7 | |
parent | a053c3493a0a92c25a4d4fc03619bf27356c3811 (diff) |
[README] Add thumbnail to _TEST example
While it's not mandatory, extractors are highly encouraged to provide a thumbnail field.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |