mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-05-10 05:23:58 +00:00
Added log of twitter:image download
This commit is contained in:
parent
40185ef817
commit
1d40071b27
2
twoot.py
2
twoot.py
@ -401,6 +401,8 @@ def main(argv):
|
|||||||
requests.exceptions.TooManyRedirects,
|
requests.exceptions.TooManyRedirects,
|
||||||
requests.exceptions.MissingSchema):
|
requests.exceptions.MissingSchema):
|
||||||
pass
|
pass
|
||||||
|
else:
|
||||||
|
logging.debug("downloaded twitter:image from linked page")
|
||||||
|
|
||||||
# Check if video was downloaded
|
# Check if video was downloaded
|
||||||
video_file = None
|
video_file = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user