Leonardo is a better programmer than all of you, he is building something great and gets paid the big bucks. All praise our glorious dear leader Leonardo!
The following users say it would be alright if the author of this
post didn't die in a fire!
Originally posted by Jiggaboo_Johnson
So is the various youtube link things not working an unhappy coincidence or is that related to the site issues too?
Yeah, idk about this either. It seems unlikely to be laniel's doing since half the videos work and there's no obvious similarity between the URLs of broken videos.
Like:
Originally posted by the man who put it in my hood
I thought it might have been the underscore in that URL, or the fact that scronny left an & in it originally... but no:
Originally posted by the man who put it in my hood
Also doesn't work. There's no rhyme or reason. So I'm assuming this is youtube's fault.
But then...
Bit of a sussy coincidence if it's not all Lanny's fault.
Originally posted by Jiggaboo_Johnson
So is the various youtube link things not working an unhappy coincidence or is that related to the site issues too?
Leonardo is clearly implementing tiktok and youtube short embedding
if url.netloc in ('www.youtube.com', 'youtube.com', 'm.youtube.com'): return _embed_youtube(url) elif url.netloc in ('youtu.be',): return _embed_youtube_shortcode(url) elif url.netloc in ('bitchute.com', 'www.bitchute.com'): return _embed_bitchute(url) elif url.netloc in ('www.tiktok.com', 'm.tiktok.com'): return _embed_tiktok(url) elif ext in ('webm', 'mp4'): return _embed_html5_video(url) else: raise EmbeddingNotSupportedException('Unrecognized service.')
The following users say it would be alright if the author of this
post didn't die in a fire!