{"id":34858313,"url":"https://github.com/eyeblech/tera-dl","last_synced_at":"2026-05-25T15:01:37.022Z","repository":{"id":328613009,"uuid":"1116088678","full_name":"eyeblech/tera-dl","owner":"eyeblech","description":"minimal CLI downloader for Terabox files. Fetches direct links, supports resume, progress bars, retries, and proxy fallbacks. No bloat—just run and download.","archived":false,"fork":false,"pushed_at":"2025-12-14T09:02:41.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-16T13:14:55.601Z","etag":null,"topics":["downloader","python","python-script","script","terabox","terabox-downloader","video-download-tool"],"latest_commit_sha":null,"homepage":"","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/eyeblech.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-14T07:03:23.000Z","updated_at":"2025-12-14T09:02:45.000Z","dependencies_parsed_at":"2025-12-16T16:00:38.438Z","dependency_job_id":null,"html_url":"https://github.com/eyeblech/tera-dl","commit_stats":null,"previous_names":["eyeblech/tera-dl"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/eyeblech/tera-dl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Ftera-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Ftera-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Ftera-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Ftera-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyeblech","download_url":"https://codeload.github.com/eyeblech/tera-dl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Ftera-dl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28037284,"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-12-25T02:00:05.988Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["downloader","python","python-script","script","terabox","terabox-downloader","video-download-tool"],"created_at":"2025-12-25T20:34:43.376Z","updated_at":"2025-12-25T20:34:43.889Z","avatar_url":"https://github.com/eyeblech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tera-dl\n\nA minimal CLI downloader for Terabox files. Fetches direct links, supports resume, progress bars, retries, and proxy fallbacks.\n\n## Features\n- Resumable downloads with ETA/speed tracking.\n- Auto-retries on timeouts (3x with backoff).\n- Proxy option for stability.\n- Colored, clean output with CLI tips.\n\n## Setup\nTo authenticate with Terabox, you need the `ndus` cookie. Edit the script after getting it.\n\n1. **Install Cookie Editor**:\n   - Chrome: [Cookie-Editor Extension](https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm)\n   - Firefox: [Cookie-Editor Add-on](https://addons.mozilla.org/en-US/firefox/addon/cookie-editor/)\n   - Install and restart your browser.\n\n2. **Get `ndus` Cookie**:\n   - Open [1024terabox.com](https://1024terabox.com) in your browser.\n   - Log in if needed (for private shares).\n   - Click the Cookie Editor icon → View all cookies → Find `ndus` → Copy its value (e.g., `YSj9BCeteHuiXfBtS...........`).\n\n3. **Edit Script**:\n   - Open `tera-dl.py`.\n   - Find line {24} : `COOKIES = \"ndus=YourValueHere\"`\n   - Replace with: `COOKIES = \"ndus=YOUR_COPIED_VALUE\"`\n   - Save.\n\n## Install\n```bash\ngit clone https://github.com/eyeblech/tera-dl.git\ncd tera-dl\npip install tqdm requests\n```\n\n## Usage\n```bash\npython tera-dl.py https://1024terabox.com/s/1ABC1.....\n```\n- Enter for direct download (default).\n- `1` for proxy.\n\n**Sample Output**:\n```\nFetching direct download link...\n\n══════════════════════════════════════════════════════════════════════\nFile Name: video.mp4 | Size: 310 MB | Fetched: 2030-12-14 10:30\n──────────────────────────────────────────────────────────────────────\nDirect: https://d.1024terabox.com/file/...? (copy-paste ready)\nProxy: https://terabox.ashlynn.workers.dev/proxy?...\n\nCLI: aria2c --continue=true \"direct-link\" | wget -c -O \"video.mp4\" \"direct-link\"\n══════════════════════════════════════════════════════════════════════\n\nWhat next? 0 (Enter) - Direct | 1 - Proxy\nEnter choice [0]: \n```\n\nDownload starts with progress bar; resumes if interrupted.\n\n## Acknowledgments\nHuge thanks to [@Itz-Ashlynn](https://github.com/Itz-Ashlynn) for [Terabox-Web](https://github.com/Itz-Ashlynn/Terabox-Web)—the API that makes this all possible. Star the repo if it helps! 🌟\n\n## License\nMIT—see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyeblech%2Ftera-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyeblech%2Ftera-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyeblech%2Ftera-dl/lists"}