Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
petrichorcode
/
python-readability
Public
forked from
buriy/python-readability
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-readability
readability
on
master
User selector
All users
All time
Commit history
Commits on Jul 19, 2016
Update readability.py
buriy
authored
e4efc87
View commit details
Copy full SHA for e4efc87
View code at this point
Browse repository at this point
Improved Document class documentation
buriy
authored
b20d5c1
View commit details
Copy full SHA for b20d5c1
View code at this point
Browse repository at this point
Commits on Apr 4, 2016
Update readability.py
alphapapa
committed
8443a87
View commit details
Copy full SHA for 8443a87
View code at this point
Browse repository at this point
Use Mozilla User-Agent
Show description for 5fc2d36
alphapapa
committed
5fc2d36
View commit details
Copy full SHA for 5fc2d36
View code at this point
Browse repository at this point
Commits on Sep 29, 2015
Fixed #70 and added xpath option
buriy
committed
65d1ebb
View commit details
Copy full SHA for 65d1ebb
View code at this point
Browse repository at this point
Commits on Aug 26, 2015
Update readability.py
Show description for c0d794f
buriy
committed
c0d794f
View commit details
Copy full SHA for c0d794f
View code at this point
Browse repository at this point
Commits on Jul 27, 2015
Debugging improvements. Bump to 0.6.0.5
buriy
committed
8ff11e6
View commit details
Copy full SHA for 8ff11e6
View code at this point
Browse repository at this point
Fixed #49. Bump to 0.6.0.4
buriy
committed
fcdbe56
View commit details
Copy full SHA for fcdbe56
View code at this point
Browse repository at this point
Commits on Jul 26, 2015
Added dev branch features.
Show description for 24bb20c
buriy
committed
24bb20c
View commit details
Copy full SHA for 24bb20c
View code at this point
Browse repository at this point
Merge pull request #64 from martinth/master
Show description for 1546587
buriy
committed
1546587
View commit details
Copy full SHA for 1546587
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
Move logging.basicConfig to main function
horva
committed
f0ff9b2
View commit details
Copy full SHA for f0ff9b2
View code at this point
Browse repository at this point
Commits on May 6, 2015
Improved #65 which has given warning, added cssselect lib, bumped to 0.5.1
buriy
committed
e2bc1ea
View commit details
Copy full SHA for e2bc1ea
View code at this point
Browse repository at this point
Failure if best_elem is root (fix #58)
avalanchy
committed
bf9e740
View commit details
Copy full SHA for bf9e740
View code at this point
Browse repository at this point
Commits on Apr 30, 2015
Fixes checking of declared encodings in get_encoding.
Show description for 386e48d
martinth
committed
386e48d
View commit details
Copy full SHA for 386e48d
View code at this point
Browse repository at this point
Commits on Apr 29, 2015
Fixes regex declaration in get_encoding.
Show description for 046d2c1
martinth
committed
046d2c1
View commit details
Copy full SHA for 046d2c1
View code at this point
Browse repository at this point
Adds compatibility `raise_with_traceback` method to support different `raise` syntax
Show description for ce7ca26
martinth
committed
ce7ca26
View commit details
Copy full SHA for ce7ca26
View code at this point
Browse repository at this point
Corrects some things were 2to3 did to much.
martinth
committed
3ac5632
View commit details
Copy full SHA for 3ac5632
View code at this point
Browse repository at this point
Adds Python 3.4 support.
Show description for aa4132f
martinth
committed
aa4132f
View commit details
Copy full SHA for aa4132f
View code at this point
Browse repository at this point
Commits on Apr 27, 2015
Updated package links for Python 2.7 and Python 3 support
buriy
committed
987570b
View commit details
Copy full SHA for 987570b
View code at this point
Browse repository at this point
Added a feature to allow more images per article (with a test)
buriy
committed
1fac7e6
View commit details
Copy full SHA for 1fac7e6
View code at this point
Browse repository at this point
Insert text inside iframe for correct output
Miguel Galves
authored and
buriy
committed
d04d41b
View commit details
Copy full SHA for d04d41b
View code at this point
Browse repository at this point
Let width and height attributes
Miguel Galves
authored and
buriy
committed
be2a1c4
View commit details
Copy full SHA for be2a1c4
View code at this point
Browse repository at this point
Allows iframes containing youtube or vimeo videos. People like them
Miguel Galves
authored and
buriy
committed
f1759c1
View commit details
Copy full SHA for f1759c1
View code at this point
Browse repository at this point
Commits on Mar 16, 2015
Fixes #53
buriy
committed
e4bcbe5
View commit details
Copy full SHA for e4bcbe5
View code at this point
Browse repository at this point
Commits on Dec 19, 2014
Defaulting to utf-8 when chardet returns None
Show description for 75e2e0c
nathanathan
committed
75e2e0c
View commit details
Copy full SHA for 75e2e0c
View code at this point
Browse repository at this point
Commits on Sep 22, 2014
Fix for #52: <input type="hidden"> are not counted any more for "form removal" heuristic.
buriy
committed
638f73f
View commit details
Copy full SHA for 638f73f
View code at this point
Browse repository at this point
Commits on May 13, 2014
Added code to check declared encodings first and check them
Show description for 3a43a3f
markperdomo
committed
3a43a3f
View commit details
Copy full SHA for 3a43a3f
View code at this point
Browse repository at this point
Commits on Oct 10, 2013
Quickfix for #41
buriy
committed
d8595b7
View commit details
Copy full SHA for d8595b7
View code at this point
Browse repository at this point
Commits on Oct 9, 2013
Minor fix in encoding guessing. Claiming it v0.3.0.1
buriy
committed
318f25c
View commit details
Copy full SHA for 318f25c
View code at this point
Browse repository at this point
Released v 0.3, and uploaded to the pypi.
buriy
committed
08658d1
View commit details
Copy full SHA for 08658d1
View code at this point
Browse repository at this point
Commits on Sep 17, 2012
Make lxml clean tree available for user modifications.
hush-hush
authored and
Maxime Mouial
committed
e2e78e4
View commit details
Copy full SHA for e2e78e4
View code at this point
Browse repository at this point
Commits on Aug 28, 2012
Added check on title.text to avoid a TypeError on None.
Drew Vogel
committed
fdba8d9
View commit details
Copy full SHA for fdba8d9
View code at this point
Browse repository at this point
Commits on Jul 9, 2012
Explicitly check if title is None. fixes #22
Show description for 0843d9c
zacharydenton
committed
0843d9c
View commit details
Copy full SHA for 0843d9c
View code at this point
Browse repository at this point
Commits on Jun 7, 2012
readability.htmls: some docs do not have title elem
andreypopp
committed
95852d5
View commit details
Copy full SHA for 95852d5
View code at this point
Browse repository at this point
Commits on Apr 17, 2012
Remove pdb dummy
mitechie
committed
e9a5cbf
View commit details
Copy full SHA for e9a5cbf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.