projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bc77c8
)
[README] Clarify test's md5 filesize (#3846)
author
Sergey M․
<dstftw@gmail.com>
Sun, 28 Sep 2014 15:10:20 +0000
(22:10 +0700)
committer
Sergey M
<dstftw@gmail.com>
Sun, 28 Sep 2014 15:10:20 +0000
(22:10 +0700)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 5e0d07997be0a59aee57f15e8c47b88bc0d86d39..0f7442906f28ebf9901e6ebc594da64febef95c8 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-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 10
KiB of the video file
',
+ 'md5': 'TODO: md5 sum of the first 10
241 bytes of the video file (use --test)
',
'info_dict': {
'id': '42',
'ext': 'mp4',