@@ -257,24 +257,8 @@ Try running without headless mode (remove `--headless` flag).
257257
258258Ensure 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-
278262Improvements 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