diff --git a/pipeline.py b/pipeline.py
index 3aa9dac..1ee26dd 100644
--- a/pipeline.py
+++ b/pipeline.py
@@ -67,7 +67,7 @@ def search(self, text):
#
# Update this each time you make a non-cosmetic change.
# It will be added to the WARC files and reported to the tracker.
-VERSION = '20241119.01'
+VERSION = '20241127.01'
USER_AGENT = 'Archive Team'
TRACKER_ID = 'mediafire'
TRACKER_HOST = 'legacy-api.arpa.li'
@@ -235,7 +235,7 @@ def realize(self, item):
title = 'mediafire',
project_html = '''
-
+
'''
)
@@ -270,7 +270,7 @@ def realize(self, item):
name='shared:rsync_threads', title='Rsync threads',
description='The maximum number of concurrent uploads.'),
UploadWithTracker(
- 'http://%s/%s' % (TRACKER_HOST, TRACKER_ID),
+ 'https://%s/%s' % (TRACKER_HOST, TRACKER_ID),
downloader=downloader,
version=VERSION,
files=[
@@ -287,7 +287,7 @@ def realize(self, item):
),
),
SendDoneToTracker(
- tracker_url='http://%s/%s' % (TRACKER_HOST, TRACKER_ID),
+ tracker_url='https://%s/%s' % (TRACKER_HOST, TRACKER_ID),
stats=ItemValue('stats')
)
)