Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repo: os.execute/io.popen -> util.run | sinanmohd | 2023-10-02 | 1 | -41/+41 |
| | |||||
* | lib/curl: preserve nil value of hcode | sinanmohd | 2023-10-02 | 1 | -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 -> hcode | sinanmohd | 2023-10-02 | 1 | -3/+3 |
| | |||||
* | lib/curl: io.popen -> util.run | sinanmohd | 2023-10-02 | 1 | -14/+22 |
| | |||||
* | lib/util/run: more error checking | sinanmohd | 2023-10-02 | 1 | -3/+5 |
| | |||||
* | lib/util: init array_merge | sinanmohd | 2023-10-02 | 1 | -0/+16 |
| | |||||
* | lib/uril/table_merge: dont modify arg table | sinanmohd | 2023-10-02 | 1 | -2/+6 |
| | |||||
* | lib/util: init run | sinanmohd | 2023-10-02 | 1 | -0/+35 |
| | |||||
* | lib/curl: clean up | sinanmohd | 2023-10-01 | 1 | -2/+2 |
| | |||||
* | curl: sub_fetch -> curl.zip_to_local_file | sinanmohd | 2023-10-01 | 1 | -0/+20 |
| | |||||
* | server: init opensubtitles | sinanmohd | 2023-10-01 | 1 | -2/+2 |
| | |||||
* | lib/util: string_rm_vid_ext -> string_vid_path_to_name | sinanmohd | 2023-10-01 | 1 | -2/+3 |
| | |||||
* | lib/util: init opensubtitle_hash | sinanmohd | 2023-10-01 | 1 | -0/+50 |
| | |||||
* | util: init error logging | sinanmohd | 2023-10-01 | 1 | -0/+10 |
| | |||||
* | mpv: init | sinanmohd | 2023-10-01 | 1 | -1/+1 |
| | |||||
* | lib/curl: clean up | sinanmohd | 2023-09-30 | 1 | -2/+2 |
| | |||||
* | repo: init | sinanmohd | 2023-09-30 | 2 | -0/+111 |