From f9701b815b9da072c4ba65857332ce4a9e5f6bd3 Mon Sep 17 00:00:00 2001 From: TylerCG <117808427+TylerCG@users.noreply.github.com> Date: Sun, 19 Oct 2025 20:20:16 -0400 Subject: [PATCH] Update download.py --- app/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/download.py b/app/download.py index 7e910ac..fc0768f 100644 --- a/app/download.py +++ b/app/download.py @@ -219,7 +219,7 @@ class dropout(): def series(force_download): json_data=[] - html=requests.get('https://www.dropout.tv/series').text + html=requests.get('https://watch.dropout.tv/series').text # If you want to parse the HTML soup = BeautifulSoup(html, 'html.parser')