Version 20220311.01. Use new backfeed endpoint for queuing.

pull/13/head
arkiver 2 years ago
parent 383c101aef
commit 4f50a0d699

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

@ -666,8 +666,8 @@ wget.callbacks.finish = function(start_time, end_time, wall_time, numurls, total
local tries = 0
while tries < 10 do
local body, code, headers, status = http.request(
"http://blackbird-amqp.meo.ws:23038/urls-t05crln9brluand/",
items
"https://legacy-api.arpa.li/backfeed/legacy/urls-dyr8rrotminvxky",
items .. "\0"
)
if code == 200 or code == 409 then
break

Loading…
Cancel
Save