Advertisement
ernand

Untitled

Jun 14th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.71 KB | None | 0 0
  1. [archiveofourown.org]
  2. use_basic_cache:true
  3. ## Some sites require login (or login for some rated stories) The
  4. ## program can prompt you, or you can save it in config. In
  5. ## commandline version, this should go in your personal.ini, not
  6. ## defaults.ini.
  7. username:XXXXXXXX
  8. password:XXXXXXXX
  9.  
  10. ## In order to get bookmarktags and bookmarksummary, you need to login
  11. ## all the time. This defaults to off to save time and network
  12. ## traffic. Requires valid AO3 username and password when true.
  13. always_login:true
  14.  
  15. ## Some sites also require the user to confirm they are adult for
  16. ## adult content. In commandline version, this should go in your
  17. ## personal.ini, not defaults.ini.
  18. is_adult:true
  19.  
  20. ## AO3 offers a page to download the entire work at once. This can
  21. ## save a lot of network traffic if there are many chapters.
  22. ## True by built-in default.
  23. use_view_full_work:true
  24.  
  25. ## Some works on AO3 ship with an author-defined CSS sheet.
  26. ## By default, do not include it.
  27. use_workskin:false
  28.  
  29. ## archiveofourown.org stories allow chapters to be added out of
  30. ## order. So the newest chapter may not be the last one. FanFicFare update
  31. ## doesn't like that. If do_update_hook is uncommented and set true,
  32. ## the adapter will discard all existing chapters from the newest one
  33. ## on when updating to enforce accurate chapters.
  34. ## Starting July 2015, FFF stores chapter URLs in the chapter files.
  35. ## Stories downloaded after that shouldn't need this setting anymore.
  36. #do_update_hook:false
  37.  
  38. ## Some adapters collect additional meta information beyond the
  39. ## standard ones. They need to be defined in extra_valid_entries to
  40. ## tell the rest of the FanFicFare system about them. They can be
  41. ## used in include_subject_tags, titlepage_entries,
  42. ## extra_titlepage_entries, logpage_entries, extra_logpage_entries,
  43. ## and include_in_* config items. You can also add additional entries
  44. ## here to build up composite metadata entries.
  45. ## archiveofourown.org, for example, fills genre (a standard
  46. ## entry) as the composite offreeformtags, ao3categories in
  47. ## include_in_genre. If there's ever more than 4 series, add
  48. ## series04,series04Url etc.
  49. 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
  50. fandoms_label:Fandoms
  51. freeformtags_label:Freeform Tags
  52. freefromtags_label:Freeform Tags
  53. ao3categories_label:AO3 Categories
  54. comments_label:Comments
  55. chapterslashtotal_label:Chapters/Total Chapters
  56. chapterstotal_label:Total Chapters
  57. kudos_label:Kudos
  58. hits_label:Hits
  59. collections_label:Collections
  60. ## Count of bookmarks on story by all users
  61. bookmarks_label:Bookmarks
  62. ## Tags & Summary from *your* bookmark on the story. Only collected
  63. ## if always_login:true
  64. bookmarked_label:I Bookmarked Story
  65. bookmarktags_label:My Bookmark Tags
  66. bookmarksummary_label:My Bookmark Summary
  67. bookmarkprivate_label:My Bookmark Private
  68. bookmarkrec_label:My Bookmark Rec
  69. restricted_label:Restricted to Registered Users
  70. series00HTML_label:Series
  71. series01HTML_label:Additional Series
  72. series02HTML_label:Additional Series
  73. series03HTML_label:Additional Series
  74.  
  75. ## Assume entryUrl, apply to "<a class='%slink' href='%s'>%s</a>" to
  76. ## make entryHTML.
  77. make_linkhtml_entries:series00,series01,series02,series03
  78.  
  79. ## AO3 doesn't have anything it calls 'genre'. The adapter used to be
  80. ## hardcoded to include the site specific metadata freeformtags &
  81. ## ao3categories in the standard metadata field genre. By making it
  82. ## configurable, users can change it.
  83. include_in_genre: freeformtags, ao3categories
  84.  
  85. ## AO3 uses the word 'category' differently than most sites. The
  86. ## adapter used to be hardcoded to include the site specific metadata
  87. ## fandom in the standard metadata field category. By making it
  88. ## configurable, users can change it.
  89. include_in_category:fandoms
  90.  
  91. ## freeformtags was previously typo'ed as freefromtags. This way,
  92. ## freefromtags will still work for people who've used it.
  93. include_in_freefromtags:freeformtags
  94.  
  95. ## chapterslashtotal contains 1/3 or 1/1 or 3/? etc as reported by AO3.
  96. ## chapterstotal is just the total chapters part after the /
  97. include_in_chapterstotal:chapterslashtotal.NOREPL
  98. add_to_replace_metadata:
  99. chapterstotal=>^([0-9])+/(.+)$=>\2
  100.  
  101. replace_metadata:
  102. category=>^Avatar: The Last Airbender$=>Avatar: The Last Airbender (Cartoon 2005)
  103. category=>^僕のヒーローアカデミア \| Boku no Hero Academia \| My Hero Academia$=>Boku no Hero Academia | My Hero Academia (Anime & Manga)
  104. category=>^僕のヒーローアカデミア.*$=>Boku no Hero Academia | My Hero Academia (Anime & Manga)
  105. category=>^オーバーロード-丸山くがね \| Overlord - Maruyama Kugane$=>Overlord - Maruyama Kugane
  106. category=>^異世界魔王と召喚少女の奴隷魔術 \| How NOT to Summon a Demon Lord - Yukiya Murasaki$=>How NOT to Summon a Demon Lord - Yukiya Murasaki
  107. category=>^ヴィジランテ \| My Hero Academia: Vigilantes$=>My Hero Academia: Vigilantes
  108. category=>^異世界かるてっと \| Isekai Quartet \(Anime\)$=>Isekai Quartet (Anime)
  109.  
  110.  
  111. ##fixes for the website
  112. use_archiveofourown_gay:true
  113.  
  114.  
  115.  
  116. ## Due to a bug with Archive of Our Own, the link to orphan_account
  117. ## just leads to a 404 page. Hopefully it will be fixed in future.
  118. ## Uncomment authorUrl line below (but keep one leading space) to
  119. ## replace orphan_account author links with one that works.
  120. # authorUrl=>(/users/orphan_account)/pseuds/.*$=>\1
  121.  
  122. ## adds to titlepage_entries instead of replacing it.
  123. #extra_titlepage_entries: fandoms,freeformtags,ao3categories,comments,chapterslashtotal,chapterstotal,kudos,hits,bookmarks,bookmarked,bookmarktags,bookmarksummary,series01HTML,series02HTML,series03HTML,byline
  124.  
  125. ## adds to include_subject_tags instead of replacing it.
  126. #extra_subject_tags:fandoms,freeformtags,ao3categories
  127.  
  128. ## AO3 chapters can include several different types of notes. We've
  129. ## traditionally included them all in the chapter text, but this allows
  130. ## you to customize which you include. Copy this parameter to your
  131. ## personal.ini and list the ones you don't want.
  132. #exclude_notes:authorheadnotes,chaptersummary,chapterheadnotes,chapterfootnotes,authorfootnotes,inspiredlinks
  133.  
  134. ## AO3 authorfootnotes and inspiredlinks end up in the 'last' chapter,
  135. ## but if updated, then there's a new 'last' chapter, leaving multiple
  136. ## copies. This option applies the 'skip_on_ffdl_update' class to
  137. ## those tags which means they will be removed during epub reading for
  138. ## update. This will only effect chapters added after turning the
  139. ## setting on.
  140. ## Result: Only the last chapter will have end notes.
  141. ## Side-effect: An 'Update Always' that doesn't add a new last
  142. ## chapter will also remove the end notes.
  143. #remove_authorfootnotes_on_update:false
  144.  
  145. ## AO3 is blocking people more aggressively. If you download fewer
  146. ## stories less often you can likely get by with reducing this sleep.
  147. slow_down_sleep_time:2
  148.  
  149. ## AO3 allows users to archive stories they didn't write in certain
  150. ## cases. These are indicated by showing a byline such as:
  151. ## 'Orig Author [archived by Archivist Author]'
  152. ## If use_archived_author is set true (and there's only one author
  153. ## listed), author will be set to 'Orig Author' instead of 'Archivist
  154. ## Author'. authorUrl will still point to the Archivist Author's page.
  155. #use_archived_author:false
  156.  
  157. ## AO3 chapters have 'date' available for each chapter.
  158. ## These can be used with custom output (see
  159. ## https://github.com/JimmXinu/FanFicFare/wiki/CustomOutput ) or with
  160. ## chapter_title_*_pattern settings.
  161. ## Examples for html & epub:
  162. #[html]
  163. #tocpage_entry:
  164. # <a href="#section${index04}">${chapter}</a> ${date}<br />
  165. #[epub]
  166. #tocpage_entry:
  167. # <a href="file${index04}.xhtml">${chapter}</a> ${date}<br /><br />
  168.  
  169. ## The 'date' value for chapters mentioned above can be formated with
  170. ## datechapter_format. Otherwise it will default to
  171. ## datePublished_format
  172. datechapter_format:%%Y-%%m-%%d
  173.  
  174.  
  175. ## This section will override anything in the system defaults or other
  176. ## sections here.
  177. [overrides]
  178. ## default varies by site. Set true here to force all sites to
  179. ## collect series.
  180. collect_series: true
  181. extratags_label:FanFiction
  182.  
  183. 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, series04, series05, series06, series07, series08, series09, series00Url, series01Url, series02Url, series03Url, series04Url, series05Url, series06Url, series07Url, series08Url, series90Url, series00HTML, series01HTML, series02HTML, series03HTML, series04HTML, series05HTML, series06HTML, series07HTML, series08HTML, series09HTML
  184. fandoms_label:Fandoms
  185. freeformtags_label:Freeform Tags
  186. freefromtags_label:Freeform Tags
  187. ao3categories_label:AO3 Categories
  188. comments_label:Comments
  189. chapterslashtotal_label:Chapters/Total Chapters
  190. chapterstotal_label:Total Chapters
  191. kudos_label:Kudos hits_label:Hits collections_label:Collections
  192. ## Count of bookmarks on story by all users bookmarks_label:Bookmarks
  193. ## Tags & Summary from *your* bookmark on the story. Only collected
  194. ## if always_login:true bookmarked_label:I Bookmarked Story bookmarktags_label:My Bookmark Tags
  195. bookmarksummary_label:My Bookmark Summary
  196. bookmarkprivate_label:My Bookmark Private
  197. bookmarkrec_label:My Bookmark Rec
  198. restricted_label:Restricted to Registered Users
  199. series00HTML_label:Series
  200. series01HTML_label:Additional Series
  201. series02HTML_label:Additional Series
  202. series03HTML_label:Additional Series
  203. series04HTML_label:Additional Series
  204. series05HTML_label:Additional Series
  205. series06HTML_label:Additional Series
  206. series07HTML_label:Additional Series
  207. series08HTML_label:Additional Series
  208. series09HTML_label:Additional Series
  209. make_linkhtml_entries:series00,series01,series02,series03,series04,series05,series06,series07,series08,series09
  210. titlepage_entries: seriesHTML,category,genre,language,characters,ships,status,datePublished,dateUpdated,dateCreated,rating,warnings,numChapters,numWords,site,description extra_titlepage_entries: fandoms,freeformtags,ao3categories,comments,chapterslashtotal,chapterstotal,kudos,hits,bookmarks,bookmarked,bookmarktags,bookmarksummary,series01HTML,series02HTML,series03HTML,series04HTML,series05HTML,series06HTML,series07HTML,series08HTML,series09HTML,byline
  211.  
  212. custom_columns_settings:
  213. dateUpdated=>#updatedate,r
  214. bookmarksummary=>#bookmarknotes,r
  215. fandoms=>#fandom,a
  216. series=>#multiseries,a
  217. series00=>#multiseries,a
  218. series01=>#multiseries,a
  219. series02=>#multiseries,a
  220. series03=>#multiseries,a
  221. series04=>#multiseries,a
  222. series05=>#multiseries,a
  223. series06=>#multiseries,a
  224. series07=>#multiseries,a
  225. series08=>#multiseries,a
  226. series09=>#multiseries,a
  227.  
  228. ## include a Update Log page before the story text. If 'true', the
  229. ## log will be updated each time the epub is and all the metadata
  230. ## fields that have changed since the last update (typically
  231. ## dateUpdated,numChapters,numWords at a minimum) will be shown.
  232. ## Great for tracking when chapters came out and when the description,
  233. ## etc changed.
  234. ## Plugin will now preserve the log page when the epub is overwritten,
  235. ## too.
  236. include_logpage: true
  237. ## If set to 'smart', logpage will only be included if the story is
  238. ## status:In-Progress or already had a logpage. That way you don't
  239. ## end up with Completed stories that have just one logpage entry.
  240. #include_logpage: smart
  241.  
  242. ## By default, logpage is placed before the story chapters. This
  243. ## setting, if true, will place the logpage after the chapters
  244. ## instead.
  245. logpage_at_end: true
  246.  
  247. ## items to include in the log page Empty metadata entries, or those
  248. ## that haven't changed since the last update, will *not* appear, even
  249. ## if in the list. You can include extra text or HTML that will be
  250. ## included as-is in each log entry. Eg: logpage_entries: ...,<br />,
  251. ## summary,<br />,...
  252. logpage_entries: dateCreated,<br />,datePublished,<br />,dateUpdated,<br />,numChapters,numWords,status,<br />,series,<br />,title,<br />,author,<br />,description,<br />,category,<br />,genre,<br />,rating,<br />,warnings,<br />,fandoms,<br />,freeformtags,<br />,freefromtags,
  253. ao3categories,<br />,comments,<br />,chapterstotal,<br />,kudos,
  254. hits,<br />,bookmarks,<br />,collections,<br />,byline,<br />,bookmarked,<br />,bookmarktags,
  255. bookmarksummary,<br />,bookmarkprivate,<br />,bookmarkrec,<br />,restricted,<br />,series00,
  256. series01,<br />,series02,<br />,series03
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement