aboutsummaryrefslogtreecommitdiff
path: root/server/opensubtitles.lua
Commit message (Collapse)AuthorAgeFilesLines
* repo: refactor error loggingsinanmohd2023-10-021-0/+4
|
* lib/curl: curl.zip_to_local_file -> zip_link_to_filesinanmohd2023-10-021-1/+1
|
* lib/curl: preserve nil value of hcodesinanmohd2023-10-021-1/+1
| | | | | | 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
* curl: sub_fetch -> curl.zip_to_local_filesinanmohd2023-10-011-20/+1
|
* server: init opensubtitlessinanmohd2023-10-011-0/+169