logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 073cca3df8595be52463be9f3da81f1f2b736e9c
parent f66df20ccd1092e8b1ac4c22982238a2e9fcb657
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 17 Feb 2018 19:10:12 +0700

[downloader/common] Add whitespace

Diffstat:

Myoutube_dl/downloader/common.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)