Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server/opensubtitles: init search_name | sinanmohd | 2024-03-04 | 1 | -0/+65 |
| | |||||
* | lib/curl: retire retries | sinanmohd | 2024-03-04 | 1 | -4/+3 |
| | | | | it was mainly used for subscene, which is also retired | ||||
* | mpv: respect slang var | sinanmohd | 2024-03-04 | 1 | -115/+10 |
| | |||||
* | treewide: / -> . | sinanmohd | 2023-12-12 | 1 | -3/+3 |
| | |||||
* | server/opensubtitles: more error logs | sinanmohd | 2023-10-08 | 1 | -1/+5 |
| | |||||
* | server/opensubtitles/search_ohash: use the new fuzzy search algorithm | sinanmohd | 2023-10-08 | 1 | -27/+19 |
| | |||||
* | server/opensubtitles: init search_filesize | sinanmohd | 2023-10-08 | 1 | -4/+86 |
| | |||||
* | lib/util: init file_exists | sinanmohd | 2023-10-07 | 1 | -3/+8 |
| | |||||
* | lib/curl: move retry logic to curl from server | sinanmohd | 2023-10-04 | 1 | -8/+4 |
| | |||||
* | repo: refactor error logging | sinanmohd | 2023-10-02 | 1 | -0/+4 |
| | |||||
* | lib/curl: curl.zip_to_local_file -> zip_link_to_file | sinanmohd | 2023-10-02 | 1 | -1/+1 |
| | |||||
* | lib/curl: preserve nil value of hcode | sinanmohd | 2023-10-02 | 1 | -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_file | sinanmohd | 2023-10-01 | 1 | -20/+1 |
| | |||||
* | server: init opensubtitles | sinanmohd | 2023-10-01 | 1 | -0/+169 |