karan / TPB

:cloud: Python API for ThePirateBay.
MIT License
331 stars 66 forks source link

Switch entirely to lxml #55

Closed umazalakain closed 10 years ago

umazalakain commented 10 years ago

Currently we use BeautifulSoup with the lxml, making lxml a requirement. By using solely lxml, we get rid of BeautifulSoup and make it possible to use lxml's css selectors.

karan commented 10 years ago

the tests are failing..

umazalakain commented 10 years ago

Uh, didn't notice. I forgot to get rid of a BeautifulSoup import :-S

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-0.02%) when pulling 620d4a8af670de9602d4bbf2ad728ac636349afd on lxml into 725d50dfab3c74a8af864c54537abc187d2af9bd on master.