Clarify that download rate is in bytes per second
authoralphapapa <adam@alphapapa.net>
Sat, 13 Jul 2013 21:42:16 +0000 (16:42 -0500)
committeralphapapa <adam@alphapapa.net>
Sat, 13 Jul 2013 21:42:16 +0000 (16:42 -0500)
commit0025da15cf310a58ee8f124e395bc1bd52fab5c8
treee68e5c4b367a475d235d04f181b5e6635230ff71
parentb9d3e1635fd2f5724452130bf2f05ea0112cd1ab
Clarify that download rate is in bytes per second

I found https://github.com/rg3/youtube-dl/commit/f918ec7ea29a37521d1fc22fb9f900283c5a2c49 but it is still not clear to anyone who hasn't read Issue #723 whether the limit is in bits or bytes.  This is doubly confusing because 1) ISPs usually advertise speeds in bits per second, and 2) lowercase "k" and "m" are often used in correlation with bits rather than bytes.
youtube_dl/__init__.py