„Parser“ ändern

Jannik 2020-12-31 13:59:29 +01:00
parent af99fff8b2
commit 5576580b42
1 changed files with 10 additions and 2 deletions

@ -1,3 +1,11 @@
Since there is no public API to use, Teapod uses a custom Jsoup based Parser to retrieve information from the AoD website.
Since there is no public API to use, Teapod uses a custom Jsoup based Parser to retrieve information from the AoD website. As always with parsing and reverse engineering this site contains mostly guesses and things that seem logically.
### Connections
### Connections
Teapod connects to multiple hosts during startup and usage. Some of which are clear but others may bee suspicious. The following hosts are used by AoD and can be observed while using the website with any browser.
* www.anime-on-demand.de
* .amazonaws.com
* .cloudfront.net
* .streamlock.net
AoD uses amazon AWS as cloud provider, as well as cloudfront, which is also a aws service. Streamlock is used as cdn for the actual media streams. Additinally it might be possible to have connections to `.jwpcdn.com` which is used on there website for the player, but not in Teapod.