Bump required yt-dlp version for changes in #1520.

This commit is contained in:
auouymous 2023-06-30 16:18:54 -06:00
parent d575449af2
commit fccea8a6d9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from collections.abc import Iterable
try:
import yt_dlp as youtube_dl
program_name = 'yt-dlp'
want_ytdl_version = '2023.02.17'
want_ytdl_version = '2023.06.22'
except:
import youtube_dl
program_name = 'youtube-dl'