falk-hueffner / metric-cooking

Browser script that annotates US cooking units with their metric equivalent (e.g. 1 3/4 cups sugar [350 g])
GNU General Public License v2.0
29 stars 4 forks source link

partially working on https://www.seasonsandsuppers.ca/cannoli-cream-puffs/ #14

Open mrelg opened 4 years ago

mrelg commented 4 years ago

Temperatures get converted but ingredients do not.

falk-hueffner commented 4 years ago

The HTML code looks like this:

<li class="wprm-recipe-ingredient" style="list-style-type:none;">
  <span class="wprm-recipe-ingredient-amount">1</span> 
  <span class="wprm-recipe-ingredient-unit">cup</span> 
  <span class="wprm-recipe-ingredient-name">hot water</span>
</li>

so it's the same issue as #8 and #6.