Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 709 Bytes

File metadata and controls

35 lines (23 loc) · 709 Bytes

libgener: Python LibGen helper functions

installation

pip install libgener

usage

download all torrents

libgener-torrents -o torrents/

-o option specify where torrent files save

If you have a proxy, you can:

libgener-torrents -p 'http://localhost:6152' -o torrents/

Default LibGen server is http://libgen.rs/, if you want to use another server, you can:

libgener-torrents -s 'http://gen.lib.rus.ec/' -p 'http://localhost:6152' -o torrents/

When you encounter errors, you can enable debug mode:

libgener-torrents -s 'http://gen.lib.rus.ec/' -p 'http://localhost:6152' -o torrents/ -v