This commit is contained in:
Kovid Goyal
2026-04-22 10:40:51 +05:30
parent 1266d39231
commit eff67da8b8
-1
View File
@@ -13,7 +13,6 @@ except ImportError:
from urlparse import urlparse
import re
HN_URL_RE = re.compile(r'https://news\.ycombinator\.com/item\?id=\d+')
HN_COMMENTS_URL_RE = re.compile(
r'Comments URL:\s*<a [^>]*href="(https://news\.ycombinator\.com/item\?id=\d+)"'