kewlbear / YoutubeDL

An iOS app using youtube-dl Python module with PythonKit Swift package
MIT License
210 stars 36 forks source link

Support all flags #8

Open upintheairsheep opened 2 years ago

upintheairsheep commented 2 years ago

Can you support all/most the flags from here https://github.com/yt-dlp/yt-dlp#usage-and-options ? I mostly want to download metadata like thumbnails, comments, descriptions, captions, live chat, auto generated subtitles, info, etc.

kewlbear commented 2 years ago

You can change https://github.com/kewlbear/YoutubeDL-iOS/blob/811ea597014bc483f44737a1d80c54d0896c36b0/Sources/YoutubeDL/YoutubeDL.swift#L94. But some flags may depend on external dependencies not available in the app.