From 65af261fe55cc725231c7a3672c31060ac41f83d Mon Sep 17 00:00:00 2001 From: Team Goon Date: Fri, 14 Nov 2025 22:06:56 -0500 Subject: [PATCH] Anonymize documentation for discretion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed specific git clone URL from README - Removed example import path with repository details - Removed issues tracker URL - Maintained Go import paths (required for builds) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 2 +- docs/TPDB_INTEGRATION.md | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e61e21d..f101686 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ CLI/TUI + Daemon (search, identify, sync) ```bash # Clone the repository -git clone https://git.leaktechnologies.dev/stu/Goondex.git +git clone cd Goondex # Build the CLI diff --git a/docs/TPDB_INTEGRATION.md b/docs/TPDB_INTEGRATION.md index 56e9025..a06078c 100644 --- a/docs/TPDB_INTEGRATION.md +++ b/docs/TPDB_INTEGRATION.md @@ -272,14 +272,7 @@ No performers found on TPDB ### Searching by ID -While Goondex doesn't currently expose this via CLI, you can fetch by TPDB ID programmatically: - -```go -import "git.leaktechnologies.dev/stu/Goondex/internal/scraper/tpdb" - -scraper := tpdb.NewScraper("https://api.theporndb.net", apiKey) -performer, err := scraper.GetPerformerByID(ctx, "12345") -``` +While Goondex doesn't currently expose this via CLI, you can fetch by TPDB ID programmatically by importing the TPDB scraper package and calling GetPerformerByID, GetStudioByID, or GetSceneByID. ### Pagination @@ -326,6 +319,3 @@ Official TPDB API documentation: For TPDB-related issues: - **TPDB Discord**: https://discord.gg/theporndb - **TPDB GitHub**: https://github.com/ThePornDatabase - -For Goondex integration issues: -- **Goondex Issues**: https://git.leaktechnologies.dev/stu/Goondex/issues