{"id":13549528,"url":"https://github.com/scoooooott/tinyPornManager","last_synced_at":"2025-04-02T22:32:04.348Z","repository":{"id":41321840,"uuid":"297134005","full_name":"scoooooott/tinyPornManager","owner":"scoooooott","description":"A Pornhub.com scraper addon for tinyMediaManager v4","archived":false,"fork":false,"pushed_at":"2023-11-22T16:30:34.000Z","size":358279,"stargazers_count":76,"open_issues_count":1,"forks_count":8,"subscribers_count":6,"default_branch":"scrapper_addon","last_synced_at":"2024-11-03T18:35:06.229Z","etag":null,"topics":["metadata","playwright","playwright-java","pornhub","pornhub-metadata","pornhub-scraper","scraper","tinymediamanager"],"latest_commit_sha":null,"homepage":"https://github.com/scoooooott/tinyPornManager","language":"Java","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/scoooooott.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}},"created_at":"2020-09-20T18:03:11.000Z","updated_at":"2024-09-14T22:59:47.000Z","dependencies_parsed_at":"2024-01-16T18:23:39.547Z","dependency_job_id":null,"html_url":"https://github.com/scoooooott/tinyPornManager","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scoooooott%2FtinyPornManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scoooooott%2FtinyPornManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scoooooott%2FtinyPornManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scoooooott%2FtinyPornManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scoooooott","download_url":"https://codeload.github.com/scoooooott/tinyPornManager/tar.gz/refs/heads/scrapper_addon","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246905478,"owners_count":20852815,"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":["metadata","playwright","playwright-java","pornhub","pornhub-metadata","pornhub-scraper","scraper","tinymediamanager"],"created_at":"2024-08-01T12:01:22.734Z","updated_at":"2025-04-02T22:32:03.995Z","avatar_url":"https://github.com/scoooooott.png","language":"Java","readme":"![tinyPornManager](https://socialify.git.ci/scoooooott/tinyPornManager/image?forks=1\u0026issues=1\u0026language=1\u0026name=1\u0026pattern=Circuit%20Board\u0026stargazers=1\u0026theme=Light)\n\n# Scraper-Addon-Pornhub\n\nAka: **tinyPornManager**\n\nThis is a _Pornhub.com_ [scraper addon](https://www.tinymediamanager.org/blog/third-party-scraper-addons/) which can be\nloaded in tinyMediaManager(v4.x).\n\n## Main Features\n\n- Scrape basic info, such as Title, Thumbnail, Directors, Actors, Genres, Tags, Year, Rating, Duration, etc.\n- Important variables can be customized to avoid frequent source code maintenance.\n- Support i18n, you can choose the language you want to scrape from (_Depends on the languages provided by Pornhub_).\n\n## Roadmap\n\n- [x] Reimplement old tinyPornManager features\n- [x] Add support for i18n\n- [ ] Better error handling\n- [ ] Scrape better quality image\n- [ ] Use the CV library to crop poster \u0026 generate other images such as banner, logo, etc.\n- [ ] Scrape trailer\n- [ ] Performance optimization\n- [ ] Test cases\n\n## 🚀 Quick Start\n\n1. Download \u0026 install tinyMediaManager\n2. [Install Pornhub scraper](#-installation)\n3. Launch tinyMediaManager\n4. Click `Settings -\u003e Movies -\u003e Scraper`, enable Pornhub scraper\n5. Download your favorite videos and name the files using the correct format (\n   eg: `644d924a9ccc8 | #Double Tactical NUKE on Shoot House.. (Modern Warfare 2 Shoot House Gameplay).mp4`)\n6. Add the directory where the video is saved as a movie data source\n7. Click `Update source(s)`\n8. Choose video(s) you want to scraping\n9. Click `Search \u0026 scrape`\n\n## 🔧 Installation\n\nThere are two options, you can either download the jar from the latest release or build it from source.\n\n### Download Jar\n\n1. download `scraper-addon-pornhub-xxx.jar`\n   from [Release Page](https://github.com/scoooooott/tinyPornManager/releases/)\n2. move `scraper-addon-pornhub-xxx.jar` to the subfolder `addons` of the tinyMediaManager installation\n\n### Build from source\n\n1. `git clone https://github.com/scoooooott/tinyPornManager.git`\n2. `cd tinyPornManager/`\n3. `mvn clean package`\n4. move `target/scraper-addon-pornhub-xxx.jar` to the subfolder `addons` of the tinyMediaManager installation\n\n## 📖 Use guide\n\n### Q: How should I name the video files that need to be scraped?\n\nFor Pornhub.com, there are currently two **_UNIQUE IDENTIFIERS_** for videos\n\n- viewKey: Use everywhere in HTML/API, was _**CHOSEN TO BE**_ the unique identifier for Pornhub Scraper\n- ~~video-id(data-video-id)~~: Use sometimes, currently _**ONLY DOING STORAGE**_\n\nWe need a rule to extract unique identifier from filename\nhere is the regular expression in old version tpm:\n\n```^[P|p]h(\\\\S+)(?:\\\\s\\\\S.+)?```\n\nThis expression can match the following cases:\n\n```\n├── ph1234abcd.mp4\n├── ph1234abcd-Super Hot Lily Potter.mp4\n└── ph1234abcd Super Hot Lily Potter.mp4\n```\n\nBut, let's check out this url:\n\n`https://www.pornhub.com/view_video.php?viewkey=644d924a9ccc8`\n\nIt seems that the generation rules of viewKey have changed. We need to always update the regular\nexpression to match the new viewKey.\n\nFortunately, you can modify the regular expression\nin `Settings -\u003e Movies -\u003e Scraper -\u003e Choose 'Pornhub' -\u003e Scraper Options`.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscoooooott%2FtinyPornManager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscoooooott%2FtinyPornManager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscoooooott%2FtinyPornManager/lists"}