cc-archive / cc-link-checker

Automated link checker for legalcode and license URLs
MIT License
9 stars 13 forks source link

Cannot retrieve licenses list from github after UI revamp #86

Closed bhumijgupta closed 4 years ago

bhumijgupta commented 4 years ago

Description

After The latest UI revamp, github changed its html structure, causing the beautiful soup selector to break. This is causing the script to break and also unit test to fail. See #84 for first encounter

Reproduction

  1. Run pytest

Expectation

The script should get all the license list from the github repo

Screenshots

image

Environment

Additional context

Resolution