Skip to content

Commit

Permalink
chore: cleanup files
Browse files Browse the repository at this point in the history
  • Loading branch information
iZooGooD committed Mar 17, 2024
1 parent 8dcb11b commit c9d3526
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion torrscrapper/constants.py
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 1 addition & 3 deletions torrscrapper/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/<int:movie_id>", views.movies_single, name="movies_single"),
path("categories/games", views.games, name="games"),
Expand Down

0 comments on commit c9d3526

Please sign in to comment.