mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-12-12 17:12:43 +01:00
[compat] Use compat_open()
This commit is contained in:
@@ -7,6 +7,7 @@ import subprocess
|
||||
import tempfile
|
||||
|
||||
from ..compat import (
|
||||
compat_open as open,
|
||||
compat_urlparse,
|
||||
compat_kwargs,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user