aboutsummaryrefslogtreecommitdiffstats
path: root/tpblite/models/torrents.py
diff options
context:
space:
mode:
authorMatt Lyon <matthewlyon18@gmail.com>2019-11-03 10:38:05 +1100
committerMatt Lyon <matthewlyon18@gmail.com>2019-11-03 10:38:05 +1100
commit612087fd74b849525c32dfc4033603808b0c2433 (patch)
treec6a015b4bb792059a9503066e8a25f8580ad95f8 /tpblite/models/torrents.py
parentae9e8c258acb277eb10220c0ff3a803091efa923 (diff)
downloadtpb-lite-612087fd74b849525c32dfc4033603808b0c2433.tar.gz
tpb-lite-612087fd74b849525c32dfc4033603808b0c2433.tar.bz2
tpb-lite-612087fd74b849525c32dfc4033603808b0c2433.zip
initial commit for TPB Controller
Diffstat (limited to 'tpblite/models/torrents.py')
-rw-r--r--tpblite/models/torrents.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpblite/models/torrents.py b/tpblite/models/torrents.py
index 8567280..9fd40c4 100644
--- a/tpblite/models/torrents.py
+++ b/tpblite/models/torrents.py
@@ -1,5 +1,6 @@
import re
from bs4 import BeautifulSoup
+from .utils import Query
def fileSizeStrToInt(size_str):