Anonymize documentation for discretion
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
f7d82cd207
commit
65af261fe5
|
|
@ -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 <repository-url>
|
||||
cd Goondex
|
||||
|
||||
# Build the CLI
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user