mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
parent
2f97cc615b
commit
0b9c08b47b
3 changed files with 19 additions and 3 deletions
|
@ -7,11 +7,12 @@ import sys
|
|||
import traceback
|
||||
from zipimport import zipimporter
|
||||
|
||||
from .compat import compat_realpath
|
||||
from .compat import compat_realpath, functools
|
||||
from .utils import Popen, encode_compat_str, write_string
|
||||
from .version import __version__
|
||||
|
||||
|
||||
@functools.cache
|
||||
def detect_variant():
|
||||
if hasattr(sys, 'frozen'):
|
||||
prefix = 'mac' if sys.platform == 'darwin' else 'win'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue