aboutsummaryrefslogtreecommitdiff
path: root/server/opensubtitles.lua
Commit message (Collapse)AuthorAgeFilesLines
* treewide: / -> .sinanmohd2023-12-121-3/+3
|
* server/opensubtitles: more error logssinanmohd2023-10-081-1/+5
|
* server/opensubtitles/search_ohash: use the new fuzzy search algorithmsinanmohd2023-10-081-27/+19
|
* server/opensubtitles: init search_filesizesinanmohd2023-10-081-4/+86
|
* lib/util: init file_existssinanmohd2023-10-071-3/+8
|
* lib/curl: move retry logic to curl from serversinanmohd2023-10-041-8/+4
|
* 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