Closed corwin-of-amber closed 1 month ago
Following up on this: https://github.com/distubejs/ytdl-core/blob/ba9b3e92042ceccc10b0874a5fdc866f7ed90c09/lib/info.js#L211
Slightly refactored getInfo to reduce duplication. The treatment of iOS, Android, and Web clients is slightly unified. Also, added the "Web Creator" client, inspired by the defaults in https://github.com/yt-dlp/yt-dlp.
getInfo
Following up on this: https://github.com/distubejs/ytdl-core/blob/ba9b3e92042ceccc10b0874a5fdc866f7ed90c09/lib/info.js#L211
Slightly refactored
getInfo
to reduce duplication. The treatment of iOS, Android, and Web clients is slightly unified. Also, added the "Web Creator" client, inspired by the defaults in https://github.com/yt-dlp/yt-dlp.