mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-23 06:35:51 -07:00
Apply suggestions from code review
This commit is contained in:
parent
cbbc8b9fe0
commit
15b7c5091a
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class Aria2pFD(ExternalFD):
|
|||
try:
|
||||
import aria2p
|
||||
__avail = True
|
||||
except ModuleNotFoundError:
|
||||
except ImportError:
|
||||
__avail = False
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue