Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Verbose log (original)
Verbose log (After fixing title retrieval)
Description
Lego.com had been changed. All url in test cases no longer work (404)
The above error:
AttributeError: 'NoneType' object has no attribute 'strip'is from title retrieval. It may be fixable by changing totitle = self._html_search_meta('description', webpage)However, after fixing title retrieval, it still failed (see 2nd log above)
It looks like lego.com had changed how it play video to the following:
<video class="vjs-tech" id="vjs_video_3_html5_api" tabindex="-1" autoplay="" src="blob:https://www.lego.com/f4cf2444-028c-c444-8e8a-05a9cdf9a9ee"></video>