diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-01-08 20:58:43 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-01-08 20:58:43 +0700 |
commit | e7ea724cb9cca344b4f486231f12a76918df80ee (patch) | |
tree | 643ab8b589849c85a60471c2ae07f2877b981f36 /CONTRIBUTING.md | |
parent | e60166020b58c74f538dbbb1b9d27aaf28abc41e (diff) |
release 2017.01.082017.01.08
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f50f52841..d606eab0e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,7 +124,7 @@ After you have ensured this site is distributing its content legally, you can fo 'id': '42', 'ext': 'mp4', 'title': 'Video title goes here', - 'thumbnail': 're:^https?://.*\.jpg$', + 'thumbnail': r're:^https?://.*\.jpg$', # TODO more properties, either as: # * A value # * MD5 checksum; start the string with md5: |