Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-08 | process_url: change strings to be dynamic allocated | Mole Shang | 1 | -1/+1 | |
2023-08-08 | process_url: do not block ui thread on callback | Mole Shang | 1 | -1/+1 | |
2023-08-07 | hinata: support specifying cookies in curl_easy | Mole Shang | 1 | -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-07 | utils: move to a separate folder | Mole Shang | 1 | -1/+1 | |
2023-08-07 | extractors/bilibili: use ffmpeg to merge files once downloaded | Mole Shang | 1 | -2/+3 | |
2023-08-06 | process_url: initial callback support | Mole Shang | 1 | -2/+10 | |
2023-08-06 | process_url: move constant macros to constants.h | Mole Shang | 1 | -3/+1 | |
2023-08-05 | hinata: initial commit | Mole Shang | 1 | -0/+59 | |