Replies: 3 comments 2 replies
|
why do you want to run it in headless linux? |
1 reply
|
@Thonolanj I was using a similar command in a similar situation (also headless linux and with a particular destination folder in mind.) I ended wrapping a few lines around the command to override HOME to a temp folder while running it, move the created file, then clean up: I was also getting an |
0 replies
|
unless you are using this tool for automated batch crawling, this app doesn't need to run on headless linux. i am focusing more on regular users now, who are trying to get a few novels that only they would read. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
using 3.10.1 my command is
lncrawl --single --suppress --all --format epub --filename-only -s "%1"
it results with these options
v3.10.1
❗ Input is suppressed
Namespace(log=None, log_file='./booklog.txt', list_sources=False, crawler=[], novel_page='....deleted....', query=None, login=None, output_formats=['epub'], add_source_url=False, single=True, multi=False, output_path=None, filename=None, filename_only=True, force=False, ignore=False, all=True, first=None, last=None, page=None, range=None, volumes=None, chapters=None, proxy_file=None, auto_proxy=False, bot=None, shard_id=0, shard_count=1, selenium_grid=None, server_host=None, server_port=None, server_watch=False, suppress=True, ignore_images=False, close_directly=False, extra={})
my script does a cd into my book folder, so old lncrawl saves the books into current folder. The new one saved into ~/.lncrawl/novels. That is on wrong file system
All reactions