Version 20220729.04. Queue extra found URLs on media URLs to backfeed.

pull/17/head
arkiver 2 years ago
parent e8fe03fbd0
commit 8c45a263aa

@ -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 = '20220729.03'
VERSION = '20220729.04'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 20

@ -90,6 +90,10 @@ end
allowed = function(url, parenturl)
if item_type == "url" then
if url ~= item_value then
reddit_media_urls["url:" .. url] = true
return false
end
return true
end

Loading…
Cancel
Save