Skip to content

fuzzyfiend/literotica_dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

literotica_dl

A tool to download stories from Literotica.

Installation

I highly recommend you use pipx

pipx install literotica_dl

otherwise you can use pip

pipx install literotica_dl

PyPI: https://github.com/fuzzyfiend/literotica_dl

Details

You must specify whether to download stories (-s) or author works (-a).

This program will attempt to resolve the author uid or story id for you. By default this program will write stories to a new folder called output. This can be overridden by specifying the -o flag.

Examples

# Downloading an authors works via the author stub
literotica_dl -a 36374

# Downloading an authors works via member url
literotica_dl -a "https://www.literotica.com/stories/memberpage.php?uid=36374"

# Downloading an story via the story stub
literotica_dl -s a-my-name-is-alice

# Downloading an story via the story stub
literotica_dl -s "https://www.literotica.com/s/a-my-name-is-alice"

# Mirroring the author to a specific directory
literotica_dl -a "https://www.literotica.com/stories/memberpage.php?uid=36374" -o "archive"

Credits

This package was created with Cookiecutter and the fuzzyfiend/pythoncookie project template.

About

an API for Literotica

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%