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.
What is the purpose of your issue?
Back in #10900 I discovered that Vimeo had started using React for the video review sites. They still are, but appear to now render more HTML on the server than they were initially. a093cfc fixed the issue by grabbing the
configUrlout of the JSON in the source. However, now that attribute is gone from the source, but the original solution of grabbing it from thedata-config-urlin the HTML works again - because Vimeo sends that HTML from the server. So, simply reverting those few lines fixes the broken importer. However, maybe it's better to just addin case Vimeo changes again?