mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 06:14:05 -07:00
Merge 7ed838e6a7
into 00ef748cc0
This commit is contained in:
commit
761fb56f40
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue