summaryrefslogtreecommitdiff
path: root/src/process_url.h
AgeCommit message (Collapse)AuthorFilesLines
2023-08-08process_url: change strings to be dynamic allocatedMole Shang1-1/+1
2023-08-08process_url: do not block ui thread on callbackMole Shang1-1/+1
2023-08-07hinata: support specifying cookies in curl_easyMole Shang1-1/+1
We use tomlc99 to parse strings. To use cookies for higher resolution video downloading, add a config.toml in the executable path. e.g. ```filename: config.toml cookie="SESSDATA=xxx; some_more_cookie=xxx" ```
2023-08-07utils: move to a separate folderMole Shang1-1/+1
2023-08-07extractors/bilibili: use ffmpeg to merge files once downloadedMole Shang1-2/+3
2023-08-06process_url: initial callback supportMole Shang1-2/+10
2023-08-06process_url: move constant macros to constants.hMole Shang1-3/+1
2023-08-05hinata: initial commitMole Shang1-0/+59