distubejs / ytdl-core

YouTube video downloader in javascript.
MIT License
206 stars 43 forks source link

Rearrangement of getInfo with multiple clients. #83

Open corwin-of-amber opened 1 month ago

corwin-of-amber commented 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.