mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
remove progress dots in title fetching
This commit is contained in:
parent
f6a25d9c12
commit
fffeb21ad4
1 changed files with 0 additions and 4 deletions
|
@ -251,10 +251,6 @@ def fetch_page_title(url: str, timeout: int=10, progress: bool=SHOW_PROGRESS) ->
|
||||||
return None
|
return None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if progress:
|
|
||||||
sys.stdout.write('.')
|
|
||||||
sys.stdout.flush()
|
|
||||||
|
|
||||||
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue