aboutsummaryrefslogtreecommitdiffstats
path: root/tpblite
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-234-13/+22
* | add missing typingLoic Coyle2020-08-231-2/+2
|/
* add url attribute to TorrentLoic Coyle2020-08-221-1/+6
* 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
* updated README, added some commentsv.0.3.0Matt Lyon2019-12-251-8/+12
* 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
* 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
* added better error handling for connection issuesv0.2.4Matt Lyon2019-12-212-23/+14
* updated READMEMatt Lyon2019-12-172-13/+9
* removed property tags, improved torrent row finding functionMatt Lyon2019-12-163-24/+56
* 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-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-305-0/+232