{"id":15735706,"url":"https://github.com/simonrw/youtube-queuer","last_synced_at":"2025-03-31T04:14:54.982Z","repository":{"id":52704340,"uuid":"133493451","full_name":"simonrw/youtube-queuer","owner":"simonrw","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-20T17:39:06.000Z","size":68,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T08:45:15.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonrw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-15T09:33:11.000Z","updated_at":"2018-05-15T15:58:32.000Z","dependencies_parsed_at":"2022-08-22T07:01:19.698Z","dependency_job_id":null,"html_url":"https://github.com/simonrw/youtube-queuer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fyoutube-queuer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fyoutube-queuer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fyoutube-queuer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fyoutube-queuer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonrw","download_url":"https://codeload.github.com/simonrw/youtube-queuer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413237,"owners_count":20773053,"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":[],"created_at":"2024-10-04T01:14:46.074Z","updated_at":"2025-03-31T04:14:54.968Z","avatar_url":"https://github.com/simonrw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Youtube-queuer\n\nDownload lots of videos using `youtube-dl`, but allow queueing them up.\n\n## Usage\n\n```sh\n$ ytq add 'https://www.youtube.com/watch?v=mxlpQMJt8XA' -o /tmp\n```\n\n```sh\n$ ytq add 'https://www.youtube.com/watch?v=atoqchvXkSU' -o /tmp\n```\n\n```sh\n$ ytq list\n1. Factorio: Entry Level to Megabase Ep 40: ROBOT FEEDING FRENZY - Tutorial Series Gameplay\n```\n\n```sh\n$ ytq delete 1\nStopping download for \"Factorio: Entry Level to Megabase Ep 40: ROBOT FEEDING FRENZY - Tutorial Series Gameplay\"\n```\n\n## Implementation\n\n* `ytq` binary with CLI\n* `ytq-worker` binary which performs actual download\n* `ytqd` webserver handling communication\n* `sqlite3` database handling state\n* Communication over HTTP/JSON\n\n### Request cycle\n\n#### Workers\n\nWorkers request new data from `ytqd` by accessing the url:\n`GET /worker/next`. This returns the correct arguments for the next command.\n\n#### CLI\n\nThe CLI inserts a new set of arguments with:\n\n`POST /cli/new` and the body contains the required info\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrw%2Fyoutube-queuer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonrw%2Fyoutube-queuer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrw%2Fyoutube-queuer/lists"}