mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-07-24 04:14:16 +09:00
Merge 7ed838e6a7c6a37e25f238360d94bd9617801390 into 00ef748cc0e35ee60efd0f7a00e373ab8d1af86b
This commit is contained in:
commit
761fb56f40
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user