SS1984 - Modules - TypesDefine Details

code/__HELPERS/web_sound.dm

/datum/web_sound_infoMetadata about a web sound resolved through yt-dlp.
/datum/web_sound_downloadResult of downloading a web sound through yt-dlp.
YTDL_COMMON_ARGSShared yt-dlp flags for both metadata lookup and downloading.
/proc/get_web_sound_infoResolves metadata for a web sound without downloading it.
/proc/download_web_soundDownloads a web sound into the songs cache.

Define Details

YTDL_COMMON_ARGS

Shared yt-dlp flags for both metadata lookup and downloading.