summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-07process_url: add retries while downloadingMole Shang2-3/+11
2023-08-07extractors/bilibili: append page info in filename (if possible)Mole Shang1-3/+8
2023-08-07process_url: free malloc'd dataMole Shang1-3/+4
2023-08-07extractors/extractor: add missing headerMole Shang1-0/+1
2023-08-07ui: correct stat types' print formatMole Shang1-2/+3
2023-08-07utils: split type definition code into utils/typesMole Shang7-167/+182
2023-08-07utils: move to a separate folderMole Shang6-5/+5
2023-08-07extractors/bilibili: format logsMole Shang1-5/+5
2023-08-07extractors/bilibili: use ffmpeg to merge files once downloadedMole Shang6-40/+279
2023-08-06process_url: initial callback supportMole Shang4-17/+63
2023-08-06process_url: move constant macros to constants.hMole Shang3-4/+4
2023-08-06process_url: strip illegal characters in filenameMole Shang3-0/+22
2023-08-06bilibili: fix page matchingMole Shang1-1/+1
2023-08-06hinata: set locale to UTF-8 by defaultMole Shang1-0/+4
2023-08-06xmake: use llvm-win32 on windows buildsMole Shang1-0/+5
2023-08-06xmake: migrate from NFD to tinyfiledialogsMole Shang3-55/+31
2023-08-06xmake: add zlib dependency...Mole Shang1-1/+2
2023-08-05hinata: initial commitMole Shang19-0/+2335