2
0
Philipp Hagemeister 10 жил өмнө
parent
commit
4fe8495a23

+ 1 - 1
youtube_dl/extractor/viddler.py

@@ -6,7 +6,7 @@ from ..utils import (
     int_or_none,
 )
 from ..compat import (
-   compat_urllib_request
+    compat_urllib_request
 )