New video embedding
This commit is contained in:
		
							parent
							
								
									c529fc87fd
								
							
						
					
					
						commit
						8fa216c06c
					
				| @ -93,13 +93,13 @@ def embed_youtube(text): | ||||
|             element.attrs["href"].startswith("https://www.you") | ||||
|         ): | ||||
|             video_name = element.attrs["href"].split("/")[-1] | ||||
|             #if "v=" in element.attrs["href"]: | ||||
|             #    video_name = element.attrs["href"].split("?v=")[1].split("&")[0] | ||||
|             if "v=" in element.attrs["href"]: | ||||
|                 video_name = element.attrs["href"].split("?v=")[1].split("&")[0] | ||||
|             #if "si=" in element.attrs["href"]: | ||||
|             #    video_name = "?v=" + element.attrs["href"].split("/")[-1] | ||||
|             #if "t=" in element.attrs["href"]: | ||||
|             #    video_name += "&t=" + element.attrs["href"].split("&t=")[1].split("&")[0] | ||||
|             embed_template = f'<iframe width="560" height="315" style="display:block;" src="https://www.youtube.com/embed/{video_name}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>' | ||||
|             embed_template = f'<iframe width="560" height="315" style="display:block" src="https://www.youtube.com/embed/{video_name}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>' | ||||
|             element.replace_with(BeautifulSoup(embed_template, "html.parser")) | ||||
|     return str(soup) | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user