aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* lib/curl: retire retriessinanmohd2024-03-041-13/+6
| | | | it was mainly used for subscene, which is also retired
* mpv: respect slang varsinanmohd2024-03-041-0/+202
|
* lib/util: clean upsinanmohd2023-12-121-34/+34
|
* treewide: / -> .sinanmohd2023-12-122-2/+2
|
* server/opensubtitles/search_ohash: use the new fuzzy search algorithmsinanmohd2023-10-081-8/+14
|
* server/opensubtitles: init search_filesizesinanmohd2023-10-082-0/+243
|
* lib/util: init file_existssinanmohd2023-10-071-0/+5
|
* 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
|
* repo: os.execute/io.popen -> util.runsinanmohd2023-10-021-41/+41
|
* 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/util/run: more error checkingsinanmohd2023-10-021-3/+5
|
* lib/util: init array_mergesinanmohd2023-10-021-0/+16
|
* lib/uril/table_merge: dont modify arg tablesinanmohd2023-10-021-2/+6
|
* lib/util: init runsinanmohd2023-10-021-0/+35
|
* 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/util: string_rm_vid_ext -> string_vid_path_to_namesinanmohd2023-10-011-2/+3
|
* lib/util: init opensubtitle_hashsinanmohd2023-10-011-0/+50
|
* util: init error loggingsinanmohd2023-10-011-0/+10
|
* mpv: initsinanmohd2023-10-011-1/+1
|
* lib/curl: clean upsinanmohd2023-09-301-2/+2
|
* repo: initsinanmohd2023-09-302-0/+111