{"id":25110233,"url":"https://github.com/d60/youtube-search","last_synced_at":"2025-07-22T14:05:01.350Z","repository":{"id":274407047,"uuid":"922801303","full_name":"d60/youtube-search","owner":"d60","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-28T03:26:38.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T03:38:07.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/d60.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}},"created_at":"2025-01-27T05:02:36.000Z","updated_at":"2025-02-28T03:42:45.000Z","dependencies_parsed_at":"2025-01-31T17:31:05.334Z","dependency_job_id":null,"html_url":"https://github.com/d60/youtube-search","commit_stats":null,"previous_names":["d60/youtube-search"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/d60/youtube-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d60%2Fyoutube-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d60%2Fyoutube-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d60%2Fyoutube-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d60%2Fyoutube-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d60","download_url":"https://codeload.github.com/d60/youtube-search/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d60%2Fyoutube-search/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266507366,"owners_count":23940055,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":"2025-02-08T00:37:21.008Z","updated_at":"2025-07-22T14:05:01.326Z","avatar_url":"https://github.com/d60.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube Search\n\n## Installing\n```\npip install git+https://github.com/d60/youtube-search.git\n```\n\n## Quick Examples\n```python\nfrom ytsearch import Search\n\nsearch = Search()\n\n# Search videos\nvideos = search.search_videos(\n    'search query here',\n    duration='4 - 20 minutes',\n    sort_by='Rating',\n    upload_date='This year'\n)\nnext_videos = videos.next()\n\n# Search channels\nchannels = search.search_channels(\n    'search query here',\n)\nnext_channels = channels.next()\n\n# Search playlists\nplaylists = search.search_playlists(\n    'search query here',\n)\nnext_playlists = playlists.next()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd60%2Fyoutube-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd60%2Fyoutube-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd60%2Fyoutube-search/lists"}