mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-11 05:14:47 +00:00
Improve 5736d79172
This commit is contained in:
@@ -762,7 +762,7 @@ def sanitized_Request(url, *args, **kwargs):
|
||||
|
||||
|
||||
def expand_path(s):
|
||||
"""Expand shell variables and ~"""
|
||||
"""Expand $ shell variables and ~"""
|
||||
return os.path.expandvars(compat_expanduser(s))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user