docs(instances): add a new instance
by @JodanJodan closes: https://github.com/zyachel/libremdb/issues/93
This commit is contained in:
parent
250d8bb388
commit
630aae3cd8
@ -57,6 +57,7 @@ Inspired by projects like [teddit](https://codeberg.org/teddit/teddit), [nitter]
|
|||||||
| <https://ld.ca.zorby.top/> | [Yes](http://q3hetdcyyy572xznqmsledzlbv77moycoqs6ptehpp5vsmx4dtcuqeqd.onion/) | [Yes](http://5j37qusybvyhecljn4hr5i4chifdlfqfkfveythzpzyfxiibt7cq.b32.i2p/) | CA | No | Operated by [Troughy](https://zorby.top/) |
|
| <https://ld.ca.zorby.top/> | [Yes](http://q3hetdcyyy572xznqmsledzlbv77moycoqs6ptehpp5vsmx4dtcuqeqd.onion/) | [Yes](http://5j37qusybvyhecljn4hr5i4chifdlfqfkfveythzpzyfxiibt7cq.b32.i2p/) | CA | No | Operated by [Troughy](https://zorby.top/) |
|
||||||
| <https://imdb.nerdvpn.de/> | No | No | UA | No | Operated by [Weidenwiesel](https://nerdvpn.de/) |
|
| <https://imdb.nerdvpn.de/> | No | No | UA | No | Operated by [Weidenwiesel](https://nerdvpn.de/) |
|
||||||
| <https://libremdb.canine.tools/> | No | No | US | No | Operated by [canine.tools](https://canine.tools/) |
|
| <https://libremdb.canine.tools/> | No | No | US | No | Operated by [canine.tools](https://canine.tools/) |
|
||||||
|
| <https://libremdb-fly.fly.dev/> | No | No | US | No | Operated by [jodanjodan](https://github.com/JodanJodan) |
|
||||||
|
|
||||||
Instances list in JSON format can be found in [instances.json](instances.json) file.
|
Instances list in JSON format can be found in [instances.json](instances.json) file.
|
||||||
|
|
||||||
@ -105,7 +106,7 @@ Instances list in JSON format can be found in [instances.json](instances.json) f
|
|||||||
- [x] add a way to see trailer and other videos
|
- [x] add a way to see trailer and other videos
|
||||||
- [ ] implement movie specific routes like:
|
- [ ] implement movie specific routes like:
|
||||||
|
|
||||||
- [x] reviews(including critic reviews)
|
- [ ] reviews(including critic reviews)
|
||||||
- [ ] video & image gallery
|
- [ ] video & image gallery
|
||||||
- [ ] sections under 'did you know'
|
- [ ] sections under 'did you know'
|
||||||
- [ ] release info
|
- [ ] release info
|
||||||
@ -113,7 +114,7 @@ Instances list in JSON format can be found in [instances.json](instances.json) f
|
|||||||
|
|
||||||
- [ ] implement other routes like:
|
- [ ] implement other routes like:
|
||||||
|
|
||||||
- [x] lists
|
- [ ] lists
|
||||||
- [ ] moviemeter
|
- [ ] moviemeter
|
||||||
- [x] person info(includes directors and actors)
|
- [x] person info(includes directors and actors)
|
||||||
- [ ] company info
|
- [ ] company info
|
||||||
|
@ -120,5 +120,10 @@
|
|||||||
"clearnet": "https://libremdb.canine.tools/",
|
"clearnet": "https://libremdb.canine.tools/",
|
||||||
"cdn": false,
|
"cdn": false,
|
||||||
"country": "US"
|
"country": "US"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"clearnet": "https://libremdb-fly.fly.dev/",
|
||||||
|
"cdn": false,
|
||||||
|
"country": "US"
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user