From 5576580b42c3577ca36be16dea6197d1d5edb3a9 Mon Sep 17 00:00:00 2001 From: Jannik Date: Thu, 31 Dec 2020 13:59:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EParser=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Parser.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Parser.md b/Parser.md index e1a5cea..bd3e1a6 100644 --- a/Parser.md +++ b/Parser.md @@ -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 \ No newline at end of file +### 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. \ No newline at end of file