aboutsummaryrefslogtreecommitdiff
path: root/lib/curl.lua
Commit message (Collapse)AuthorAgeFilesLines
* lib/curl: retire retriessinanmohd2024-03-041-13/+6
| | | | it was mainly used for subscene, which is also retired
* treewide: / -> .sinanmohd2023-12-121-1/+1
|
* lib/curl: move retry logic to curl from serversinanmohd2023-10-041-15/+16
|
* repo: refactor error loggingsinanmohd2023-10-021-5/+10
|
* lib/curl: curl.zip_to_local_file -> zip_link_to_filesinanmohd2023-10-021-2/+2
|
* lib/curl: preserve nil value of hcodesinanmohd2023-10-021-1/+4
| | | | | | hcode is nil because curl was't able to fulfill the http request, either because curl package is broken or mpv killed it prematurely. we can exit out of retry loop early if hcode is nil since there's no point in retrying
* lib/curl: scode -> hcodesinanmohd2023-10-021-3/+3
|
* lib/curl: io.popen -> util.runsinanmohd2023-10-021-14/+22
|
* lib/curl: clean upsinanmohd2023-10-011-2/+2
|
* curl: sub_fetch -> curl.zip_to_local_filesinanmohd2023-10-011-0/+20
|
* server: init opensubtitlessinanmohd2023-10-011-2/+2
|
* lib/curl: clean upsinanmohd2023-09-301-2/+2
|
* repo: initsinanmohd2023-09-301-0/+39