From 7ed838e6a7c6a37e25f238360d94bd9617801390 Mon Sep 17 00:00:00 2001 From: Code-xed Date: Sun, 21 Nov 2021 19:07:32 +0530 Subject: [PATCH] Update YoutubeDL.py minute changes --- youtube_dl/YoutubeDL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index fe30758ef..39d9c7805 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -116,7 +116,7 @@ if compat_os_name == 'nt': class YoutubeDL(object): """YoutubeDL class. - YoutubeDL objects are the ones responsible of downloading the + YoutubeDL objects are the ones responsible for downloading the actual video file and writing it to disk if the user has requested it, among some other tasks. In most cases there should be one per program. As, given a video URL, the downloader doesn't know how to