{"id":23155791,"url":"https://github.com/harshmandan/youtube-extractor-android","last_synced_at":"2026-02-14T18:01:26.698Z","repository":{"id":39539065,"uuid":"407146858","full_name":"harshmandan/youtube-extractor-android","owner":"harshmandan","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-11T07:52:16.000Z","size":252,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-08T14:51:48.557Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/harshmandan.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}},"created_at":"2021-09-16T11:57:32.000Z","updated_at":"2024-10-04T23:28:34.000Z","dependencies_parsed_at":"2023-02-15T06:31:56.586Z","dependency_job_id":null,"html_url":"https://github.com/harshmandan/youtube-extractor-android","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/harshmandan/youtube-extractor-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmandan%2Fyoutube-extractor-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmandan%2Fyoutube-extractor-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmandan%2Fyoutube-extractor-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmandan%2Fyoutube-extractor-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshmandan","download_url":"https://codeload.github.com/harshmandan/youtube-extractor-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmandan%2Fyoutube-extractor-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29451897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-12-17T21:11:37.524Z","updated_at":"2026-02-14T18:01:26.678Z","avatar_url":"https://github.com/harshmandan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# youtube-extractor-android\n\nPublished on jitpack:\nhttps://jitpack.io/#harshmandan/youtube-extractor-android/1.9.0\n\n# Usage\n\nPut this inside your project level Gradle:\n\n```\nrepositories {\n\tmaven { url 'https://jitpack.io' }\n}\n\n```\n\nAnd put this inside your app level gradle.\n\n```\ndependencies {\n\t  implementation 'com.github.harshmandan:youtube-extractor-android:1.0.0'\n}\n\n```\n\n# How to Use:\n\n```\nYoutubeExtractor youtubeExtractor = new YoutubeExtractor();\nyoutubeExtractor.Extract(\"https://www.youtube.com/watch?v=Z2F67Ji6Jos\", \"StreamExtractor\", new YoutubeExtractorCallback() {\n    @Override\n    public void onSuccess(List\u003cVideoStream\u003e videoStreamList) {\n       List containing youtube data.\n    }\n\n    @Override\n    public void onError(String errorMessage) {\n\trunOnUiThread(new Runnable() {\n\t    @Override\n\t    public void run() {\n\t\tToast.makeText(MainActivity.this, \"\"+errorMessage, Toast.LENGTH_SHORT).show();\n\t    }\n\t});\n\n    }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshmandan%2Fyoutube-extractor-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshmandan%2Fyoutube-extractor-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshmandan%2Fyoutube-extractor-android/lists"}