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.
Fine tuning fix for #6151 #6245
Comments
|
I guess that not all formats are available for each video so some of the regex won't be found. You should probably use |
Can some contributor please look at a742c00 and suggest why
_search_regexis having issues with that string, so it can be cleaned up for a possible merge/pull.I came up with that search string by trial and error and can't shake that warning off. If I don't pass
fatal=Falseflag, it raises RegexNotFoundError. Otherwise, it extracts thevideo_urlsuccessfully while still warning that it didn't execute search properly. I tried substituting.{30}with the exact string, but that didn't make a difference.