youtube-dl/youtube_dl
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 [postprocessor/embedthumbnail] Fix issues (closes #25717) 2020-09-14 03:28:31 +07:00
__init__.py
__main__.py
aes.py
cache.py
compat.py Fix typos (#27084) 2020-11-21 22:00:05 +07:00
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