diff --git a/Sources/Firelink/MediaDownloadEngine.swift b/Sources/Firelink/MediaDownloadEngine.swift index b0977ac..a7a273e 100644 --- a/Sources/Firelink/MediaDownloadEngine.swift +++ b/Sources/Firelink/MediaDownloadEngine.swift @@ -44,6 +44,7 @@ final class MediaDownloadEngine: @unchecked Sendable { var arguments = [ "--newline", "--ffmpeg-location", ffmpegURL.path, + "--extractor-args", "youtube:player_client=ios,tv", "-o", item.destinationPath ]