Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add url attribute to Torrent | Loic Coyle | 2020-08-22 | 1 | -1/+6 |
| | |||||
* | add 0 check | Loic Coyle | 2020-08-22 | 1 | -1/+3 |
| | |||||
* | added top | Loic Coyle | 2020-02-20 | 1 | -0/+8 |
| | |||||
* | Fixing mistakes related to type hinting. | JPFrancoia | 2019-12-25 | 1 | -3/+3 |
| | |||||
* | Adding comment explaining the 0 at the end of the browse URL. | JPFrancoia | 2019-12-25 | 1 | -0/+1 |
| | |||||
* | Renaming QueryParser from_browse and from_search methods to browse and | JPFrancoia | 2019-12-25 | 1 | -4/+7 |
| | | | | search. Adding type hinting for these two methods. | ||||
* | Addressing some comments in the PR (mainly code cleaning). | JPFrancoia | 2019-12-25 | 1 | -3/+1 |
| | |||||
* | Adding a browse() method to the TPB object, to get torrents by category, | JPFrancoia | 2019-12-24 | 2 | -93/+115 |
| | | | | | | without any query. Also ran Black + cleaned some docstrings + added some type annotations. | ||||
* | added better error handling for connection issuesv0.2.4 | Matt Lyon | 2019-12-21 | 2 | -23/+14 |
| | |||||
* | updated README | Matt Lyon | 2019-12-17 | 1 | -13/+7 |
| | |||||
* | removed property tags, improved torrent row finding function | Matt Lyon | 2019-12-16 | 2 | -21/+35 |
| | |||||
* | removed print statement | Matt Lyon | 2019-12-06 | 1 | -1/+0 |
| | |||||
* | fixed row removal issue | Matt Lyon | 2019-12-06 | 1 | -2/+5 |
| | |||||
* | added __len__ functionality to Torrent object | Matt Lyon | 2019-12-02 | 1 | -9/+20 |
| | |||||
* | minor fix to unicode strings | Matt Lyon | 2019-12-01 | 1 | -6/+14 |
| | |||||
* | added comments, handled exceptions in getBestTorrent and __getRows | Matt Lyon | 2019-11-26 | 1 | -7/+16 |
| | |||||
* | added TODO | Matt Lyon | 2019-11-26 | 1 | -0/+1 |
| | |||||
* | removed print statements | Matt Lyon | 2019-11-26 | 1 | -2/+0 |
| | |||||
* | small fixes | Matt Lyon | 2019-11-26 | 2 | -1/+4 |
| | |||||
* | improvements to TPB controller and Query | mattlyon93 | 2019-11-03 | 2 | -4/+5 |
| | |||||
* | initial commit for TPB Controller | Matt Lyon | 2019-11-03 | 2 | -1/+2 |
| | |||||
* | added utils and constants | Matt Lyon | 2019-11-02 | 2 | -73/+115 |
| | |||||
* | initial commit | Matt Lyon | 2019-10-30 | 3 | -0/+221 |