code/__HELPERS/web_sound.dm 
| /datum/web_sound_info | Metadata about a web sound resolved through yt-dlp. |
|---|---|
| /datum/web_sound_download | Result of downloading a web sound through yt-dlp. |
| YTDL_COMMON_ARGS | Shared yt-dlp flags for both metadata lookup and downloading. |
| /proc/get_web_sound_info | Resolves metadata for a web sound without downloading it. |
| /proc/download_web_sound | Downloads a web sound into the songs cache. |
Define Details
YTDL_COMMON_ARGS 
Shared yt-dlp flags for both metadata lookup and downloading.