Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

media_url that starts with HTTPS:// is not working correctly #60

Closed
errx opened this issue Dec 14, 2011 · 1 comment
Closed

media_url that starts with HTTPS:// is not working correctly #60

errx opened this issue Dec 14, 2011 · 1 comment
Labels

Comments

@errx
Copy link

errx commented Dec 14, 2011

if media_url looks like https://host/path then after url_join function link became something like '/https:/host/path'.

I guess you shoud add this code or something similar to url_join function:
elif args[0].startswith("https://"):
url = "https://"

@ghost ghost self-assigned this Jan 16, 2012
@sehmaschine
Copy link
Owner

@vam: what do you tink? changing url_join sounds fine for me.

ghost pushed a commit that referenced this issue Feb 22, 2012
@ghost ghost closed this as completed Feb 22, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants