{"id":23024228,"url":"https://github.com/klimentlagrangiewicz/scld","last_synced_at":"2025-04-02T19:40:21.115Z","repository":{"id":253698722,"uuid":"843564008","full_name":"KlimentLagrangiewicz/scld","owner":"KlimentLagrangiewicz","description":"Simple command-line downloader","archived":false,"fork":false,"pushed_at":"2025-02-27T09:58:51.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T13:46:46.896Z","etag":null,"topics":["tbb"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KlimentLagrangiewicz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-16T19:50:42.000Z","updated_at":"2025-02-27T10:22:41.000Z","dependencies_parsed_at":"2025-01-01T20:29:06.850Z","dependency_job_id":"5980ea63-4942-431b-ba0c-582635897288","html_url":"https://github.com/KlimentLagrangiewicz/scld","commit_stats":null,"previous_names":["klimentlagrangiewicz/scld"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2Fscld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2Fscld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2Fscld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2Fscld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KlimentLagrangiewicz","download_url":"https://codeload.github.com/KlimentLagrangiewicz/scld/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246882712,"owners_count":20849292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tbb"],"created_at":"2024-12-15T13:17:01.756Z","updated_at":"2025-04-02T19:40:21.093Z","avatar_url":"https://github.com/KlimentLagrangiewicz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scld\nSimple command-line downloader\n\n## About application\nSimple command-line downloader (scld) is elementary command line application based on [curl](https://github.com/curl/curl) for downloading:\n + homogeneous files from URLs with format like: `URL`k.fmt, `URL`(k+1).fmt, `URL`(k+2).fmt, `URL`..., `URL`(N-1).fmt, `URL`N.fmt;  \n + from a file contained the addresses of the files line by line;  \n + directly file by providing a full address.\n\n## Options\n + `-r` or `--range` after that option specify arguments: part of URL, file format, first and last indexes;  \n + `-t` or `--txt` after that option specify arguments: file name with full URLs written line by line;  \n + `-f` or `--file` after that option specify full URL to downloading file;  \n + `-h` or `--help` display main information about the software and specific types of command line options.\n\n## Clone and build\nFor build project from sources you must install g++ and curl.  \nFor OS based on Debian you may do that with APT:  \n```\nsudo apt-get install gcc g++ libcurl4-openssl-dev git make libtbb-dev\n```\nIf you use Windows OS you may do that with [msys2](https://www.msys2.org/):  \n```\npacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-curl git make mingw-w64-x86_64-tbb\n```\nCloning project and changing current directory:  \n```\ngit clone https://github.com/KlimentLagrangiewicz/scld\ncd scld\n```\nBuilding from source (Linux):  \n```\nmake\n```\nBuilding from source (Windows):  \n```\nmake windows\n```\nIf building was ok, you can find executable file in `bin` subdirectory.  \n\n## Examples\n```\nscld -r https://www.mangaread.org/wp-content/uploads/WP-manga/data/manga_60b4a21e01c9b/11e6c5d005eb13e15cc7a6ff7dfba10b/ jpeg 3 17\n```\n```\nscld -f https://cs13.pikabu.ru/video/2024/08/12/1723441171223051126_a85d8f65_720x720.webm\n```\n\n### TODO list:\n- [ ] Improving handling of command line arguments;\n- [ ] Replacing curl with boost.asio in the project;\n- [ ] Adding new options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklimentlagrangiewicz%2Fscld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklimentlagrangiewicz%2Fscld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklimentlagrangiewicz%2Fscld/lists"}