From 37eeb1894b09fe0996e1d8ca0b8b1f5734c38eb9 Mon Sep 17 00:00:00 2001 From: Koert Weber <80591987+WBRK-dev@users.noreply.github.com> Date: Sat, 9 Nov 2024 19:59:54 +0100 Subject: [PATCH] docs: add note about source decryption not working --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ea14e96..7edfb52 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ This project includes: > 1. This API is just an unofficial api for [vidstream.to](https://vidstream.to) and is in no other way officially related to the same. > 2. The content that this api provides is not mine, nor is it hosted by me. These belong to their respective owners. This api just demonstrates how to build an api that scrapes websites and uses their content. +> [!WARNING] +> +> Since Vidstream recently changed how the sources are encrypted, there is currently no way to decrypt episode sources.
+> All the other routes remain functional. + ## Contents - [Installation](#installation)