mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
f455da8442
commit
31be5f3708
@ -223,6 +223,7 @@ def resolve_bing_wrapper_page(url, br, log):
|
|||||||
if m is None:
|
if m is None:
|
||||||
log(f'Failed to resolve bing wrapper page for url: {url}')
|
log(f'Failed to resolve bing wrapper page for url: {url}')
|
||||||
return url
|
return url
|
||||||
|
log(f'Resolved bing wrapped URL: {url} to {m.group(1)}')
|
||||||
return m.group(1)
|
return m.group(1)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user