Quote:
Originally Posted by Ascello
How to download only some chapters of a fic?
|
Put the desired chapter range after the URL, like:
https://archiveofourown.org/works/32478307[1-2]
Note that this is not saved in the book metadata; so if you later update it without manually entering the chapter range again, it will download all chapters.
Quote:
Originally Posted by DirCat
On AO3, there's multiple series for some works. I was wondering if it was possible to (a) automatically put the additional series into other custom series columns, and (b) write every series title for the works into a tag column (maybe by using the "column is comprised of other columns" column type).
|
FFF does collect additional series for AO3, it should work to put them into custom series columns using
custom_columns_settings.
From defaults.ini:
Code:
## Some adapters collect additional meta information beyond the
## standard ones. They need to be defined in extra_valid_entries to
## tell the rest of the FanFicFare system about them. They can be
## used in include_subject_tags, titlepage_entries,
## extra_titlepage_entries, logpage_entries, extra_logpage_entries,
## and include_in_* config items. You can also add additional entries
## here to build up composite metadata entries.
## archiveofourown.org, for example, fills genre (a standard
## entry) as the composite offreeformtags, ao3categories in
## include_in_genre. If there's ever more than 4 series, add
## series04,series04Url etc.
extra_valid_entries:fandoms, freeformtags, freefromtags,
ao3categories, comments, chapterslashtotal, chapterstotal, kudos,
hits, bookmarks, collections, byline, bookmarked, bookmarktags,
bookmarksummary, bookmarkprivate, bookmarkrec, restricted, series00,
series01, series02, series03, series00Url, series01Url, series02Url,
series03Url, series00HTML, series01HTML, series02HTML, series03HTML