$OpenBSD: patch-lib_urlwatch_html2txt_py,v 1.1 2016/01/10 16:11:49 sthen Exp $
--- lib/urlwatch/html2txt.py.orig	Fri Feb 27 18:30:42 2015
+++ lib/urlwatch/html2txt.py	Mon Dec 14 14:27:28 2015
@@ -56,7 +56,7 @@ def html2text(data, method='lynx', utf8=False):
         return d
 
     if method == 'lynx':
-        cmd = ['lynx', '-dump', '-stdin']
+        cmd = ['lynx', '-nonumbers', '-dump', '-stdin']
 
         if utf8:
             cmd.append('-assume_charset=UTF-8')
