{"id":21569398,"url":"https://github.com/aweirddev/tvbox","last_synced_at":"2025-03-18T05:45:12.999Z","repository":{"id":220975341,"uuid":"753085098","full_name":"AWeirdDev/tvbox","owner":"AWeirdDev","description":"TVBox 數據源","archived":false,"fork":false,"pushed_at":"2024-02-06T04:55:46.000Z","size":125,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T12:32:29.482Z","etag":null,"topics":["python","taiwan","tvbox","tvboxosc"],"latest_commit_sha":null,"homepage":"https://flying-sponge-vocal.ngrok-free.app/docs","language":null,"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/AWeirdDev.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-02-05T12:48:50.000Z","updated_at":"2024-11-04T16:11:20.000Z","dependencies_parsed_at":"2024-02-05T14:28:39.276Z","dependency_job_id":"9cc32fd3-78b8-4129-accd-ddd8de4ced9d","html_url":"https://github.com/AWeirdDev/tvbox","commit_stats":null,"previous_names":["aweirdscratcher/tvbox","aweirddev/tvbox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWeirdDev%2Ftvbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWeirdDev%2Ftvbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWeirdDev%2Ftvbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWeirdDev%2Ftvbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AWeirdDev","download_url":"https://codeload.github.com/AWeirdDev/tvbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244166677,"owners_count":20409178,"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":["python","taiwan","tvbox","tvboxosc"],"created_at":"2024-11-24T11:09:24.853Z","updated_at":"2025-03-18T05:45:12.974Z","avatar_url":"https://github.com/AWeirdDev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"Taiwan Flag\"\n     src=\"https://github.com/AWeirdScratcher/tvbox/assets/90096971/1995d468-fee7-44c3-8bfb-298884d559eb\"\n     align=\"right\"\n     width=\"160\" /\u003e\n\n# 🍕 TVBox 數據源\n\n\u003e Last updated: 2024-02-06\n\u003e \n\u003e \u003ca href=\"https://github.com/o0HalfLife0o/TVBoxOSC/releases/tag/20240130-1747\" target=\"_blank\"\u003e🐣 TVBox\u003c/a\u003e • [@awdev](https://github.com/AWeirdScratcher)\n\n嘿，歡迎使用 TVBox 數據源 for Taiwan！\n\n這個專案主要使用 GitHub 和自己的伺服器，複製 JSON 或 TXT 連結即可使用此數據源。\n\n數據源：\n\n```\nhttps://raw.githubusercontent.com/AWeirdScratcher/tvbox/main/sources.json\n```\n\n直播連結（可選）：\n\n```\nhttps://flying-sponge-vocal.ngrok-free.app/tv-tw.txt\n```\n\n## 直播節目\n\n收錄了以下節目：\n\n- 新聞台\n  - TVBS新聞台\n  - 三立新聞台\n  - EBC東森新聞台\n  - EBC東森財經新聞\n  - 台視新聞台\n  - CTV中視新聞台\n  - 寰宇新聞台\n- 音樂頻道\n  - Lofi-Radio\n  - Synthwave-Radio\n \n節目直播來源為 YouTube，且已經經過處理可供隨時播放。\n\n參見「致開發者」以了解更多。\n\n## 致開發者 \u003ckbd\u003e\\\u003c /\u003e\u003c/kbd\u003e\n\n如果需要自訂 `lives`，可以使用下列 config：\n\n```jsonc\n// ...\n  \"lives\": [\n          {\n              \"name\": \"Live\",\n              \"url\": \"https://flying-sponge-vocal.ngrok-free.app/tv-tw.txt\", // YouTube 直播自動更新 API\n              \"type\": 0,\n              \"logo\": \"https://raw.githubusercontent.com/AWeirdScratcher/tvbox/main/logos/{name}.png\",\n              \"ua\": \"Bot TvBox\", // User-Agent\n              \"epg\": \"https://flying-sponge-vocal.ngrok-free.app/epg?channel={name}\u0026date={date}\" // 節目表\n          }\n  ],\n// ...\n```\n\n### tv-tw.txt 是如何運作的？ \u003ckbd\u003e\\\u003c /\u003e\u003c/kbd\u003e\n\nYouTube 的直播影片檔每經過一段時間便會自動刪除 (auto expires)，因此伺服器每經過 5 分鐘便會重新生成一個連結，並產生新的 `tv-tw.txt` 檔。\n\n詳情請參見 [yt-dlp](https://pypi.org/project/yt-dlp)。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faweirddev%2Ftvbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faweirddev%2Ftvbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faweirddev%2Ftvbox/lists"}