aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix handling torrents with sizes less that 1KHEADmasterFilipp Lepalaan2021-03-191-4/+3
* Update setup.pyv0.7.0Matt2020-11-091-1/+1
* Update README.mdMatt2020-11-091-1/+3
* Merge pull request #10 from klaymond/is-vipMatt2020-11-091-0/+10
|\
| * Deleted printsUri Goldberg2020-11-081-3/+0
| * Added functionality for knowing which torrents are from trusted or VIP sourcesUri Goldberg2020-11-081-0/+13
|/
* Update README.mdMatt2020-10-171-1/+1
* Update README.mdMatt2020-10-171-0/+1
* Update README.mdMatt2020-10-171-4/+4
* Update .travis.ymlMatt2020-09-091-1/+1
* Create python-publish.ymlv0.6.00.6.0Matt2020-09-091-0/+31
* Update .travis.ymlMatt2020-09-091-1/+0
* travis fixMatt Lyon2020-09-092-2/+2
* Rename .travis.yaml to .travis.ymlMatt2020-09-091-0/+0
* Update README.mdMatt2020-09-091-1/+2
* added tests, switched to lxmlMatt Lyon2020-09-0912-7/+492
* Merge pull request #5 from loiccoyle/cleanupMatt2020-09-094-25/+19
|\
| * replace beautifulsoup4 with lxml and remove purl dependencyLoic Coyle2020-08-224-26/+20
* | v0.5v0.5.0Matt Lyon2020-08-291-2/+2
* | Merge pull request #4 from loiccoyle/urlMatt2020-08-295-16/+31
|\ \
| * | add url attribute to READMELoic Coyle2020-08-261-0/+1
| * | blackLoic Coyle2020-08-234-13/+22
| * | add missing typingLoic Coyle2020-08-231-2/+2
| |/
| * add url attribute to TorrentLoic Coyle2020-08-221-1/+6
* | added top to READMEv0.4.00.4.0Matt Lyon2020-08-232-2/+14
* | Merge pull request #3 from loiccoyle/topMatt2020-08-232-2/+27
|\|
| * 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
|\
| * 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-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