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
Description
It seems curiositystream has another collection url format
Collection url format 1: https://app.curiositystream.com/collection/2
Collection url format 2: https://curiositystream.com/collections/36
With this regex
https?://(?:app\.)?curiositystream\.com/(?:collection|series)/(?P<id>\d+), format number 2 is not detected.The difference is just word
sincollectionandcollections.