mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-07-27 13:54:14 +09:00
Apply suggestions from code review
This commit is contained in:
parent
cbbc8b9fe0
commit
15b7c5091a
@ -212,7 +212,7 @@ class Aria2pFD(ExternalFD):
|
||||
try:
|
||||
import aria2p
|
||||
__avail = True
|
||||
except ModuleNotFoundError:
|
||||
except ImportError:
|
||||
__avail = False
|
||||
|
||||
@classmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user