1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-07-05 18:19:33 +00:00
youtube-dl/youtube_dl
alphapapa 0025da15cf Clarify that download rate is in bytes per second
I found f918ec7ea2 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.
2013-07-13 16:42:16 -05:00
..
extractor Strip hash info from URL when making requests (Fixes #1038) 2013-07-13 22:52:12 +02:00
__init__.py Clarify that download rate is in bytes per second 2013-07-13 16:42:16 -05:00
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 2013-04-11 08:02:17 +03:00
FileDownloader.py FileDownloader: fixed call to "report_error" of YoutubeDL 2013-06-26 16:32:47 +02:00
InfoExtractors.py Remove mentions of old InfoExtractors module 2013-06-23 22:42:59 +02:00
PostProcessor.py Remove useless headers 2013-06-23 20:35:50 +02:00
update.py [update] Add package manager to error message (#959) 2013-07-01 02:36:49 +02:00
utils.py Use determine_ext when saving the thumbnail 2013-07-12 22:08:49 +02:00
version.py release 2013.07.12 2013-07-11 23:54:34 +02:00
YoutubeDL.py Don't try to save the thumbnail if it's None 2013-07-12 22:11:59 +02:00