From 70035cc2558952ecc4098ebefe35d846ef5ce29e Mon Sep 17 00:00:00 2001 From: Vxrtrauter Date: Thu, 9 Oct 2025 14:33:51 +0200 Subject: [PATCH] refactor: remove unnecessary comments from get_post_title function --- core/data/scrapers/uztracker.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/data/scrapers/uztracker.py b/core/data/scrapers/uztracker.py index 0afbaba..bf20e6a 100644 --- a/core/data/scrapers/uztracker.py +++ b/core/data/scrapers/uztracker.py @@ -88,7 +88,4 @@ def get_post_title(post_url, debug): -# What x and x.startswith('magnet:') Does -# x - check if x exists (not None/empty) -# and - if x exists, THEN check the next part -# x.startswith('magnet:') - does x start with "magnet:"? +