aboutsummaryrefslogtreecommitdiffstats
path: root/tpblite/models/utils.py
diff options
context:
space:
mode:
authorMatt Lyon <matthewlyon18@gmail.com>2019-12-16 11:47:01 +0000
committerMatt Lyon <matthewlyon18@gmail.com>2019-12-16 11:47:01 +0000
commitaa666a65a3c61fce8b103594cc432aaca2644b8e (patch)
treec513995f9b55829e2aba14ddccb2efcaf2a16224 /tpblite/models/utils.py
parent669edd3ea3ded084c03775818710e0eef6e6d92d (diff)
downloadtpb-lite-aa666a65a3c61fce8b103594cc432aaca2644b8e.tar.gz
tpb-lite-aa666a65a3c61fce8b103594cc432aaca2644b8e.tar.bz2
tpb-lite-aa666a65a3c61fce8b103594cc432aaca2644b8e.zip
removed property tags, improved torrent row finding function
Diffstat (limited to 'tpblite/models/utils.py')
-rw-r--r--tpblite/models/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpblite/models/utils.py b/tpblite/models/utils.py
index 310d9fd..14c002f 100644
--- a/tpblite/models/utils.py
+++ b/tpblite/models/utils.py
@@ -3,7 +3,7 @@ from urllib.request import Request, urlopen
from purl import URL as pURL
-class Query(object):
+class QueryParser(object):
'''
Query object capable of getting html response given
a search query and other parameters.