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:
parent
97fffe3a34
commit
813429fb2f
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user