|
@@ -251,10 +251,6 @@ def fetch_page_title(url: str, timeout: int=10, progress: bool=SHOW_PROGRESS) ->
|
|
|
html = download_url(url, timeout=timeout)
|
|
html = download_url(url, timeout=timeout)
|
|
|
match = re.search(HTML_TITLE_REGEX, html)
|
|
match = re.search(HTML_TITLE_REGEX, html)
|