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:
|
try:
|
||||||
import aria2p
|
import aria2p
|
||||||
__avail = True
|
__avail = True
|
||||||
except ModuleNotFoundError:
|
except ImportError:
|
||||||
__avail = False
|
__avail = False
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user