2DU hace 9 años
padre
commit
42b7fbb0b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mark.py

+ 1 - 1
mark.py

@@ -477,7 +477,7 @@ def namumark(title, data):
                 width = '560'
                 height = '315'
 
-            data = com.sub('<iframe width="' + width + '" height="' + height + '" src="https://www.youtube.com/embed/' + result[0] + '" frameborder="0" allowfullscreen></iframe>', data, 1)
+            data = com.sub('<iframe width="' + width + '" height="' + height + '" src="https://www.youtube.com/embed/' + result[0] + '" frameborder="0" allowfullscreen></iframe><br>', data, 1)
         else:
             break