Updated AniDB Builders (markdown)

master
meisnate12 3 years ago
parent 022de7982b
commit c8627635aa

@ -11,6 +11,17 @@ Gets the anime specified by the AniDB ID.
The expected input is an AniDB ID or AniDB Anime URL. Multiple values are supported as either a list or a comma separated string.
```yaml
collections:
Sword Art Online Shows:
anidb_id: 8692, 8691, 13494
```
```yaml
collections:
Sword Art Online Shows:
anidb_id: https://anidb.net/anime/8692, https://anidb.net/anime/8691, https://anidb.net/anime/13494
```
## AniDB Relation
Gets all anime in the relation graph of the specified AniDB ID.
@ -18,6 +29,22 @@ To see the relation graph of an anime use: `https://anidb.net/anime/<ANIDB_ID>/r
The expected input is an AniDB ID, AniDB Anime URL, or AniDB Anime Relation URL. Multiple values are supported as either a list or a comma separated string.
```yaml
collections:
All Sword Art Online:
anidb_relation: 8692
```
```yaml
collections:
All Sword Art Online:
anidb_relation: https://anidb.net/anime/8692
```
```yaml
collections:
All Sword Art Online:
anidb_relation: https://anidb.net/anime/8692/relation/graph
```
## AniDB Popular
Gets every anime in AniDB's [Popular Anime](https://anidb.net/latest/anime/popular/?h=1) list.

Loading…
Cancel
Save