]> jfr.im git - yt-dlp.git/commit - yt_dlp/utils/_utils.py
Do not prevent download if locking is unsupported
authorpukkandan <redacted>
Tue, 5 Apr 2022 17:38:18 +0000 (23:08 +0530)
committerpukkandan <redacted>
Tue, 5 Apr 2022 18:02:22 +0000 (23:32 +0530)
commit0edb3e336c7ebb6d52bf86eeb35fc9b44c7aba51
tree2f65da99909dbcd7cf732d711ac8a918674c1f63
parentce0593ef61a3da2ac296a8e791bbb0c6e356c05a
Do not prevent download if locking is unsupported

Closes #3022

Failure to lock download-archive is still fatal.
This is consistent with youtube-dl's behavior
yt_dlp/downloader/common.py
yt_dlp/utils.py