Version 20220415.01. Do not queue /r/undefined/ URLs.

pull/17/head
arkiver 2 years ago
parent da28d3c902
commit 0ce1c59ca4

@ -59,7 +59,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 = '20220323.03'
VERSION = '20220415.01'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 20

@ -100,6 +100,7 @@ allowed = function(url, parenturl)
or string.match(url, "^https?://[^/]*reddit%.com/[^%?]+%?depth=[0-9]+&context=[0-9]+")
or string.match(url, "^https?://[^/]*reddit%.com/login")
or string.match(url, "^https?://[^/]*reddit%.com/register")
or string.match(url, "^https?://[^/]*reddit%.com/r/undefined/")
or string.match(url, "%?sort=")
or string.match(url, "%?limit=500$")
or string.match(url, "%?ref=readnext$")

Loading…
Cancel
Save