{"id":26682762,"url":"https://github.com/n-ce/xtractify","last_synced_at":"2025-03-26T08:28:04.011Z","repository":{"id":231340457,"uuid":"579729482","full_name":"n-ce/xtractify","owner":"n-ce","description":"Simply fast yt-dlp api using Sanic.","archived":false,"fork":false,"pushed_at":"2024-04-13T07:36:01.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-23T21:29:46.843Z","etag":null,"topics":["api","bottlepy","extractor","python","sanic","yt-dlp"],"latest_commit_sha":null,"homepage":"https://xtractify.onrender.com","language":"Python","has_issues":false,"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/n-ce.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}},"created_at":"2022-12-18T18:04:08.000Z","updated_at":"2024-04-04T07:12:03.000Z","dependencies_parsed_at":"2024-04-03T16:30:30.339Z","dependency_job_id":"713fe276-2258-45d1-9201-98831c0269c9","html_url":"https://github.com/n-ce/xtractify","commit_stats":null,"previous_names":["n-ce/xtractify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-ce%2Fxtractify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-ce%2Fxtractify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-ce%2Fxtractify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-ce%2Fxtractify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n-ce","download_url":"https://codeload.github.com/n-ce/xtractify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245617678,"owners_count":20644860,"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":["api","bottlepy","extractor","python","sanic","yt-dlp"],"created_at":"2025-03-26T08:28:03.486Z","updated_at":"2025-03-26T08:28:04.001Z","avatar_url":"https://github.com/n-ce.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xtractify Reborn\n\n- Reborn with Sanic, with \n  - **17.5x** more requests per second\n  - **15x** lesser latency on average compared to bottle.py.\n- zero dependencies, well technically sanic \u0026 yt-dlp are still required.\n\n#### [`main.py`](https://github.com/n-ce/xtractify/blob/main/main.py)\n```py\nfrom sanic import Sanic,text\nfrom yt_dlp import YoutubeDL\n\napp = Sanic('xtractify')\n\n@app.get('/')\nasync def index(request):\n    return text('/uid/itag')\n\n@app.get('/\u003cid\u003e/\u003citag\u003e')\nasync def main(request,id,itag):\n    ydl = YoutubeDL({'format': itag}).extract_info('https://youtu.be/'+id, download=False)\n    if ydl :\n        return text(ydl['url'])\n```\n\nThanks to render for hosting the web service.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn-ce%2Fxtractify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn-ce%2Fxtractify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn-ce%2Fxtractify/lists"}