aboutsummaryrefslogtreecommitdiffstats
path: root/tpblite/models
Commit message (Expand)AuthorAgeFilesLines
* Fix handling torrents with sizes less that 1KHEADmasterFilipp Lepalaan2021-03-191-4/+3
* Deleted printsUri Goldberg2020-11-081-3/+0
* Added functionality for knowing which torrents are from trusted or VIP sourcesUri Goldberg2020-11-081-0/+13
* added tests, switched to lxmlMatt Lyon2020-09-091-4/+2
* Merge pull request #5 from loiccoyle/cleanupMatt2020-09-092-20/+17
|\
| * replace beautifulsoup4 with lxml and remove purl dependencyLoic Coyle2020-08-222-20/+17
* | blackLoic Coyle2020-08-232-11/+21
|/
* add url attribute to TorrentLoic Coyle2020-08-221-1/+6
* add 0 checkLoic Coyle2020-08-221-1/+3
* added topLoic Coyle2020-02-201-0/+8
* Fixing mistakes related to type hinting.JPFrancoia2019-12-251-3/+3
* Adding comment explaining the 0 at the end of the browse URL.JPFrancoia2019-12-251-0/+1
* Renaming QueryParser from_browse and from_search methods to browse andJPFrancoia2019-12-251-4/+7
* Addressing some comments in the PR (mainly code cleaning).JPFrancoia2019-12-251-3/+1
* Adding a browse() method to the TPB object, to get torrents by category,JPFrancoia2019-12-242-93/+115
* added better error handling for connection issuesv0.2.4Matt Lyon2019-12-212-23/+14
* updated READMEMatt Lyon2019-12-171-13/+7
* removed property tags, improved torrent row finding functionMatt Lyon2019-12-162-21/+35
* removed print statementMatt Lyon2019-12-061-1/+0
* fixed row removal issueMatt Lyon2019-12-061-2/+5
* added __len__ functionality to Torrent objectMatt Lyon2019-12-021-9/+20
* minor fix to unicode stringsMatt Lyon2019-12-011-6/+14
* added comments, handled exceptions in getBestTorrent and __getRowsMatt Lyon2019-11-261-7/+16
* added TODOMatt Lyon2019-11-261-0/+1
* removed print statementsMatt Lyon2019-11-261-2/+0
* small fixesMatt Lyon2019-11-262-1/+4
* improvements to TPB controller and Querymattlyon932019-11-032-4/+5
* initial commit for TPB ControllerMatt Lyon2019-11-032-1/+2
* added utils and constantsMatt Lyon2019-11-022-73/+115
* initial commitMatt Lyon2019-10-303-0/+221