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.
CanalPlus Extractor: Matcher exception not catched #2851
Comments
|
Thank you for the report. Can you add the full output you get when you |
|
Here an example:
It's a logical error:
|
The canalplus extractor use
mobj.group('id')to extract thevideo_idfrom the URL but it may not contain contain any ID which lead to AttributeException and stop the process.The extractor should use the groupdict to get the potential
id.