{"id":51217711,"url":"https://github.com/hostinger-bot/btch-dl","last_synced_at":"2026-06-28T05:02:54.403Z","repository":{"id":367591415,"uuid":"1281362208","full_name":"hostinger-bot/btch-dl","owner":"hostinger-bot","description":"Android media downloader supporting 20+ platforms. One tap to save.","archived":false,"fork":false,"pushed_at":"2026-06-26T17:23:40.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-26T17:23:53.829Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/hostinger-bot.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-26T13:32:43.000Z","updated_at":"2026-06-26T17:17:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hostinger-bot/btch-dl","commit_stats":null,"previous_names":["hostinger-bot/btch-dl"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hostinger-bot/btch-dl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostinger-bot%2Fbtch-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostinger-bot%2Fbtch-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostinger-bot%2Fbtch-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostinger-bot%2Fbtch-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hostinger-bot","download_url":"https://codeload.github.com/hostinger-bot/btch-dl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostinger-bot%2Fbtch-dl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34877472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"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":[],"created_at":"2026-06-28T05:02:50.815Z","updated_at":"2026-06-28T05:02:54.388Z","avatar_url":"https://github.com/hostinger-bot.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Media Downloader\n\nAn open-source Android app for downloading media (video, audio, images) from 20+ social media platforms — powered by [btch-dl](https://github.com/hostinger-bot/btch-dl.git).\n\n## Features\n\n- **20+ platforms**: TikTok, Instagram, Twitter/X, YouTube, Facebook, CapCut, Google Drive, Pinterest, Xiaohongshu (Rednote), Douyin, SnackVideo, Cocofun, Spotify, SoundCloud, Threads, Kuaishou, MediaFire, and more\n- **Auto-detect platform** — just paste a link\n- **Rich metadata** — title, author, duration, views, thumbnails, etc.\n- **Live download progress** — real-time progress bar (0–100%)\n- **YouTube Search** — search videos and fetch MP3/MP4 download links\n- **Dark mode**\n\n## Installation\n\n### Android App (APK)\n\n**Option 1 — Download APK**\nGrab the latest APK from [Releases](https://github.com/hostinger-bot/btch-dl/releases) and install it on your device.\n\n**Option 2 — Build from source**\n\n```bash\ngit clone https://github.com/hostinger-bot/btch-dl.git\ncd btch-dl\n\n# Build Release APK (automatically signed and installable)\n./gradlew :app:assembleRelease\n# APK is generated at app/build/outputs/apk/release/app-release.apk\n\n# Build Debug APK\n./gradlew :app:assembleDebug\n# APK is generated at app/build/outputs/apk/debug/app-debug.apk\n```\n### Ktor Client Library (Kotlin/JVM)\n\nAdd to your `build.gradle.kts`:\n\n```kotlin\nrepositories {\n    mavenCentral()\n}\ndependencies {\n    implementation(\"io.btch:btch-downloader-ktor:1.0.0\")\n}\n```\n\n## Quick Start\n\n```kotlin\n// Create a client\nval api = BtchDownloader()\n\n// Download TikTok\nval tiktok = api.ttdl(\"https://www.tiktok.com/@user/video/123\")\nprintln(tiktok.title)\n\n// Download YouTube\nval youtube = api.youtube(\"https://youtu.be/abc123\")\nprintln(youtube.mp4)\n\n// Search YouTube\nval results = api.yts(\"cats\")\nprintln(results.all)\n\n// Raw JSON response\nval raw: String = api.raw(\"instagram\", \"https://www.instagram.com/p/abc123/\")\n```\n\n### Custom Configuration\n\n```kotlin\nval api = BtchDownloader(\n    BtchConfig(\n        baseUrl = \"https://backend1.tioo.eu.org\",\n        timeoutMs = 30_000,\n        logLevel = LogLevel.HEADERS,\n    )\n)\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhostinger-bot%2Fbtch-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhostinger-bot%2Fbtch-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhostinger-bot%2Fbtch-dl/lists"}