coleifer / micawber

a small library for extracting rich content from urls
http://micawber.readthedocs.org/
MIT License
635 stars 91 forks source link

Media with https #61

Closed aledeg closed 8 years ago

aledeg commented 8 years ago

I am trying to embed that video in my nikola blog post.

The video is embed in http no matter what configuration I use. I tried both http and https with the following syntax:

# With http
.. media:: http://www.dailymotion.com/video/x1apjif_une-arbalete-de-poche-fabriquee-manuellement_tv

# With https
.. media:: https://www.dailymotion.com/video/x1apjif_une-arbalete-de-poche-fabriquee-manuellement_tv

The problem is that the video is hidden by Firefox when I use the https version of my blog.

Is this a bug in micawber or, as @raisina mentioned here, is it a dailymotion issue?

If it can be of any help, I am currently using:

Here is my original issue

coleifer commented 8 years ago

I'm not sure, it sounds to me like it is a Firefox security feature, blocking mixed content maybe? I have no idea, to be honest, but I do not believe this is a bug in micawber.