Version 20221021.01. Ignore /tailwind-build.css URL from comment in HTML.

pull/17/head
arkiver 2 years ago
parent 8a27002fd3
commit 7f4db17348

@ -61,7 +61,7 @@ if not WGET_AT:
#
# Update this each time you make a non-cosmetic change.
# It will be added to the WARC files and reported to the tracker.
VERSION = '20221005.01'
VERSION = '20221021.01'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 20

@ -107,6 +107,7 @@ allowed = function(url, parenturl)
or string.match(url, "%?sort=")
or string.match(url, "%?limit=500$")
or string.match(url, "%?ref=readnext$")
or string.match(url, "/tailwind%-build%.css$")
or string.match(url, "^https?://v%.redd%.it/.+%?source=fallback$")
or string.match(url, "^https?://[^/]*reddit%.app%.link/")
or string.match(url, "^https?://out%.reddit%.com/r/")

Loading…
Cancel
Save