Skip to content

Commit

Permalink
fixed #61 -- added 'porn' to categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Unai Zalakain committed Feb 4, 2014
1 parent 7773f4b commit 921c0d9
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 212 deletions.
176 changes: 90 additions & 86 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,86 +1,90 @@
### Master

### v1.3.4

* Fix: return all the 100 top torrents
* Fix: readme typo

### v1.3.3

* Add: tox support for running tests

### v1.3.2

* Fix: use thepiratebay.org redireted domain

### v1.3.1

* Add: yesterday creation date handling

### v1.3.0

* Fix: TPB moved to a `.gy` domain
* Add: Torrent info (detailed description)
* Add: Torrent files (and their sizes)

### v1.2.0

* Fix: Switch entirely to `lxml`
* Fix: TPB moved to a `.pe` domain

### v1.1.5

* Fix: better documentation
* Fix: TPB moved to a `.ac` domain

### v1.1.4

* 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

### v1.1.3

* Add: Support for searches that do not return any results
* Add: Py 3 support
* Fix: Correct UTF-8 handling

### v1.1.2

* Move to MIT License

### v1.1.1

* Fix: Make BeautifulSoup use lxml to avoid bad html parsing errors

### v1.1.0

* 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.

### v1.0.0

* Add: Development tests
* Fix: `NoneType` on Recent torrents

### v0.0.5

* Add: Ordering/sorting
* Add: Advanced pagination
* Add: Getting top torrents
* Rewrite: Category search

### v0.0.4

* Fix: `UnicodeEncodeError` thrown by `created` field.
* Fix: `IndexError` issue #11
### Master

### v1.3.5

* Fix: 'porn' categy added

### v1.3.4

* Fix: return all the 100 top torrents
* Fix: readme typo

### v1.3.3

* Add: tox support for running tests

### v1.3.2

* Fix: use thepiratebay.org redireted domain

### v1.3.1

* Add: yesterday creation date handling

### v1.3.0

* Fix: TPB moved to a `.gy` domain
* Add: Torrent info (detailed description)
* Add: Torrent files (and their sizes)

### v1.2.0

* Fix: Switch entirely to `lxml`
* Fix: TPB moved to a `.pe` domain

### v1.1.5

* Fix: better documentation
* Fix: TPB moved to a `.ac` domain

### v1.1.4

* 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

### v1.1.3

* Add: Support for searches that do not return any results
* Add: Py 3 support
* Fix: Correct UTF-8 handling

### v1.1.2

* Move to MIT License

### v1.1.1

* Fix: Make BeautifulSoup use lxml to avoid bad html parsing errors

### v1.1.0

* 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.

### v1.0.0

* Add: Development tests
* Fix: `NoneType` on Recent torrents

### v0.0.5

* Add: Ordering/sorting
* Add: Advanced pagination
* Add: Getting top torrents
* Rewrite: Category search

### v0.0.4

* Fix: `UnicodeEncodeError` thrown by `created` field.
* Fix: `IndexError` issue #11
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='ThePirateBay',
version='1.3.3',
version='1.3.5',
install_requires=['purl', 'dateutils', 'lxml', 'cssselect'],
author='Karan Goel',
author_email='karan@goel.im',
Expand Down
Loading

0 comments on commit 921c0d9

Please sign in to comment.