breadability icon indicating copy to clipboard operation
breadability copied to clipboard

Reworked https://www.readability.com/ parsing library (now https://mercury.postlight.com/ is living alternative)

Results 15 breadability issues
Sort by recently updated
recently updated
newest added

Are you planning to issue a Python 3.7 compatible release in a near future? I am the Debian maintainer of breadability. For now we are based on 0.1.20, and I'm...

[issue:32](https://github.com/bookieio/breadability/issues/32)

@miso-belica pointed out that the tests for Bookie are failing. That's part of the issue. The other part is that Bookie is not currently able to build because certain packages...

``` html_content = """    最近一个月内,三圣股份共计登上龙虎榜1次,表明三圣股份股性一般。 (更多龙虎榜查询请点击)    公司主要从事 建材化工、医药。""" article = Article(html_content) print(article.main_text) # pick nothing ``` ``` from lxml import etree html = etree.HTML(html_content) html.xpath('//text()') # pick target content successfully ```

This had _significant_ consequences on a program of mine. Before: ``` real 0m5.776s user 0m4.150s sys 0m0.077s ``` After: ``` real 0m4.261s user 0m4.130s sys 0m0.073s ``` (That's more than...

The following link under bmark.us is missing the section headings: View readable content http://www.theilluminerdy.com/2014/08/20/gumshoe-adventure-master-class/

breadability ships a number of documents for testing that are possibly restricted because they are copyrighted and not BSD-licensed. Would it be possible to use alternatives, or possibly fetch them...

Want to try to keep things consistent for ease of development.

http://www.itnews.com.au/News/355204,why-paypal-chose-openstack.aspx shows the wrong content

Blatant rip off of ticket from https://github.com/buriy/python-readability/issues/43