aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUri Goldberg <uri.goldberg06@gmail.com>2020-11-08 17:31:06 -0600
committerUri Goldberg <uri.goldberg06@gmail.com>2020-11-08 17:31:06 -0600
commit82bfbfeff606b7b56b8cade227389f1e5b2d1168 (patch)
treeaf78a1858fe10feb95d430f946667c0fc947ad4c
parent46101cdc039c8ff0f90145e78628dd5c0235529b (diff)
downloadtpb-lite-82bfbfeff606b7b56b8cade227389f1e5b2d1168.tar.gz
tpb-lite-82bfbfeff606b7b56b8cade227389f1e5b2d1168.tar.bz2
tpb-lite-82bfbfeff606b7b56b8cade227389f1e5b2d1168.zip
Deleted prints
-rw-r--r--tpblite/models/torrents.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tpblite/models/torrents.py b/tpblite/models/torrents.py
index 38e8149..3d6fc10 100644
--- a/tpblite/models/torrents.py
+++ b/tpblite/models/torrents.py
@@ -71,13 +71,10 @@ class Torrent:
def _getVip(self):
image_name = self.html_row.xpath('.//img/@src')[1]
- print('shalom')
- print(image_name)
return 'vip' in image_name
def _getTrusted(self):
image_name = self.html_row.xpath('.//img/@src')[1]
- print(image_name)
return 'trusted' in image_name