- Fix: 'porn' categy added
- Fix: return all the 100 top torrents
- Fix: readme typo
- Add: tox support for running tests
- Fix: use thepiratebay.org redireted domain
- Add: yesterday creation date handling
- Fix: TPB moved to a
.gy
domain - Add: Torrent info (detailed description)
- Add: Torrent files (and their sizes)
- Fix: Switch entirely to
lxml
- Fix: TPB moved to a
.pe
domain
- Fix: better documentation
- Fix: TPB moved to a
.ac
domain
- Fix: bug in torrent creation timestamp parsing
- Fix: ascending and descending ordering confusion
- Fix: default to only local testing
- Add: docs about possible problems with
lxml
s dependency compilations
- Add: Support for searches that do not return any results
- Add: Py 3 support
- Fix: Correct UTF-8 handling
- Move to MIT License
- Fix: Make BeautifulSoup use lxml to avoid bad html parsing errors
- Add: coveralls (coverage reporting service) support
- Add: full python 3.2 and python 3.3 support.
- Add: Local (bottle server with presets) and remote testing.
- Add: Last page handling in multipage mode.
- Fix: Chained path modification bugs.
- Add: Torrent creation date parsing.
- Add: Travis CI support.
- Add: requirements.txt for tests.
- Add: Authors file.
- Rewrite: Smart url handling.
- Rewrite: Multiple scenario testing with testscenarios.
- Add: Development tests
- Fix:
NoneType
on Recent torrents
- Add: Ordering/sorting
- Add: Advanced pagination
- Add: Getting top torrents
- Rewrite: Category search
- Fix:
UnicodeEncodeError
thrown bycreated
field. - Fix:
IndexError
issue #11