jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
383 stars 137 forks source link

video unavailable #127

Closed agilealpha1 closed 3 years ago

agilealpha1 commented 4 years ago

スクリーンショット 2020-05-30 15 48 02

sudhanshu456 commented 4 years ago

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

pavlov-victor commented 4 years ago

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

codingtruman commented 3 years ago

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

aleksihakli commented 3 years ago

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.

codingtruman commented 3 years ago

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.

aleksihakli commented 3 years ago

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