User Controls
The embed youtube videos thing is messed up
-
2023-08-29 at 11:30 PM UTC
Originally posted by vindicktive vinny i have yet to come across any broken embeds except those that want you to watch them on youtube.
https://niggasin.space/post/1777731
the embeds themselves aren't broken, they just say 'view on youtube' rather than loading on the page -
2023-08-29 at 11:36 PM UTC
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.') -
2023-08-29 at 11:39 PM UTCyeah it's not that because the video gets embedded in the page, it just doesn't play and links to YouTube instead
-
2023-08-29 at 11:45 PM UTCIt should do that with tiktok and shorts too c:
-
2023-08-30 at 12:37 AM UTC
Originally posted by aldra yeah it's not that because the video gets embedded in the page, it just doesn't play and links to YouTube instead
My suspicion is if monetization is enabled for the vid, youtube throws the error because apparently you don't get ads on embeds. Idk though. That'd make sense tho? -
2023-08-30 at 12:47 AM UTC
Originally posted by Meikai My suspicion is if monetization is enabled for the vid, youtube throws the error because apparently you don't get ads on embeds. Idk though. That'd make sense tho?
it might be related to that, but it only started happening with the site update so it'd have to have been triggered by something changed in that patch and I think previously the message was different ('this video can't be embedded' vs. 'invalid video').
actually I just looked it up and that specific message seems to relate to youtube preventing videos with copyrighted music being embedded but I don't know why that would've changed when lanny updated the site:
https://wordpress.org/support/topic/embedded-youtube-issue-video-unavailable/
the only thing that would've visibly changed to youtube would be the SSL certificate, maybe -
2023-08-30 at 12:55 AM UTCdid you change anything relating to referral or blocking/overriding http headers? apparently youtube doesn't like that either
-
2023-08-30 at 1:11 AM UTC
Originally posted by Jiggaboo_Johnson Do they have youtube in Chingchong land vinny or is it heavily censored?
you have to be smart enough to climb over the great firewall to use youtube.
its how the see see pee ensures only users who are above a certain IQ gets to use youtube.
see aneng channel for example. -
2023-08-30 at 1:13 AM UTC
Originally posted by aldra https://niggasin.space/post/1777731
the embeds themselves aren't broken, they just say 'view on youtube' rather than loading on the page
yea, its not because the link is broken but rather youtube setting that disallows embed for a certain videos and is set by the uploader.
happens not just here but almost everywhere as well, including dailystormer. -
2023-08-30 at 1:17 AM UTC
Originally posted by vindicktive vinny yea, its not because the link is broken but rather youtube setting that disallows embed for a certain videos and is set by the uploader.
happens not just here but almost everywhere as well, including dailystormer.
At the same time Lanny and a bunch of sites all go down to update???
CANARY CHECK
We're being spooked FOLX
Kafka was half right
THE ENTIRE INTERNET IS COMPROMISED
#TSCM
#TSCMCOMMUNITY -
2023-08-30 at 1:21 AM UTChapped to me long before the updates. it happens evrywhere.
-
2023-08-30 at 1:23 AM UTCNot on xenforo
-
2023-08-30 at 2:20 AM UTC
Originally posted by Lanny Seems to work. I think the old embeds broke when we switched providers, and I suspect that's a product of the new SSL certs the site runs under. I think this is a "security" measure on YT's side, which I don't really have any control over. IDK what advantage YT thinks this confers, but w/e
Sure, blame your fuck up on YouTube -
2023-08-30 at 3:22 AM UTC