summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-09-28 22:10:20 +0700
committerSergey M <dstftw@gmail.com>2014-09-28 22:10:20 +0700
commit7f5c0c4a19cf72b6ede80ee0fea4611d8bd45010 (patch)
tree44f3258f47de4ce297efdb9365a4ac6b258c597f
parent4bc77c8417ca0340d09dcebb311d06aa7d5ba0ac (diff)
downloadyoutube-dl-7f5c0c4a19cf72b6ede80ee0fea4611d8bd45010.tar.gz
youtube-dl-7f5c0c4a19cf72b6ede80ee0fea4611d8bd45010.tar.xz
youtube-dl-7f5c0c4a19cf72b6ede80ee0fea4611d8bd45010.zip
[README] Clarify test's md5 filesize (#3846)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e0d07997..0f7442906 100644
--- 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 10KiB of the video file',
+            'md5': 'TODO: md5 sum of the first 10241 bytes of the video file (use --test)',
             'info_dict': {
                 'id': '42',
                 'ext': 'mp4',