On 7/19/2016 9:17 AM, Majid HUSSAIN wrote:
> as the subject questions is this indeed a possability?
> if so what magic must I perform in auder for this to work?
Put the story URLs in a file and use:
fanficfare -i <file> or --infile=<file>
> $ fanficfare -h
> Usage: fanficfare [options] storyurl
>
> Options:
> -h, --help show this help message and exit
> -f FORMAT, --format=FORMAT
> write story as FORMAT, epub(default), mobi, text or
> html
> -c CONFIG, --config=CONFIG
> read config from specified file(s) in addition to
> ~/.fanficfare/defaults.ini,
> ~/.fanficfare/personal.ini, ./defaults.ini, and
> ./personal.ini
> -b START, --begin=START
> Begin with Chapter START
> -e END, --end=END End with Chapter END
> -o NAME=VALUE, --option=NAME=VALUE
> set an option NAME=VALUE
> -m, --meta-only Retrieve metadata and stop. Or, if --update-epub,
> update metadata title page only.
> -u, --update-epub Update an existing epub with new chapters, give epub
> filename instead of storyurl.
> --unnew Remove (new) chapter marks left by mark_new_chapters
> setting.
> --update-cover Update cover in an existing epub, otherwise existing
> cover (if any) is used on update. Only valid with
> --update-epub.
> --force Force overwrite of an existing epub, download and
> overwrite all chapters.
> -i INFILE, --infile=INFILE
> Give a filename to read for URLs (and/or existing EPUB
> files with -u for updates).
> -l, --list Get list of valid story URLs from page given.
> -n, --normalize-list Get list of valid story URLs from page given, but
> normalized to standard forms.
> -s, --sites-list Get list of valid story URLs examples.
> -d, --debug Show debug output while downloading.