1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

A fix for GitHub issue #865

This commit is contained in:
KGX747 2024-08-22 09:00:26 +02:00
parent 97fffe3a34
commit 813429fb2f

View File

@ -285,8 +285,8 @@ class LiveWebLoader(BaseLoader):
self.socks_proxy = None self.socks_proxy = None
def load_resource(self, cdx, params): def load_resource(self, cdx, params):
#if cdx.get('filename') and cdx.get('offset') is not None: if cdx.get('filename') and cdx.get('offset') is not None:
# return None return None
load_url = cdx.get('load_url') load_url = cdx.get('load_url')
if not load_url: if not load_url: