aboutsummaryrefslogtreecommitdiffstats
path: root/tpblite/models
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | search. Adding type hinting for these two methods.
* 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
| | | | | | without any query. Also ran Black + cleaned some docstrings + added some type annotations.
* 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