Änderungen

Zur Navigation springen Zur Suche springen
38 Bytes hinzugefügt ,  20:41, 21. Dez. 2016
Zeile 105: Zeile 105:  
Abhilfe schaffte die Ergänzung von <code>, "html.parser"</code> bei der Erzeugung einer Instanz von BeautifulSoup <small>(z.B. <code>
 
Abhilfe schaffte die Ergänzung von <code>, "html.parser"</code> bei der Erzeugung einer Instanz von BeautifulSoup <small>(z.B. <code>
 
bs = bs4.BeautifulSoup(text, "html.parser")</code> )</small> in allen Dateien des Plugins Mediathek. Die Dateien findet man durch  
 
bs = bs4.BeautifulSoup(text, "html.parser")</code> )</small> in allen Dateien des Plugins Mediathek. Die Dateien findet man durch  
   grep -R "BeautifulSoup" *
+
   grep -R "BeautifulSoup" ~/.kodi/addons/plugin.video.mediathek/*
 
Siehe dazu auch [http://forum.kodi.tv/showthread.php?tid=202308 diesen Thread im  Kodi-Forum].
 
Siehe dazu auch [http://forum.kodi.tv/showthread.php?tid=202308 diesen Thread im  Kodi-Forum].
  

Navigationsmenü