How many would be in support of allowing embedded videos (from verified content creators) to be hosted via pornhub, other?
This approach could be used to rapidly get videos going again.
It would be a zero cost solution from a hosting perspective being only a coding change, and not requiring expensive video hosting, IPFS nodes, etc.
Ideally a 'widget' via an add on script that would auto generate the markdown needed for a well formed video embed and could be updated as needed without needing to redeploy the entire site.
If the data is snarfed via the server backend to get around CORS issues - could probably be used to grab snapshot image url.
In the future could possibly auto populate title field as well and maybe description, and possibly suggested tag guessing depending on site the video is hosted with.
A CORS proxy could be setup then used by the script so that video urls could actually be parse out by client browser. (using whitelisted only sites/url patterns for the proxying CORS gateway with rate limiting to prevent potential abuse).
RE: Feedback Wanted