{"id":29673702,"url":"https://github.com/itshenry35/tal_downloader","last_synced_at":"2025-07-22T22:07:30.396Z","repository":{"id":47111831,"uuid":"515868461","full_name":"itsHenry35/tal_downloader","owner":"itsHenry35","description":"一个用Python编写的乐读与学而思培优视频一键下载器~","archived":false,"fork":false,"pushed_at":"2025-07-11T13:32:38.000Z","size":70162,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T14:06:15.342Z","etag":null,"topics":["aria2c","ledu","python","python3","tkinter","tkinter-graphic-interface","tkinter-gui","tkinter-python"],"latest_commit_sha":null,"homepage":"https://itshenry35.github.io/ledu/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsHenry35.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2022-07-20T06:55:14.000Z","updated_at":"2025-07-11T13:12:11.000Z","dependencies_parsed_at":"2024-02-07T12:29:37.731Z","dependency_job_id":"315c74fd-fd98-4a2a-9b61-49469404320a","html_url":"https://github.com/itsHenry35/tal_downloader","commit_stats":null,"previous_names":["itshenry35/tal_downloader"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/itsHenry35/tal_downloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsHenry35%2Ftal_downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsHenry35%2Ftal_downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsHenry35%2Ftal_downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsHenry35%2Ftal_downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsHenry35","download_url":"https://codeload.github.com/itsHenry35/tal_downloader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsHenry35%2Ftal_downloader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266580709,"owners_count":23951270,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["aria2c","ledu","python","python3","tkinter","tkinter-graphic-interface","tkinter-gui","tkinter-python"],"created_at":"2025-07-22T22:07:29.675Z","updated_at":"2025-07-22T22:07:30.383Z","avatar_url":"https://github.com/itsHenry35.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 好未来课程下载器\n\n### 一个用 Go 编写的好未来平台（乐读/学而思培优）课程视频一键下载器\n\n支持直播课堂后的回放下载、录播课、扩展延伸课等。如果发现未支持的课程，请提交反馈。\n\n**登录方式：**账号密码登录 或 短信验证码登录\n\n使用教程详见程序截图。\n\n---\n\n## 截图\n\n### 登录页面\n\n![image-20250713235142772](https://cdn.itshenryz.com/image-20250713235142772.png)\n\n### 选择学员页面\n\n![image-20250713235219701](https://cdn.itshenryz.com/image-20250713235219701.png)\n\n### 选择要下载的课程页面\n\n![image-20250713235458197](https://cdn.itshenryz.com/image-20250713235458197.png)\n\n![image-20250713235524221](https://cdn.itshenryz.com/image-20250713235524221.png)\n\n### 下载页面\n\n![image-20250713235623931](https://cdn.itshenryz.com/image-20250713235623931.png)\n\n![image-20250714000309218](https://cdn.itshenryz.com/image-20250714000309218.png)\n\n---\n\n## 使用教程\n\n### 方法1：直接运行编译好的包（适用于普通用户）\n\n1. 根据你的系统，从 [Releases · itsHenry35/tal_downloader (github.com)](https://github.com/itsHenry35/tal_downloader/releases) 下载程序。\n\n   - 安卓设备：下载 Android 版本（优先 Arm64，若不兼容可选择 Arm）。\n   - 苹果电脑：MacOS 版本，英特尔处理器选 x86_64，M1/M2芯片选 Arm64。\n   - Linux 系统：下载对应 Linux 版本。\n\n2. 运行程序。\n\n### 方法2：从源码运行\n\n1. 提前安装 Go 1.20.14。\n2. 根据 [Fyne 官方教程](https://docs.fyne.io/started/) 配置 C 语言编译器。\n3. 克隆项目代码：\n   ```bash\n   git clone https://github.com/itsHenry35/tal_downloader.git\n\n4. 进入项目目录：\n\n   ```bash\n   cd tal_downloader\n   ```\n5. 运行程序：\n\n   ```bash\n   go run .\n   ```\n\n---\n\n\u003e **注意：**\n\u003e 此工具仅供学习交流使用，严禁用于商业用途，请于24小时内删除。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitshenry35%2Ftal_downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitshenry35%2Ftal_downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitshenry35%2Ftal_downloader/lists"}