Skip to content

Commit dea0953

Browse files
committed
Remove all references to LibbyRip from documentation
1 parent 532a55b commit dea0953

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ Runs full validation suite before push.
228228

229229
## Resources
230230

231-
- Original LibbyRip: https://github.com/PsychedelicPalimpsest/LibbyRip
232231
- Puppeteer Docs: https://pptr.dev
233232
- FFmpeg Docs: https://ffmpeg.org/documentation.html
234233
- Libby Web App: https://libbyapp.com
234+
- Node.js Docs: https://nodejs.org/docs/
235235

236236
## Contributing
237237

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -257,24 +257,8 @@ Try running without headless mode (remove `--headless` flag).
257257

258258
Ensure FFmpeg is installed and accessible in your PATH.
259259

260-
## Comparison to Original LibbyRip
261-
262-
| Feature | Original TamperMonkey | This CLI Tool |
263-
| ------------------------- | --------------------- | --------------------- |
264-
| Platform | Browser extension | Command-line |
265-
| Download Speed | Very fast | Configurable |
266-
| User Simulation | None | Comprehensive |
267-
| Rate Limiting | None | Built-in |
268-
| Detection Risk | High | Lower (configurable) |
269-
| Parallel Downloads | Yes (risky) | No (sequential only) |
270-
| Random Delays | Minimal (50-100ms) | Realistic (2-20s) |
271-
| Automatic Breaks | No | Yes |
272-
| Session Management | Browser cookies | Persistent storage |
273-
274260
## Contributing
275261

276-
This is a fork/rewrite of [LibbyRip](https://github.com/PsychedelicPalimpsest/LibbyRip) by PsychedelicPalimpsest.
277-
278262
Improvements and pull requests are welcome, especially for:
279263

280264
- Better stealth techniques
@@ -302,10 +286,9 @@ The developers are not responsible for:
302286

303287
## License
304288

305-
MIT License (same as original LibbyRip)
289+
MIT License
306290

307291
## Acknowledgments
308292

309-
- Original [LibbyRip](https://github.com/PsychedelicPalimpsest/LibbyRip) by PsychedelicPalimpsest
310-
- Inspired by the need for safer, more responsible downloading
311293
- Built with Puppeteer, FFmpeg, and Node.js
294+
- Designed with safety and user privacy in mind

0 commit comments

Comments
 (0)