merge #3950: [misskey] add 'favorite' extractor
This commit is contained in:
@@ -2108,8 +2108,16 @@ Description
|
||||
Also emit metadata for text-only posts without media content.
|
||||
|
||||
|
||||
extractor.[misskey].access-token
|
||||
--------------------------------
|
||||
Type
|
||||
``string``
|
||||
Description
|
||||
Your access token, necessary to fetch favorited notes.
|
||||
|
||||
|
||||
extractor.[misskey].renotes
|
||||
----------------------------
|
||||
---------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
@@ -2119,7 +2127,7 @@ Description
|
||||
|
||||
|
||||
extractor.[misskey].replies
|
||||
----------------------------
|
||||
---------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
|
||||
@@ -196,6 +196,7 @@
|
||||
"password": null
|
||||
},
|
||||
"misskey": {
|
||||
"access-token": null,
|
||||
"renotes": false,
|
||||
"replies": true
|
||||
},
|
||||
|
||||
@@ -1132,19 +1132,19 @@ Consider all sites to be NSFW unless otherwise known.
|
||||
<tr>
|
||||
<td>Misskey.io</td>
|
||||
<td>https://misskey.io/</td>
|
||||
<td>Images from Notes, User Profiles</td>
|
||||
<td>Favorites, Images from Notes, User Profiles</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lesbian.energy</td>
|
||||
<td>https://lesbian.energy/</td>
|
||||
<td>Images from Notes, User Profiles</td>
|
||||
<td>Favorites, Images from Notes, User Profiles</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sushi.ski</td>
|
||||
<td>https://sushi.ski/</td>
|
||||
<td>Images from Notes, User Profiles</td>
|
||||
<td>Favorites, Images from Notes, User Profiles</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user