aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-02-17 19:10:12 +0700
committerSergey M․ <dstftw@gmail.com>2018-02-17 19:11:46 +0700
commit073cca3df8595be52463be9f3da81f1f2b736e9c (patch)
tree99736709f105feafc0aec9901d2512589061dae2
parentf66df20ccd1092e8b1ac4c22982238a2e9fcb657 (diff)
downloadyoutube-dl-073cca3df8595be52463be9f3da81f1f2b736e9c.tar.xz
[downloader/common] Add whitespace
-rw-r--r--youtube_dl/downloader/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/downloader/common.py b/youtube_dl/downloader/common.py
index a7f62ae53..cc16bbb83 100644
--- a/youtube_dl/downloader/common.py
+++ b/youtube_dl/downloader/common.py
@@ -49,7 +49,7 @@ class FileDownloader(object):
external_downloader_args: A list of additional command-line arguments for the
external downloader.
hls_use_mpegts: Use the mpegts container for HLS videos.
- http_chunk_size: Size of a chunk for chunk-based HTTP downloading.May be
+ http_chunk_size: Size of a chunk for chunk-based HTTP downloading. May be
useful for bypassing bandwidth throttling imposed by
a webserver (experimental)