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.
i see in the site two types of urls:
both urls are for the same video
i try only to add a regular expression for the second type that youtube-dl currently doesn't recognize:
_VALID_URL = r'^http://(?:\w+\.)?add-anime\.net/video/(?P<id>[\w_]+)/.*'is there a way to combine the reglar expression so it can recognize both types.