{"id":14979854,"url":"https://github.com/tinker1234/uyt","last_synced_at":"2026-02-07T01:31:10.550Z","repository":{"id":212390659,"uuid":"99535110","full_name":"tinker1234/uyt","owner":"tinker1234","description":"scrap / search Youtube.","archived":false,"fork":false,"pushed_at":"2019-07-29T17:20:27.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T22:19:17.096Z","etag":null,"topics":["python","python-2","python-3","python2","python3","youtube","youtube-search"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinker1234.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}},"created_at":"2017-08-07T04:00:55.000Z","updated_at":"2020-11-12T07:55:41.000Z","dependencies_parsed_at":"2023-12-14T02:41:22.292Z","dependency_job_id":"6cf9d5a4-e94e-46e0-8c84-442dc4e0fafb","html_url":"https://github.com/tinker1234/uyt","commit_stats":null,"previous_names":["tinker1234/uyt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tinker1234/uyt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinker1234%2Fuyt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinker1234%2Fuyt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinker1234%2Fuyt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinker1234%2Fuyt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinker1234","download_url":"https://codeload.github.com/tinker1234/uyt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinker1234%2Fuyt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29183946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"ssl_error","status_checked_at":"2026-02-07T00:35:01.758Z","response_time":59,"last_error":"SSL_read: 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":["python","python-2","python-3","python2","python3","youtube","youtube-search"],"created_at":"2024-09-24T14:00:47.358Z","updated_at":"2026-02-07T01:31:10.535Z","avatar_url":"https://github.com/tinker1234.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uyt\nscrap / search Youtube. \n\nIt can search youtube and find the ID of the first video.\nIt can grab,\n- Video author\n- Video titles\n- Video description\n- Video length (M=Minutes, S=seconds etc)\n- Video views (it has commas) \n- Video likes/dislikes (int values)\n- Video published (year-month-day)\n- Video genres\n\n* NOTE\nEverything network wise is done in the `__init__` to make things faster.\n\n# How to use to search\n\n```python\nfrom uyt import youtube\n\nyt = youtube.Youtube(\"test\") # grabs id then scraps YouTube so its slower\nprint(\"Author: %s\" % yt.name)\nprint(\"Title: %s\" % yt.title)\nprint(\"Description: %s\" % yt.description)\nprint(\"Length: %s\" % yt.length)\nprint(\"Views: %s\" % yt.views)\nprint(\"Likes: {0}%\".format(yt.likes))\nprint(\"Dislikes: {0}%\".format(yt.dislikes))\nprint(\"Published: %s\" % yt.published)\nprint(\"Genre: %s\" % yt.genre)\n```\n# How to use with ID\n```python\nfrom uyt import youtube\n\nyt = youtube.Youtube(ID=\"\u003cid\u003e\") # faster\nprint(\"Author: %s\" % yt.name)\nprint(\"Title: %s\" % yt.title)\nprint(\"Description: %s\" % yt.description)\nprint(\"Length: %s\" % yt.length)\nprint(\"Views: %s\" % yt.views)\nprint(\"Likes: {0}%\".format(yt.likes))\nprint(\"Dislikes: {0}%\".format(yt.dislikes))\nprint(\"Published: %s\" % yt.published)\nprint(\"Genre: %s\" % yt.genre)\n```\n\n# How to install\n```bash\npython setup.py install\npython3 setup.py install\n```\n# Test it\n```bash\npython -m \"uyt.youtube\"\npython3 -m \"uyt.youtube\"\n```\n# Supported OS's\n\nLinux/Windows\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinker1234%2Fuyt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinker1234%2Fuyt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinker1234%2Fuyt/lists"}