jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.

Home Page:http://django-embed-video.rtfd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video unavailable

agilealpha1 opened this issue · comments

please state your problem correctly and provide the related code, which you used to implement this .!!

I have same problem with this code

{% load embed_video_tags %}

{% video item.url 'small' %}

or

{% video item as my_video %}
    URL: {{ my_video.url }}
    Thumbnail: {{ my_video.thumbnail }}
    Backend: {{ my_video.backend }}
    {% video my_video 'small' %}
{% endvideo %}

browser - Yandex browser latest
country - Rus

I've got the same trouble as well. I think it's about CORS

Is this issue still relevant? We haven't heard back in a while and I'm just checking if you are still facing the problem.

Is this issue still relevant? We haven't heard back in a while and I'm just checking if you are still facing the problem.

I figured it out. The problem is some videos are set by the Youtuber not to be allowed to share. So it works for most videos.

Great, closing the issue then :) Thanks for reporting back.