summaryrefslogtreecommitdiff
path: root/src/extractors/haokan.c
AgeCommit message (Collapse)AuthorFilesLines
2024-03-02tree-wide: use FREE_AND_NULLIFY macro and reformat codeMole Shang1-2/+2
Jeez idk why i forgot the pass-by-value feature, so the original version never gets the pointer nullified. Fix it by using our favourite C-style macro.
2024-03-01tree-wide: fix uaf bugsMole Shang1-2/+2
2023-08-09tree-wide: pass pointer-to-pointer to correctly free pointersMole Shang1-2/+2
2023-08-09process_url: set referer in the separate functionMole Shang1-1/+2
2023-08-09process_url: expose some new functions to be control cookies and refererMole Shang1-1/+1
2023-08-09extractors/haokan: catch get errorsMole Shang1-29/+30
2023-08-08extractors: support haokan videosMole Shang1-0/+46