aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-12-02 01:25:28 +0800
committerJesús <heckyel@hyperbola.info>2022-12-02 01:25:28 +0800
commit7dbb4185287ef2e8e57126ef19c7ceb0b81307ae (patch)
treeb43a7a0af7e7e363120576ec940c2693051cca27
parente1091b9905c4cdcccf2ee130eb1d1b9532b70fff (diff)
downloadhypervideo-pre-7dbb4185287ef2e8e57126ef19c7ceb0b81307ae.tar.lz
hypervideo-pre-7dbb4185287ef2e8e57126ef19c7ceb0b81307ae.tar.xz
hypervideo-pre-7dbb4185287ef2e8e57126ef19c7ceb0b81307ae.zip
fix missing workaround_optparse_bug9161
-rw-r--r--yt_dlp/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/__init__.py b/yt_dlp/__init__.py
index 0c68f8571..1016e3136 100644
--- a/yt_dlp/__init__.py
+++ b/yt_dlp/__init__.py
@@ -10,7 +10,7 @@ import os
import re
import sys
-from .compat import compat_shlex_quote
+from .compat import compat_shlex_quote, workaround_optparse_bug9161
from .cookies import SUPPORTED_BROWSERS, SUPPORTED_KEYRINGS
from .downloader import FileDownloader
from .downloader.external import get_external_downloader