{"id":22808441,"url":"https://github.com/sixarm/youtube-html-parser","last_synced_at":"2026-04-08T16:31:25.453Z","repository":{"id":137270587,"uuid":"51411418","full_name":"SixArm/youtube-html-parser","owner":"SixArm","description":"YouTube HTML parser scripts","archived":false,"fork":false,"pushed_at":"2025-04-14T09:24:18.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-29T09:30:52.964Z","etag":null,"topics":["html","parser","shell","youtube"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/SixArm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":"CODEOWNERS","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}},"created_at":"2016-02-10T00:22:57.000Z","updated_at":"2025-04-14T09:24:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"47fdb3b9-617a-42d4-8d08-fc877866075d","html_url":"https://github.com/SixArm/youtube-html-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SixArm/youtube-html-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fyoutube-html-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fyoutube-html-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fyoutube-html-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fyoutube-html-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SixArm","download_url":"https://codeload.github.com/SixArm/youtube-html-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fyoutube-html-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["html","parser","shell","youtube"],"created_at":"2024-12-12T11:09:50.830Z","updated_at":"2026-04-08T16:31:25.437Z","avatar_url":"https://github.com/SixArm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube HTML parser:\u003cbr\u003eto output a list of simple URIs and titles\n\nSyntax:\n\n    cat example.html | youtube-html-parser-to-simple-uri-and-title\n\n## Example\n\nExample input such as a typical YouTube list of related videos:\n\n    \u003ca href=\"/watch?v=100\" ... title=\"Lorem ipsum\" ... \u003e\n    \u003ca href=\"/watch?v=200\" ... title=\"Dolor sit amet\" ... \u003e\n    \u003ca href=\"/watch?v=300\" ... title=\"Consectetur adipiscing\" ... \u003e\n\nExample output:\n\n    https://www.youtube.com/watch?v=100 Lorem ipsum\n    https://www.youtube.com/watch?v=200 Dolor sit amet\n    https://www.youtube.com/watch?v=300 Consectetur adipiscing\n\nExample that selects matching title text, then sorts by the title field:\n\n    cat example.html |\n    youtube-html-parser-to-simple-uri-and-title |\n    grep -i 'best of' |\n    sort -k2\n\n## Implementation\n\nThis implementation does quick-and-dirty parsing of real world HTML.\n\nTODO: upgrade from simple grep to real HTML parsing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fyoutube-html-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsixarm%2Fyoutube-html-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fyoutube-html-parser/lists"}