{"id":22330457,"url":"https://github.com/tuvimen/pornhub-scraper","last_synced_at":"2025-03-04T16:42:02.553Z","repository":{"id":212355142,"uuid":"721215591","full_name":"TUVIMEN/pornhub-scraper","owner":"TUVIMEN","description":"A bash script for scraping pornhub in json","archived":false,"fork":false,"pushed_at":"2025-02-26T16:10:48.000Z","size":258,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T17:24:14.989Z","etag":null,"topics":["archiving","bash","json","pornhub","reliq","scraping"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TUVIMEN.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}},"created_at":"2023-11-20T15:38:15.000Z","updated_at":"2025-02-26T16:10:52.000Z","dependencies_parsed_at":"2023-12-30T10:23:25.730Z","dependency_job_id":"8559e1d9-a515-4697-9385-fe589a86f3e2","html_url":"https://github.com/TUVIMEN/pornhub-scraper","commit_stats":null,"previous_names":["tuvimen/pornhub"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Fpornhub-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Fpornhub-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Fpornhub-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Fpornhub-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TUVIMEN","download_url":"https://codeload.github.com/TUVIMEN/pornhub-scraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241884684,"owners_count":20036800,"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","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":["archiving","bash","json","pornhub","reliq","scraping"],"created_at":"2024-12-04T04:06:56.464Z","updated_at":"2025-03-04T16:42:02.519Z","avatar_url":"https://github.com/TUVIMEN.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pornhub-scraper\n\nA bash script for scraping pornhub in json.\n\n## Requirements\n\n - [reliq](https://github.com/TUVIMEN/reliq)\n - [jq](https://github.com/stedolan/jq)\n\n## Installation\n\n    install -m 755 pornhub-scraper /usr/bin\n\n## Json format\n\nHere's example of [pornstar](pornstar-example.json), [video](video-example.json), [model](model-example.json), [playlist](playlist-example.json) and [user](user-example.json).\n\n## Usage\n\n    pornhub-scraper [OPTION] [DIR]\n\nThe script gets links from sitemap and downloads specified pages (4 in parallel). Files are named by sha256sum of their urls.\n\nIt's recommended that you use -S option to save time.\n\nDownload pornstars into DIR\n\n    pornhub-scraper -p DIR\n\nDownload videos into current directory using 8 threads\n\n    pornhub-scraper -t 8 -v\n\nDownload models into current directory\n\n    pornhub-scraper -m\n\nDownload playlists into DIR\n\n    pornhub-scraper -P DIR\n\nDownload users from urls in FILE\n\n    pornhub-scraper -u FILE\n\nGet some help\n\n    pornhub-scraper -h\n\n## Results\n\n2022-09-15\n\n3\n\n    lzip -dc pornhub-pornstars.json | jq 'if (.info_pieces[] | .key==\"Gender\" and .value==\"Trans Woman\") then .name else null end | select(. != null)'  -r | wc -l\n\n131\n\n    lzip -dc pornhub-pornstars.json | jq 'if (.info_pieces[] | .key==\"Gender\" and .value==\"Trans Man\") then .name else null end | select(. != null)'  -r | wc -l\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuvimen%2Fpornhub-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuvimen%2Fpornhub-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuvimen%2Fpornhub-scraper/lists"}