Merge 7ed838e6a7c6a37e25f238360d94bd9617801390 into 00ef748cc0e35ee60efd0f7a00e373ab8d1af86b

This commit is contained in:
Code-xed 2023-10-18 03:16:37 -03:00 committed by GitHub
commit 761fb56f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ if compat_os_name == 'nt':
class YoutubeDL(object): class YoutubeDL(object):
"""YoutubeDL class. """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 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 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 program. As, given a video URL, the downloader doesn't know how to