From c9d352630682cfbd25c39eea99f98afbecadb18b Mon Sep 17 00:00:00 2001 From: iZooGooD Date: Sun, 17 Mar 2024 12:39:31 +0530 Subject: [PATCH] chore: cleanup files --- torrscrapper/constants.py | 1 - torrscrapper/urls.py | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/torrscrapper/constants.py b/torrscrapper/constants.py index 441d7f9..4710c21 100644 --- a/torrscrapper/constants.py +++ b/torrscrapper/constants.py @@ -1,4 +1,3 @@ class SiteURLs: PIRATE_BAY_BASE_URL = "https://pirate-proxy.dad/newapi/q.php?" X1337_BASE_URL = "https://1337x.unblockit.ing" - MAGNET_DL_BASE_URL = "https://www.magnetdl.com/u" diff --git a/torrscrapper/urls.py b/torrscrapper/urls.py index ae24f0b..73dbf9f 100644 --- a/torrscrapper/urls.py +++ b/torrscrapper/urls.py @@ -7,9 +7,7 @@ path("dmca", views.dmca, name="dmca"), path("privacy_policy", views.privacy_policy, name="privacy_policy"), path("contact_us", views.contact_us, name="contact_us"), - path( - "contact_us/submitform", views.contact_form_submit, name="contact_form_submit" - ), + path("contact_us/submitform", views.contact_form_submit, name="contact_form_submit"), path("categories/movies", views.movies, name="movies"), path("categories/movies/", views.movies_single, name="movies_single"), path("categories/games", views.games, name="games"),