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.
Twitter unsupported URL error #24896
Comments
|
Could you try with this url? https://twitter.com/i/status/1251621111357456384 It looks like that the currently used regex is not working as expected if the url contains - https?://(?:(?:www|m(?:obile)?)\.)?twitter\.com/(?:(?:i/web|[^/]+)/status|statuses)/(?P<id>\d+)
+ https?://(?:(?:www|m(?:obile)?)\.)?twitter\.com/(?:(?:i/web|[^/]+)/(status|statuses))/(?P<id>\d+)The regex seems to work after adding some round brackets around the or ( |
|
you need only the id so this regex is better: https://regex101.com/r/Fv38pg/6 regards Oneboy1979 |
Yes, this URL works. Thanks! |
Checklist
Verbose log
Description
Can't download some videos from Twitter (unsupported URL error).