aboutsummaryrefslogtreecommitdiffhomepage
path: root/downloader.lisp
AgeCommit message (Collapse)Author
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