mirror of https://github.com/yt-dlp/yt-dlp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d75201a873
When using ```py os.remove(encodeFilename(filename)) os.rename(encodeFilename(temp_filename), encodeFilename(filename)) ``` the `os.remove` need not be atomic and so can be executed arbitrarily compared to the immediately following rename call. It is better to use `os.replace` instead Authored by: paulwrubel |
3 years ago | |
---|---|---|
.. | ||
downloader | 3 years ago | |
extractor | 3 years ago | |
postprocessor | 3 years ago | |
YoutubeDL.py | 3 years ago | |
__init__.py | 3 years ago | |
__main__.py | 3 years ago | |
aes.py | 4 years ago | |
cache.py | 4 years ago | |
compat.py | 3 years ago | |
cookies.py | 3 years ago | |
jsinterp.py | 4 years ago | |
options.py | 3 years ago | |
socks.py | 4 years ago | |
swfinterp.py.disabled | 3 years ago | |
update.py | 3 years ago | |
utils.py | 3 years ago | |
version.py | 3 years ago | |
webvtt.py | 3 years ago |