Skip to content

Commit 516f128

Browse files
committed
fix errors in README.md
1 parent 5a5abdd commit 516f128

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Search by the Name of the movie, series, anime or game.
99
#### Search by ID
1010
Allows you to search by an ID that varies from API to API. Concrete info can be found in the description of the individual APIs.
1111

12+
### Currently supported media types
13+
- movies (including specials)
14+
- series (including OVAs)
15+
- games
16+
1217
### Currently supported APIs:
1318
- [Jikan](https://jikan.moe/), an API that uses [My Anime List](https://myanimelist.net)
1419
- supported formats
@@ -17,16 +22,16 @@ Allows you to search by an ID that varies from API to API. Concrete info can be
1722
- specials
1823
- OVAs
1924
- authentication
20-
- no authentication needed
25+
- no authentication or API key needed
2126
- SFW filter support
2227
- yes
2328
- Search by ID
2429
- the ID you need is the ID of the anime on [My Anime List](https://myanimelist.net)
2530
- you can find this ID in the URL
2631
- e.g. for "Beyond the Boundary" the URL looks like this `https://myanimelist.net/anime/18153/Kyoukai_no_Kanata` so the ID is `18153`
2732
- notes
28-
- the api is very slow sometimes, this is normal
29-
- the titles have to be with the titles that they have on [My Anime List](https://myanimelist.net), which are in most cases the japanese titles
33+
- sometimes the api is very slow, this is normal
34+
- you need to use the title the anime has on [My Anime List](https://myanimelist.net), which is in most cases the japanese title
3035
- e.g. instead of "Demon Slayer" you have to search "Kimetsu no Yaiba"
3136
- the API is rate limited to
3237
- 60 requests per minute
@@ -38,21 +43,16 @@ Allows you to search by an ID that varies from API to API. Concrete info can be
3843
- games
3944
- authentication
4045
- an API key is needed
41-
- you can get one for free [here](https://www.omdbapi.com/apikey.aspx)
46+
- you can get one [here](https://www.omdbapi.com/apikey.aspx) for free
4247
- SFW filter support
43-
- no, but I haven't encountered ant NSFW content in testing
48+
- no, but I haven't encountered any NSFW content while developing this plugin
4449
- Search by ID
4550
- the ID you need is the ID of the movie or show on [IMDb](https://www.imdb.com)
4651
- you can find this ID in the URL
4752
- e.g. for "Rogue One" the URL looks like this `https://www.imdb.com/title/tt3748528/` so the ID is `tt3748528`
4853
- notes
4954
- the api is rate limited to 1000 requests a day
50-
51-
### Currently supported media types
52-
- movies (including specials)
53-
- series (including OVAs)
54-
- games
55-
55+
5656
### Contributions
5757
Thank you for wanting to contribute to this project.
5858

0 commit comments

Comments
 (0)