{"id":5801142,"name":"DenverCoder1/github-readme-youtube-cards","ecosystem":"actions","description":"Workflow for displaying recent YouTube videos as SVG cards in your readme","homepage":"https://ytcards.demolab.com","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/DenverCoder1/github-readme-youtube-cards","keywords_array":["dynamic","github","hacktoberfest","profile-readme","readme","svg","workflows","youtube"],"namespace":"DenverCoder1","versions_count":12,"first_release_published_at":"2022-09-09T05:47:12.000Z","latest_release_published_at":"2024-07-10T09:58:36.000Z","latest_release_number":"1.8.0","last_synced_at":"2026-03-31T13:03:13.807Z","created_at":"2023-01-04T12:52:49.032Z","updated_at":"2026-03-31T13:03:13.807Z","registry_url":"https://github.com/DenverCoder1/github-readme-youtube-cards","install_command":null,"documentation_url":null,"metadata":{"name":"GitHub Readme YouTube Cards","author":"Jonah Lawrence","description":"Workflow for displaying recent YouTube videos as SVG cards in your readme","branding":{"icon":"grid","color":"red"},"inputs":{"channel_id":{"description":"The channel ID to use for the feed","required":false,"default":""},"playlist_id":{"description":"The playlist ID to use for the feed","required":false,"default":""},"lang":{"description":"The language you want your cards description to use","required":false,"default":"en"},"comment_tag_name":{"description":"The name of the comment tag to use for the cards","required":false,"default":"YOUTUBE-CARDS"},"max_videos":{"description":"The maximum number of videos to display","required":false,"default":"6"},"base_url":{"description":"The base URL to use for the cards","required":false,"default":"https://ytcards.demolab.com/"},"youtube_api_key":{"description":"The YouTube API key to use for additional features such a the video duration","required":false,"default":""},"card_width":{"description":"The width of the SVG cards","required":false,"default":"250"},"border_radius":{"description":"The border radius of the SVG cards","required":false,"default":"5"},"background_color":{"description":"The background color of the SVG cards","required":false,"default":"#0d1117"},"title_color":{"description":"The color of the title text","required":false,"default":"#ffffff"},"stats_color":{"description":"The color of the stats text","required":false,"default":"#dedede"},"theme_context_light":{"description":"JSON theme for light mode (keys: background_color, title_color, stats_color).","required":false,"default":"{}"},"theme_context_dark":{"description":"JSON theme for dark mode (keys: background_color, title_color, stats_color)","required":false,"default":"{}"},"max_title_lines":{"description":"The maximum number of lines to use for the title","required":false,"default":"1"},"show_duration":{"description":"Whether to show the video duration. Requires `youtube_api_key` to be set.","required":false,"default":"false"},"author_name":{"description":"The name of the committer","required":false,"default":"GitHub Actions"},"author_email":{"description":"The email address of the committer","required":false,"default":"41898282+github-actions[bot]@users.noreply.github.com"},"commit_message":{"description":"The commit message to use for the commit","required":false,"default":"docs(readme): Update YouTube cards"},"readme_path":{"description":"The path to the readme file","required":false,"default":"README.md"},"output_only":{"description":"Whether to return the section markdown as output instead of writing to the file","required":false,"default":"false"},"output_type":{"description":"The type of output to be rendered by the action ('markdown' or 'html')","required":false,"default":"markdown"}},"outputs":{"markdown":{"description":"The section markdown as output","value":"${{ steps.generate-readme-update.outputs.markdown }}"},"committed":{"description":"Whether the action has created a commit ('true' or 'false')","value":"${{ steps.add-and-commit.outputs.committed }}"},"commit_long_sha":{"description":"The full SHA of the commit that has just been created","value":"${{ steps.add-and-commit.outputs.commit_long_sha }}"},"commit_sha":{"description":"The short 7-character SHA of the commit that has just been created","value":"${{ steps.add-and-commit.outputs.commit_sha }}"},"pushed":{"description":"Whether the action has pushed to the remote ('true' or 'false')","value":"${{ steps.add-and-commit.outputs.pushed }}"}},"runs":{"using":"composite","steps":[{"name":"Checkout","uses":"actions/checkout@v3"},{"name":"Setup Python","uses":"actions/setup-python@v4","with":{"python-version":"3.11"}},{"name":"Install Python dependencies","shell":"bash","run":"python -m pip install -r ${{ github.action_path }}/requirements-action.txt"},{"name":"Generate Readme Update","id":"generate-readme-update","shell":"bash","run":"UPDATE=$(python ${{ github.action_path }}/action.py \\\n        --channel \"${{ inputs.channel_id }}\" \\\n        --playlist \"${{ inputs.playlist_id }}\" \\\n        --lang \"${{ inputs.lang }}\" \\\n        --comment-tag-name \"${{ inputs.comment_tag_name }}\" \\\n        --max-videos ${{ inputs.max_videos }} \\\n        --base-url \"${{ inputs.base_url }}\" \\\n        --card-width ${{ inputs.card_width }} \\\n        --border-radius ${{ inputs.border_radius }} \\\n        --background-color \"${{ inputs.background_color }}\" \\\n        --title-color \"${{ inputs.title_color }}\" \\\n        --stats-color \"${{ inputs.stats_color }}\" \\\n        --max-title-lines ${{ inputs.max_title_lines }} \\\n        --youtube-api-key \"${{ inputs.youtube_api_key }}\" \\\n        --show-duration \"${{ inputs.show_duration }}\" \\\n        --theme-context-light '${{ inputs.theme_context_light }}' \\\n        --theme-context-dark '${{ inputs.theme_context_dark }}' \\\n        --readme-path \"${{ inputs.readme_path }}\" \\\n        --output-only \"${{ inputs.output_only }}\" \\\n        --output-type \"${{ inputs.output_type }}\" \\\n) || exit 1\necho \"markdown=$(echo $UPDATE)\" \u003e\u003e $GITHUB_OUTPUT\n"},{"name":"Commit changes","id":"add-and-commit","uses":"EndBug/add-and-commit@v9","with":{"message":"${{ inputs.commit_message }}","author_name":"${{ inputs.author_name }}","author_email":"${{ inputs.author_email }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":58914259,"uuid":"534051116","full_name":"DenverCoder1/github-readme-youtube-cards","owner":"DenverCoder1","description":"Workflow for displaying recent YouTube videos as SVG cards in your readme","archived":false,"fork":false,"pushed_at":"2025-09-22T20:59:27.000Z","size":458,"stargazers_count":245,"open_issues_count":8,"forks_count":57,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-22T22:27:38.547Z","etag":null,"topics":["dynamic","github","hacktoberfest","profile-readme","readme","svg","workflows","youtube"],"latest_commit_sha":null,"homepage":"https://ytcards.demolab.com","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/DenverCoder1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"DenverCoder1","patreon":null,"open_collective":null,"ko_fi":"jonahlawrence","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-09-08T04:35:35.000Z","updated_at":"2025-09-15T18:44:29.000Z","dependencies_parsed_at":"2023-12-25T21:33:23.235Z","dependency_job_id":"66be1c32-47dd-499e-a0ec-5f38fc24e9cc","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards","commit_stats":{"total_commits":133,"total_committers":13,"mean_commits":10.23076923076923,"dds":0.3458646616541353,"last_synced_commit":"ec7e08b5a3605f5a1800f18ebc8f6489096c2609"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenverCoder1","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/sbom","scorecard":{"id":39366,"data":{"date":"2025-08-11","repo":{"name":"github.com/DenverCoder1/github-readme-youtube-cards","commit":"ac1b5644f0de583cc59c80f1d2f4f0d0ffd45730"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"name":"Maintained","score":0,"reason":"1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":5,"reason":"Found 2/4 approved changesets -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-commit.yml:1","Warn: no topLevel permission defined: .github/workflows/python-lint.yml:1","Warn: no topLevel permission defined: .github/workflows/python-test.yml:1","Warn: no topLevel permission defined: .github/workflows/youtube-cards.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-commit.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/DenverCoder1/github-readme-youtube-cards/pre-commit.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-commit.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/DenverCoder1/github-readme-youtube-cards/pre-commit.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pre-commit.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/DenverCoder1/github-readme-youtube-cards/pre-commit.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-lint.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/DenverCoder1/github-readme-youtube-cards/python-lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-lint.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/DenverCoder1/github-readme-youtube-cards/python-lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-lint.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/DenverCoder1/github-readme-youtube-cards/python-lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/DenverCoder1/github-readme-youtube-cards/python-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/DenverCoder1/github-readme-youtube-cards/python-test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/youtube-cards.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/DenverCoder1/github-readme-youtube-cards/youtube-cards.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/pre-commit.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/python-lint.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/python-test.yml:39","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: GHSA-hc5x-x2vx-497g","Warn: Project is vulnerable to: GHSA-w3h3-4rj7-4ph4"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-14T21:06:50.199Z","repository_id":58914259,"created_at":"2025-08-14T21:06:50.199Z","updated_at":"2025-08-14T21:06:50.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276492818,"owners_count":25652049,"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-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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"},"owner_record":{"login":"DenverCoder1","name":"Jonah Lawrence","uuid":"20955511","kind":"user","description":"📺 youtube.com/DevProTips  \r\n💻 Full Stack Dev \r\n📚 Always learning! \r\n🎨 10+ years of Web Dev \u0026 Design \r\n🌟 GitHub Star","email":"","website":"https://freshidea.com/jonah","location":null,"twitter":"DenverCoder1","company":"Fresh Idea Inc.","icon_url":"https://avatars.githubusercontent.com/u/20955511?u=5bbdbfe0199b05d6ca913fb799236c8beedcd192\u0026v=4","repositories_count":65,"last_synced_at":"2025-09-15T23:33:43.934Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/DenverCoder1","funding_links":["https://github.com/sponsors/DenverCoder1"],"total_stars":11428,"followers":4313,"following":54,"created_at":"2022-11-14T05:36:07.304Z","updated_at":"2025-09-15T23:33:43.934Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenverCoder1","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenverCoder1/repositories"},"tags":[{"name":"1.8.0","sha":"bea8b4bc2094973fe3c3a49d86076328588dc454","kind":"commit","published_at":"2024-07-10T09:58:36.000Z","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/1.8.0","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards/releases/tag/1.8.0","dependencies_parsed_at":"2024-07-16T07:54:46.113Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"8c4f17436b9cefb347e458304a3629a5f19381c5","kind":"commit","published_at":"2023-08-10T14:58:20.000Z","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/1.7.0","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards/releases/tag/1.7.0","dependencies_parsed_at":"2023-08-12T04:22:29.326Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"5ec40d6a47b24eff4c4a810844d89ba0c5ab1f26","kind":"commit","published_at":"2023-07-12T06:04:01.000Z","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/1.6.0","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards/releases/tag/1.6.0","dependencies_parsed_at":"2023-07-15T04:06:51.394Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.6.0/manifests"},{"name":"1.5.0","sha":"a608b7ae70410ff3c742fab7b8bec1fb57f33845","kind":"commit","published_at":"2023-06-28T22:09:55.000Z","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/1.5.0","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards/releases/tag/1.5.0","dependencies_parsed_at":"2023-07-02T04:17:08.995Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.5.0/manifests"},{"name":"1.4.1","sha":"bd7784d3da8d281cef74ca9849cf732262d877d4","kind":"commit","published_at":"2023-04-25T07:26:14.000Z","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/1.4.1","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards/releases/tag/1.4.1","dependencies_parsed_at":"2023-06-01T00:24:08.494Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"781a89673301125a08e008dd2b85dc6c2d91a4c6","kind":"commit","published_at":"2022-11-04T21:59:32.000Z","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/1.4.0","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards/releases/tag/1.4.0","dependencies_parsed_at":"2023-05-31T19:21:39.306Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.4.0/manifests"},{"name":"1.3.0","sha":"383d06327c86d2c1387be32680753195d014caea","kind":"commit","published_at":"2022-10-14T17:27:48.000Z","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/1.3.0","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards/releases/tag/1.3.0","dependencies_parsed_at":"2023-05-31T19:21:40.197Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.3.0/manifests"},{"name":"1.2.2","sha":"7f0bde770f732646d1a373e1bf86167451e79352","kind":"commit","published_at":"2022-10-04T12:28:25.000Z","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/1.2.2","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards/releases/tag/1.2.2","dependencies_parsed_at":"2023-05-31T19:21:40.964Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards@1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.2.2/manifests"},{"name":"1.2.1","sha":"7703b263feb20f9e33eea6fa62ff575f4bf6f8b6","kind":"commit","published_at":"2022-09-11T18:58:15.000Z","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/1.2.1","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards/releases/tag/1.2.1","dependencies_parsed_at":"2023-05-30T20:30:20.259Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"cbfe59a307763664a0e4f53abfb9132a3520991e","kind":"commit","published_at":"2022-09-10T00:27:16.000Z","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/1.2.0","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards/releases/tag/1.2.0","dependencies_parsed_at":"2023-05-30T20:30:21.406Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"c1d77e364b066ff03de8d335935fb80ec09b54a6","kind":"commit","published_at":"2022-09-09T17:25:30.000Z","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/1.1.0","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards/releases/tag/1.1.0","dependencies_parsed_at":"2023-05-30T20:30:22.882Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"e67c3304612bbf453d54c6c2912cd9d95fa7d75e","kind":"commit","published_at":"2022-09-09T05:47:12.000Z","download_url":"https://codeload.github.com/DenverCoder1/github-readme-youtube-cards/tar.gz/1.0.0","html_url":"https://github.com/DenverCoder1/github-readme-youtube-cards/releases/tag/1.0.0","dependencies_parsed_at":"2023-05-30T20:00:29.605Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/github-readme-youtube-cards@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-30T21:40:37.517Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":68,"rankings":{"downloads":null,"dependent_repos_count":5.6758041514815405,"dependent_packages_count":0.0,"stargazers_count":1.9204563460624307,"forks_count":2.2437014736174934,"docker_downloads_count":null,"average":2.459990492790366},"purl":"pkg:githubactions/DenverCoder1/github-readme-youtube-cards","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/DenverCoder1/github-readme-youtube-cards","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/DenverCoder1/github-readme-youtube-cards","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/DenverCoder1/github-readme-youtube-cards/dependencies","status":null,"funding_links":["https://github.com/sponsors/DenverCoder1","https://ko-fi.com/jonahlawrence"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T12:27:45.782Z","issues_count":18,"pull_requests_count":112,"avg_time_to_close_issue":3960353.8571428573,"avg_time_to_close_pull_request":396748.247706422,"issues_closed_count":14,"pull_requests_closed_count":109,"pull_request_authors_count":18,"issue_authors_count":6,"avg_comments_per_issue":3.6666666666666665,"avg_comments_per_pull_request":1.2410714285714286,"merged_pull_requests_count":102,"bot_issues_count":0,"bot_pull_requests_count":50,"past_year_issues_count":0,"past_year_pull_requests_count":20,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":1653033.2777777778,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":18,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.95,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":18,"past_year_merged_pull_requests_count":17,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fgithub-readme-youtube-cards/issues","maintainers":[{"login":"DenverCoder1","count":54,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/DenverCoder1"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DenverCoder1%2Fgithub-readme-youtube-cards/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DenverCoder1%2Fgithub-readme-youtube-cards/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DenverCoder1%2Fgithub-readme-youtube-cards/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DenverCoder1%2Fgithub-readme-youtube-cards/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DenverCoder1%2Fgithub-readme-youtube-cards/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DenverCoder1%2Fgithub-readme-youtube-cards/codemeta","maintainers":[]}