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.
option to specify the extractor manually #5457
Comments
|
It wouldn't actually solve the issue in most cases. For a lot of extractors we extract some crucial information (usually the video id) from the urls using the regular expresions, so they wouldn't work. |
i see in many sites that the format of urls changes frequently or there is many formats of urls like in facebook and as i see in the regular expression it cover a lot of formats but there is more uncovered as in #5120.
so if you can add an option to specify the format manually so it can be a temporary solution untill the issue is solved.