timhutton / twitter-archive-parser

Python code to parse a Twitter archive and output in various ways

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntaxError: invalid character '·' (U+00B7) in download_better_images.py

Icetigris opened this issue · comments

I'm seeing this error when trying download_better_images.py after I ran parser.py.

PS E:\twitter-2022-11-07-923ca14fb076eed5a4b0a75ee733bda92c36bfbfac68abfde9937c206c657bdc> python .\download_better_images.py
  File "E:\twitter-2022-11-07-923ca14fb076eed5a4b0a75ee733bda92c36bfbfac68abfde9937c206c657bdc\download_better_images.py", line 70
    <title>twitter-archive-parser/download_better_images.py at main · timhutton/twitter-archive-parser · GitHub</title>
                                                                    ^
SyntaxError: invalid character '·' (U+00B7)

Duplicates #17