{"id":13989019,"url":"https://github.com/FayasNoushad/Youtube-Video-Thumbnail","last_synced_at":"2025-07-22T10:30:50.579Z","repository":{"id":39867239,"uuid":"404719812","full_name":"fayasnoushad/youtube-video-thumbnail","owner":"fayasnoushad","description":"A youtube video link or id to video thumbnail python package.","archived":false,"fork":false,"pushed_at":"2024-02-24T01:56:15.000Z","size":58,"stargazers_count":13,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T06:56:40.459Z","etag":null,"topics":["python","thumbnail","video","youtube"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/ytthumb","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/fayasnoushad.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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["FayasNoushad"],"custom":["https://paypal.me/FayasN"]}},"created_at":"2021-09-09T12:49:53.000Z","updated_at":"2025-07-19T06:54:45.000Z","dependencies_parsed_at":"2024-06-21T13:13:11.458Z","dependency_job_id":"b647933d-9b92-496a-9aab-1f42cc66b39c","html_url":"https://github.com/fayasnoushad/youtube-video-thumbnail","commit_stats":{"total_commits":74,"total_committers":4,"mean_commits":18.5,"dds":0.5,"last_synced_commit":"82c805a0b561635d1f0dea32eec83f29bce7f445"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/fayasnoushad/youtube-video-thumbnail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayasnoushad%2Fyoutube-video-thumbnail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayasnoushad%2Fyoutube-video-thumbnail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayasnoushad%2Fyoutube-video-thumbnail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayasnoushad%2Fyoutube-video-thumbnail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fayasnoushad","download_url":"https://codeload.github.com/fayasnoushad/youtube-video-thumbnail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayasnoushad%2Fyoutube-video-thumbnail/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266474939,"owners_count":23934839,"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":["python","thumbnail","video","youtube"],"created_at":"2024-08-09T13:01:29.100Z","updated_at":"2025-07-22T10:30:50.137Z","avatar_url":"https://github.com/fayasnoushad.png","language":"Python","funding_links":["https://github.com/sponsors/FayasNoushad","https://paypal.me/FayasN"],"categories":["Python"],"sub_categories":[],"readme":"# YouTube Video Thumbnail\nA simple youtube video thumbnail downloader with more qualities via youtube video link or id.\n\n## Installation\n\n```\npip install YTThumb\n```\n\n## Usage\n\n### Get Thumbnail\n\n```py\nimport ytthumb\n\nvideo = 'https://youtu.be/rokGy0huYEA'  # link/id\n\n# Basic Usage\nprint(ytthumb.thumbnail(video))\n# =\u003e returns thumbnail link\n\n# Advanced Usage\nthumbnail = ytthumb.thumbnail(\n    video=video,\n    quality=\"sd\"  # Not required\n)\nprint(thumbnail)\n# returns thumbnail link\n```\n\n### Get Qualities\n\n```py\nimport ytthumb\n\nprint(ytthumb.qualities())  # json=True (default)\n# returns list of qualities with full form as json\n\nprint(ytthumb.qualities(json=False))\n# returns list of qualities as list\n```\n\n### Download Thumbnail\n\n```py\nimport ytthumb\n\nytthumb.download_thumbnail(\n    video='https://youtu.be/rokGy0huYEA',\n    name='thumbnail.jpg',  # Not required\n    quality='sd'  # Not required\n)\n# Downloaded thumbnail will be in the 'thumbnail.jpg' file in 'thumbnails' directory\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFayasNoushad%2FYoutube-Video-Thumbnail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFayasNoushad%2FYoutube-Video-Thumbnail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFayasNoushad%2FYoutube-Video-Thumbnail/lists"}