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

Merge 813429fb2fe83a1b7da15f074c3862f1e75601e2 into 7b0f8b58607fb0ed338f0cfddeb80c629582d8f6

This commit is contained in:
lasztoth 2024-12-02 04:58:07 +00:00 committed by GitHub
commit d4bfc72d7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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