aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added top to READMEv0.4.00.4.0Matt Lyon2020-08-232-2/+14
|
* Merge pull request #3 from loiccoyle/topMatt2020-08-232-2/+27
|\ | | | | add a top() method to the TPB class
| * PEP8 and remove unused importLoic Coyle2020-08-221-3/+2
| |
| * add 0 checkLoic Coyle2020-08-221-1/+3
| |
| * added topLoic Coyle2020-02-202-0/+24
| |
* | Update README.mdMatt2020-03-071-0/+2
|/
* updated README, added some commentsv.0.3.0Matt Lyon2019-12-253-10/+26
|
* Update README.mdMatt2019-12-251-2/+8
|
* Merge pull request #2 from JPFrancoia/masterMatt2019-12-253-115/+164
|\ | | | | Adding a browse() method to the TPB object, to get torrents by category,
| * Fixing mistakes related to type hinting.JPFrancoia2019-12-252-11/+9
| |
| * search_url is now a private atttribute and was renamed _search_url.JPFrancoia2019-12-251-10/+7
| |
| * 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-243-113/+165
|/ | | | | | without any query. Also ran Black + cleaned some docstrings + added some type annotations.
* added better error handling for connection issuesv0.2.4Matt Lyon2019-12-214-25/+16
|
* minor fix to description on setupv.0.2.3Matt Lyon2019-12-191-3/+12
|
* fix to urlv0.2.2Matt Lyon2019-12-171-2/+2
|
* added download_url to setupMatt Lyon2019-12-171-1/+2
|
* updated READMEMatt Lyon2019-12-174-27/+109
|
* removed property tags, improved torrent row finding functionMatt Lyon2019-12-165-25/+61
|
* removed print statementMatt Lyon2019-12-062-2/+1
|
* fixed row removal issueMatt Lyon2019-12-062-3/+6
|
* added setup.pymattlyon932019-12-031-0/+22
|
* 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-263-9/+5
|
* improvements to TPB controller and Querymattlyon932019-11-033-7/+13
|
* initial commit for TPB ControllerMatt Lyon2019-11-033-3/+11
|
* added utils and constantsMatt Lyon2019-11-022-73/+115
|
* initial commitMatt Lyon2019-10-307-0/+239
|
* Initial commitMatt2019-10-302-0/+125