mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-07-27 22:04:15 +09:00
Typo in suggestion
This commit is contained in:
parent
d0915ce1ea
commit
a43e1de98c
@ -255,7 +255,7 @@ class Aria2pFD(ExternalFD):
|
|||||||
download = aria2.add_uris([info_dict['url']], options)
|
download = aria2.add_uris([info_dict['url']], options)
|
||||||
status = {
|
status = {
|
||||||
'status': 'downloading',
|
'status': 'downloading',
|
||||||
'filename': self._filename,
|
'filename': self.__filename,
|
||||||
'tmpfilename': tmpfilename,
|
'tmpfilename': tmpfilename,
|
||||||
}
|
}
|
||||||
started = time.time()
|
started = time.time()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user