User Controls

The embed youtube videos thing is messed up

  1. #21
    aldra JIDF Controlled Opposition
    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
  2. #22
    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.')
  3. #23
    aldra JIDF Controlled Opposition
    yeah it's not that because the video gets embedded in the page, it just doesn't play and links to YouTube instead
  4. #24
    It should do that with tiktok and shorts too c:
  5. #25
    Meikai Heck This Schlong
    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?
  6. #26
    aldra JIDF Controlled Opposition
    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
    The following users say it would be alright if the author of this post didn't die in a fire!
  7. #27
    aldra JIDF Controlled Opposition
    did you change anything relating to referral or blocking/overriding http headers? apparently youtube doesn't like that either
    The following users say it would be alright if the author of this post didn't die in a fire!
  8. #28
    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.
  9. #29
    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.
  10. #30
    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
  11. #31
    happed to me long before the updates. it happens evrywhere.
  12. #32
    Not on xenforo
  13. #33
    Speedy Parker Black Hole [my absentmindedly lachrymatory gazania]
    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
  14. #34
    Meikai Heck This Schlong
    Originally posted by Speedy Parker Sure, blame your fuck up on YouTube

    Well... yeah? I mean, if you can, you should definitely blame your fuck ups on YouTube. Why should he take the blame? Just 'cause its probably his fault? Google's a billion dollar company, they can handle the false accusation.
Jump to Top