forked from zaclys/searxng
		
	embedded iframe (youtube, dailymotion, vimeo): use https
This commit is contained in:
		
							parent
							
								
									609ac5795a
								
							
						
					
					
						commit
						45702b77ca
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -26,7 +26,7 @@ language_support = True | ||||||
| # see http://www.dailymotion.com/doc/api/obj-video.html | # see http://www.dailymotion.com/doc/api/obj-video.html | ||||||
| search_url = 'https://api.dailymotion.com/videos?fields=created_time,title,description,duration,url,thumbnail_360_url,id&sort=relevance&limit=5&page={pageno}&{query}'  # noqa | search_url = 'https://api.dailymotion.com/videos?fields=created_time,title,description,duration,url,thumbnail_360_url,id&sort=relevance&limit=5&page={pageno}&{query}'  # noqa | ||||||
| embedded_url = '<iframe frameborder="0" width="540" height="304" ' +\ | embedded_url = '<iframe frameborder="0" width="540" height="304" ' +\ | ||||||
|     'data-src="//www.dailymotion.com/embed/video/{videoid}" allowfullscreen></iframe>' |     'data-src="https://www.dailymotion.com/embed/video/{videoid}" allowfullscreen></iframe>' | ||||||
| 
 | 
 | ||||||
| supported_languages_url = 'https://api.dailymotion.com/languages' | supported_languages_url = 'https://api.dailymotion.com/languages' | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -24,7 +24,7 @@ paging = True | ||||||
| base_url = 'https://vimeo.com/' | base_url = 'https://vimeo.com/' | ||||||
| search_url = base_url + '/search/page:{pageno}?{query}' | search_url = base_url + '/search/page:{pageno}?{query}' | ||||||
| 
 | 
 | ||||||
| embedded_url = '<iframe data-src="//player.vimeo.com/video/{videoid}" ' +\ | embedded_url = '<iframe data-src="https://player.vimeo.com/video/{videoid}" ' +\ | ||||||
|     'width="540" height="304" frameborder="0" ' +\ |     'width="540" height="304" frameborder="0" ' +\ | ||||||
|     'webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>' |     'webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>' | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -23,7 +23,7 @@ base_url = 'https://www.googleapis.com/youtube/v3/search' | ||||||
| search_url = base_url + '?part=snippet&{query}&maxResults=20&key={api_key}' | search_url = base_url + '?part=snippet&{query}&maxResults=20&key={api_key}' | ||||||
| 
 | 
 | ||||||
| embedded_url = '<iframe width="540" height="304" ' +\ | embedded_url = '<iframe width="540" height="304" ' +\ | ||||||
|     'data-src="//www.youtube-nocookie.com/embed/{videoid}" ' +\ |     'data-src="https://www.youtube-nocookie.com/embed/{videoid}" ' +\ | ||||||
|     'frameborder="0" allowfullscreen></iframe>' |     'frameborder="0" allowfullscreen></iframe>' | ||||||
| 
 | 
 | ||||||
| base_youtube_url = 'https://www.youtube.com/watch?v=' | base_youtube_url = 'https://www.youtube.com/watch?v=' | ||||||
|  |  | ||||||
|  | @ -30,7 +30,7 @@ time_range_dict = {'day': 'Ag', | ||||||
|                    'year': 'BQ'} |                    'year': 'BQ'} | ||||||
| 
 | 
 | ||||||
| embedded_url = '<iframe width="540" height="304" ' +\ | embedded_url = '<iframe width="540" height="304" ' +\ | ||||||
|     'data-src="//www.youtube-nocookie.com/embed/{videoid}" ' +\ |     'data-src="https://www.youtube-nocookie.com/embed/{videoid}" ' +\ | ||||||
|     'frameborder="0" allowfullscreen></iframe>' |     'frameborder="0" allowfullscreen></iframe>' | ||||||
| 
 | 
 | ||||||
| base_youtube_url = 'https://www.youtube.com/watch?v=' | base_youtube_url = 'https://www.youtube.com/watch?v=' | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Dalf
						Dalf