{"id":13337794,"url":"https://github.com/Tairraos/TikDown","last_synced_at":"2025-03-11T07:31:36.294Z","repository":{"id":40343787,"uuid":"494960913","full_name":"Tairraos/TikDown","owner":"Tairraos","description":"TikTok/Douyin downloader (TikTok抖音无水印视频下载器)","archived":false,"fork":false,"pushed_at":"2022-09-20T16:34:04.000Z","size":6826,"stargazers_count":148,"open_issues_count":1,"forks_count":32,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-11-07T17:06:07.467Z","etag":null,"topics":["douyin","downloader","electron","javascript","tiktok"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Tairraos.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":"2022-05-22T04:45:24.000Z","updated_at":"2023-10-17T10:23:54.000Z","dependencies_parsed_at":"2022-08-09T17:41:17.456Z","dependency_job_id":null,"html_url":"https://github.com/Tairraos/TikDown","commit_stats":null,"previous_names":[],"tags_count":7,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tairraos%2FTikDown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tairraos%2FTikDown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tairraos%2FTikDown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tairraos%2FTikDown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tairraos","download_url":"https://codeload.github.com/Tairraos/TikDown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213069713,"owners_count":15532844,"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":["douyin","downloader","electron","javascript","tiktok"],"created_at":"2024-07-29T19:15:02.577Z","updated_at":"2024-10-23T16:31:34.606Z","avatar_url":"https://github.com/Tairraos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TikDown App [点这里查看中文说明](#中文说明)\n\nThis is a TikTok/Douyin downloader built with Electron. Download the video without watermark by pasting the share link in the clipboard.\n\n### Install\n- Download the Win/Mac installation package  \nhttps://github.com/Tairraos/TikDown/releases/latest\n- Or download the portable version to use directly, which is the package with \"portable\" in the name.\n- The application is only available for Mac and Win. If you want to use it under Linux, please clone this repository and build it yourself.\n- Install with brew\n```\nbrew tap Tairraos/tikdown \u0026\u0026 brew install --cask tikdown\n```\n- Use this command to check if new version is available\n```\nbrew livecheck tikdown\n```\n- The Homebrew tap is maintained here  \nhttps://github.com/Tairraos/homebrew-tikdown\n\n### Features\n![feature.en](readme/feature.en.svg)\n\n\n### Comments\n- ![Install Chrome App](readme/install%20chrome%20app.png)\n- The Chrome app version of TikTok/Douyin works very well. \n- Visit TikTok/Douyin site from Chrome (or any other Chromium based browser), and you will see installation icon on the right of the address bar. \n- If you are looking for a Python application, there is a tiny version of this app writen in Python, with only 100 lines code. [Go to Python Version](https://github.com/Tairraos/tiktok-downloader.py)\n\n\n### Screenshot\n- ![Normal UI](readme/ui.en.png)\n- ![Mini UI](readme/miniui.en.png)\n\n### Features will be implemented\n\n- Bug that List is cleared after closing the interface and opening it again.\n- Allow to pause, resume, cancel a downloading task.\n- Allow to cancel a task that has not been downloaded yet.\n- Allow user to select filename template\n- Allow user to save download log\n- Batch add download URLs, paste in multiple lines at once.\n- Remove the counter at the end of the download file name.\n- MAYBE: Batch downad all video of a user\n\n\n****************************************\n\n## 中文说明\n\n基于Electron构建的 TikTok/抖音 下载器。通过粘帖剪贴板里的分享链接下载无水印的视频。\n\n### 安装\n- 下载 Win/Mac 安装包：  \nhttps://github.com/Tairraos/TikDown/releases/latest\n- 也可以下载便携版直接使用，即文件名里带 \"portable\" 字样的。\n- 仅提供 Mac 和 Win 的 App，如果你需要在 Linux 下使用，请自己克隆仓库编译。\n- 或使用brew安装：\n```\nbrew tap Tairraos/tikdown \u0026\u0026 brew install --cask tikdown\n```\n- 用这个命令检测是否有新版本。\n```\nbrew livecheck tikdown\n```\n- Homebrew tap在这里维护：  \nhttps://github.com/Tairraos/homebrew-tikdown\n\n### 功能\n![feature.cn](readme/feature.cn.svg)\n\n\n### 备注\n- ![Install Chrome App](readme/install%20chrome%20app.png)\n- Chrome app版本的TikTok/Douyin很好用.\n- 用Chrome访问TikTok/Douyin网站，在地址栏最右侧有安装图标。\n- 如果你在找 Python App, 我有一个100行代码的Pythont版本。 [跳转到Python版本](https://github.com/Tairraos/tiktok-downloader.py)\n\n\n### 截图\n- ![普通界面](readme/ui.cn.png)\n- ![迷你界面](readme/miniui.cn.png)\n\n### 将会在后续版本中实现的功能\n- BUG: 关闭界面后再打开List被清空。\n- 允许暂停，继续，取消一个正在下载的任务。\n- 允许取消还未下载的任务。\n- 允许用户选择保存的文件名模板。\n- 允许用户保存下载日志\n- 批量添加下载URL，一次粘帖入多行。\n- 移除下载文件名尾部的计数器。\n- 可能会做：批量下载某帐号下的所有视频。\n\n****************************************\n\u003cdetails\u003e\u003csummary\u003eReference \u0026 Thanks 参考及鸣谢\u003c/summary\u003e\n\n- UI Design / UI设计: [MasterGo](https://mastergo.com/file/64638217599752)\n- API Information / API 信息: [Github Repo](https://github.com/Evil0ctal/Douyin_TikTok_Download_API)\n- background material / 安装程序背景: [TikTok background vector created by BiZkettE1](https://www.freepik.com/vectors/tiktok-background)\n- arraw material / 箭头素材： [Trajectory vector created by freepik](https://www.freepik.com/vectors/trajectory)\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTairraos%2FTikDown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTairraos%2FTikDown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTairraos%2FTikDown/lists"}