aboutsummaryrefslogtreecommitdiffhomepage
path: root/downloader.lisp
AgeCommit message (Collapse)Author
2023-02-17Add: --format-sort --prefer-free-formats instead of --audio-formatGrant Shangreaux
Turns out --audio-format is related to the -x flag which converts media after it has been downloaded. Instead, prefer using the FORMAT SELECTION features of youtube-dl to set the preferred media types when downloading. The specific change is tied primarily to sites that may offer multiple audio format downloads and will prefer free formats over others. This is to work around the issue where HTML5 media containers can not play (all?) m4a tracks because of the non-free format being unsupported (in firefox at least).
2023-02-15Add: explicit --audio-format opus to youtube-dl commandGrant Shangreaux
certain codecs aren't supported by HTML5 media, at least in Firefox. specifically, m4a tracks were unplayable even though they would download just fine. this will ask the downloader to convert them to opus on download
2022-11-02Modify: downloder will only download the first track of playlistsColin Okay
2022-10-25Refactor: getting track-specific title when availableColin Okay
2022-10-25Add: download and play tracksColin Okay
2022-10-24Modify: trackinfoColin Okay
2022-10-24Fix: bad name in destructuring deserialized JSONColin Okay
2022-10-24Add: downloader.lispColin Okay