mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
Typo in suggestion
This commit is contained in:
parent
d0915ce1ea
commit
a43e1de98c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue