chore: update public repo

This commit is contained in:
desu-bot 2025-09-14 21:52:13 +00:00
parent 728699b3ec
commit 96ca247fcb
No known key found for this signature in database
6 changed files with 261 additions and 133 deletions

View file

@ -10,7 +10,7 @@ import { $, ProcessOutput, question } from 'zx'
import { downloadFile, ffetch as ffetchBase } from '../../utils/fetch.ts'
import { sanitizeFilename } from '../../utils/fs.ts'
import { chunks, getEnv } from '../../utils/misc.ts'
import { generateOpusImageBlob } from '../../utils/opus.ts'
import { generateOpusImageBlob } from '../../utils/media-metadata.ts'
const ffetchApi = ffetchBase.extend({
baseUrl: 'https://api-v2.soundcloud.com',