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

Case sensitive match #10

Open
RuedigerVoigt opened this issue Jul 14, 2021 · 0 comments
Open

Case sensitive match #10

RuedigerVoigt opened this issue Jul 14, 2021 · 0 comments

Comments

@RuedigerVoigt
Copy link
Owner

RuedigerVoigt commented Jul 14, 2021

This code in parser.py:

        soup = BeautifulSoup(file_content, 'html.parser')
        for link in soup.find_all('a'):

does not match if code falsely uses upper case <A HREF='https://www.example.com/'>.. - like for example the export function from the Chrome bookmark manager.

The simple solution would be to convert everything to lowercase.
This would also mean faster matching.
Yet it looks wrong in the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant