16 lines
		
	
	
		
			992 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			992 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'base.html' %} {% block head %}
 | |
| <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
 | |
| 
 | |
| <meta name="twitter:player:stream" content="{{ vidurl }}" />
 | |
| <meta name="twitter:player:stream:content_type" content="video/mp4" />
 | |
| <meta name="twitter:player:width" content="{{ videoSize['width'] }}" />
 | |
| <meta name="twitter:player:height" content="{{ videoSize['height'] }}" />
 | |
| <meta property="og:url" content="{{ vidurl }}" />
 | |
| <meta property="og:video" content="{{ vidurl }}" />
 | |
| <meta property="og:video:secure_url" content="{{ vidurl }}" />
 | |
| <meta property="og:video:type" content="video/mp4" />
 | |
| <meta property="og:video:width" content="{{ videoSize['width'] }}" />
 | |
| <meta property="og:video:height" content="{{ videoSize['height'] }}" />
 | |
| <meta name="twitter:card" content="player" />
 | |
| 
 | |
| <meta http-equiv="refresh" content="0; url = {{ vidurl }}" /> {% endblock %} {% block body %} Redirecting you to the video in a moment. <a href="{{ vidurl }}">Or click here.</a> {% endblock %} |