Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvements to QSURLExtractor #1150

Merged
merged 4 commits into from Oct 4, 2012
Merged

improvements to QSURLExtractor #1150

merged 4 commits into from Oct 4, 2012

Commits on Oct 2, 2012

  1. 1
    Copy the full SHA
    bec6d9b View commit details
    Browse the repository at this point in the history
  2. update to BeautifulSoup 4

    It converts HTML entities to UTF-8 characters automatically
    skurfer committed Oct 2, 2012
    Copy the full SHA
    c96d089 View commit details
    Browse the repository at this point in the history
  3. better handling for tags inside links

    Instead of only checking `<a><span>Text</span></a>`, this should also handle things like
    
        <a><b>Text</b></a>
        <a><b><i>Text</i></b></a>
        <a><b><i>More</i> Text</b> Here</a>
    
    and so on.
    skurfer committed Oct 2, 2012
    Copy the full SHA
    287fb63 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    918b69a View commit details
    Browse the repository at this point in the history