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.
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 |
4 years ago | |
|---|---|---|
| .. | ||
| __init__.py | 4 years ago | |
| common.py | 4 years ago | |
| embedthumbnail.py | 4 years ago | |
| exec.py | 4 years ago | |
| ffmpeg.py | 4 years ago | |
| metadataparser.py | 4 years ago | |
| movefilesafterdownload.py | 5 years ago | |
| sponskrub.py | 4 years ago | |
| xattrpp.py | 5 years ago | |