[ao3] add initial support (#6013)

This commit is contained in:
Mike Fährmann
2024-09-15 22:34:56 +02:00
parent 7d6520e15d
commit 638a676495
6 changed files with 418 additions and 0 deletions

View File

@@ -1279,6 +1279,20 @@ Extractor-specific Options
==========================
extractor.ao3.formats
---------------------
Type
* ``string``
* ``list`` of ``strings``
Default
``"pdf"``
Example
* ``"azw3,epub,mobi,pdf,html"``
* ``["azw3", "epub", "mobi", "pdf", "html"]``
Description
Format(s) to download.
extractor.artstation.external
-----------------------------
Type

View File

@@ -103,6 +103,12 @@ Consider all listed sites to potentially be NSFW.
<td>Firms, Projects</td>
<td></td>
</tr>
<tr>
<td>Archive of Our Own</td>
<td>https://archiveofourown.org/</td>
<td>Search Results, Series, Tag Searches, User Profiles, Bookmarks, Works</td>
<td></td>
</tr>
<tr>
<td>ArtStation</td>
<td>https://www.artstation.com/</td>