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