[compat] Use compat_open()

This commit is contained in:
dirkf 2023-07-25 00:17:15 +01:00 committed by GitHub Actions
parent 8f7703e21a
commit 323f2907bc

View File

@ -10,6 +10,8 @@ sys.path.insert(0, dirn(dirn(os.path.abspath(__file__))))
from utils import read_file
from youtube_dl.compat import compat_open as open
from youtube_dl.compat import compat_open as open
README_FILE = 'README.md'
helptext = sys.stdin.read()