Trying to stop debug messages

This commit is contained in:
jeancf 2020-03-28 14:11:06 +01:00
parent 9c56ad57c8
commit 2090d214b6

View File

@ -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: