{"id":37081056,"url":"https://github.com/5hojib/truelink","last_synced_at":"2026-01-14T09:50:35.504Z","repository":{"id":303400388,"uuid":"1015359297","full_name":"5hojib/truelink","owner":"5hojib","description":"TrueLink is an asynchronous Python library that simplifies the process of extracting direct download links from a wide range of media file hosting services. It supports both individual files and folder-based downloads, offering a clean and extensible API with built-in URL validation and robust error handling.","archived":false,"fork":false,"pushed_at":"2025-10-15T01:47:05.000Z","size":90,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-15T08:39:47.583Z","etag":null,"topics":["aiohttp","directlink","downloadlink","python","scraper"],"latest_commit_sha":null,"homepage":"https://5hojib.github.io/truelink/","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/5hojib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-07T11:37:42.000Z","updated_at":"2025-10-10T18:04:30.000Z","dependencies_parsed_at":"2025-07-07T12:42:55.401Z","dependency_job_id":"f4161057-45b1-4e35-9a2a-fa6c7653da09","html_url":"https://github.com/5hojib/truelink","commit_stats":null,"previous_names":["5hojib/truelink"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/5hojib/truelink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5hojib%2Ftruelink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5hojib%2Ftruelink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5hojib%2Ftruelink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5hojib%2Ftruelink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5hojib","download_url":"https://codeload.github.com/5hojib/truelink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5hojib%2Ftruelink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aiohttp","directlink","downloadlink","python","scraper"],"created_at":"2026-01-14T09:50:34.886Z","updated_at":"2026-01-14T09:50:35.491Z","avatar_url":"https://github.com/5hojib.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TrueLink\n\n[![PyPI version](https://img.shields.io/pypi/v/truelink.svg)](https://pypi.org/project/truelink/)\n[![Downloads](https://static.pepy.tech/badge/truelink/month)](https://pepy.tech/project/truelink)\n\nA Python library for resolving media URLs to direct download links from various file hosting services.\n\n## Features\n\n- **Asynchronous**: Built with `async/await` for efficient handling of multiple requests.\n- **Easy to use**: Simple API with intuitive method names.\n- **Extensible**: Support for multiple file hosting platforms.\n- **Caching**: Built-in caching for faster resolution of repeated requests.\n- **Error handling**: Robust error handling for various edge cases.\n- **URL validation**: Built-in URL validation before processing.\n- **Type-hinted**: Fully type-hinted codebase for better readability and maintainability.\n\n## Installation\n\n```bash\npip install truelink\n```\n\n## Quick Start\n\n```python\nimport asyncio\nfrom truelink import TrueLinkResolver\n\nasync def main():\n    # Check if a URL is supported without creating an instance\n    if TrueLinkResolver.is_supported(\"https://buzzheavier.com/rnk4ut0lci9y\"):\n        print(\"BuzzHeavier is supported!\")\n\n    resolver = TrueLinkResolver()\n    url = \"https://buzzheavier.com/rnk4ut0lci9y\"\n\n    try:\n        result = await resolver.resolve(url)\n        print(type(result))\n        print(result)\n    except Exception as e:\n        print(f\"Error processing {url}: {e}\")\n\nasyncio.run(main())\n```\n\n### Documentation\n\nFor more information, see the [documentation](https://5hojib.github.io/truelink/).\n\n### Community\n\n- [Contributing](docs/contributing.md)\n- [Code of Conduct](CODE_OF_CONDUCT.md)\n- [Changelog](docs/changelog.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5hojib%2Ftruelink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5hojib%2Ftruelink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5hojib%2Ftruelink/lists"}