[03:01:21] the design is very human [03:01:39] https://tenor.com/view/the-design-is-very-human-gif-25388130 [05:05:49] Thank you for the super high energy bill. [05:38:30] god i don't miss squat toilets [07:36:43] I love SCP:SL, but I liked it before the first mega patch update. [07:41:43] Very cool. Now we can use videos in galleries. Coming to a Wiki near you, in 2027. [07:43:49] Although, how is the data stored in the db? Is it only storing the video ID and the file system is just constructing the embed URL from that? And what happens if someone is using MediaWiki in a country where YouTube is blocked? I.e. China, Turkmenistan, Iran, Eritrea. [07:44:14] Then you get the thumbnail [07:44:29] In China they would use Billibilli, so if there was a way to change the service that would be nice. [07:44:34] The thumbnail is downloaded and uploaded to the wiki when you add the video [07:45:09] And of course embedding multiple services would be a cool future feature, I expect that in a year or two though. [07:45:43] If you request a size that is greater than the minimum player size for a provider (IE YouTube says to use an embed only larger than 480x360, you get the embed) if you do [[File:YouTubeVide|470px]] that is less than the 480 recommended by YouTube so you get the thumb [07:45:43] https://meta.miraheze.org/wiki/File:YouTubeVide [07:46:01] Thanks wmbot [07:46:14] We love you wm-bot. [07:47:25] I'm assuming this is only intended to work with YouTube, but if the only YouTube specific thing it's doing is defining the constructor URL for it, would a `$wg` variable to change the constructor be supported? [07:48:10] Erm, no. I'm working on YouTube, Twitch right now and open to other suggestions [07:48:23] Probably will implement the others that Ext:Video implements too [07:49:35] So what does the stored data in the db look like for each embedded video? [07:50:07] https://github.com/Telepedia/ExternalVideo/blob/main/includes/ExternalVideoStore.php [07:50:31] It just stores the id of the video and the provider which is a subclass of https://github.com/Telepedia/ExternalVideo/blob/main/includes/Providers/ExternalVideoProvider.php [07:50:34] if you scrap a fandom wiki w/ yt vids thumbnails are like short low q mp4s [07:50:43] If someone can remove those embeds lol because Im on mobile [07:51:22] protip: you can add < > around links to remove embeds [07:51:50] Nice. [07:51:54] instead of posting it and removing it after the fact haha [07:52:23] Oh tysm [07:53:18] I'll definitely use this extension on my wiki when it's mostly completed. [07:53:44] Because that was one of my major frustrations with MediaWiki and EmbedVideo, I can't use EV tags in galleries. [07:54:03] [1/2] It's possible with EmbedVideo, though I'm not sure if it works for non-local videos. [07:54:04] [2/2] https://cdn.discordapp.com/attachments/615786602454581249/1423578834917392454/image.png?ex=68e0d29b&is=68df811b&hm=6ad1a21375a9646400f987093612d811c8f31e51a39127ab65ea682646730a84& [07:54:23] Yeah that was mostly my point for creating it, ext:video has