mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-01-31 05:33:45 +00:00
Trying to stop debug messages
This commit is contained in:
parent
9c56ad57c8
commit
2090d214b6
2
twoot.py
2
twoot.py
|
@ -128,7 +128,7 @@ def cleanup_tweet_text(tt_iter, tweet_uri, get_vids):
|
||||||
if get_vids:
|
if get_vids:
|
||||||
# Download video from twitter and store in filesystem
|
# Download video from twitter and store in filesystem
|
||||||
# TODO set output location to ./output/twit_account
|
# TODO set output location to ./output/twit_account
|
||||||
twitter_dl = twitterdl.TwitterDownloader(tweet_uri, target_width=500, debug=0)
|
twitter_dl = twitterdl.TwitterDownloader(tweet_uri, target_width=500)
|
||||||
try:
|
try:
|
||||||
twitter_dl.download()
|
twitter_dl.download()
|
||||||
except json.JSONDecodeError:
|
except json.JSONDecodeError:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user