This website requires JavaScript.
Explore
Help
Sign In
xZero707
/
youtube-dl
Watch
1
Star
0
Fork
0
You've already forked youtube-dl
mirror of
https://github.com/ytdl-org/youtube-dl.git
synced
2025-03-14 01:08:13 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
youtube-dl
/
youtube_dl
History
jakeogh
8230a3575e
modify sanitize_open() to use locked_file(), preventing silent corruption when a second youtube-dl instance is attempting to write the same file. There is still a corner case, if a .part file is being used (--no-part is not enabled), in that the .part file is closed before it's renamed to remove the .part, in that window, another process could modify the .part file before it's renamed. Using --no-part prevents this corner case.
2020-12-19 10:21:58 -07:00
..
downloader
[downloader/hls] delegate manifests with media initialization to ffmpeg
2020-12-13 12:40:10 +01:00
extractor
[generic] Improve RSS age limit extraction
2020-12-19 23:24:52 +07:00
postprocessor
…
__init__.py
…
__main__.py
…
aes.py
…
cache.py
…
compat.py
…
jsinterp.py
…
options.py
[smotri] Remove extractor (
#27358
)
2020-12-10 02:01:23 +07:00
socks.py
…
swfinterp.py
…
update.py
…
utils.py
modify sanitize_open() to use locked_file(), preventing silent corruption when a second youtube-dl instance is attempting to write the same file. There is still a corner case, if a .part file is being used (--no-part is not enabled), in that the .part file is closed before it's renamed to remove the .part, in that window, another process could modify the .part file before it's renamed. Using --no-part prevents this corner case.
2020-12-19 10:21:58 -07:00
version.py
release 2020.12.14
2020-12-14 00:57:11 +07:00
YoutubeDL.py
[YoutubeDL] Improve thumbnails' filenames deducing (
closes
#26010
) (
#27244
)
2020-12-12 03:12:31 +07:00