Skip to content

Commit

Permalink
remove progress dots in title fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate committed Mar 30, 2019
1 parent f6a25d9 commit fffeb21
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions archivebox/util.py
Expand Up @@ -251,10 +251,6 @@ def fetch_page_title(url: str, timeout: int=10, progress: bool=SHOW_PROGRESS) ->
return None

try:
if progress:
sys.stdout.write('.')
sys.stdout.flush()

html = download_url(url, timeout=timeout)

match = re.search(HTML_TITLE_REGEX, html)
Expand Down

0 comments on commit fffeb21

Please sign in to comment.