mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 06:06:06 -04:00
#33: Implement setting for use_modern_audio_algo but not it does nothing right now.
This commit is contained in:
@@ -50,6 +50,7 @@ def is_audio(tweet):
|
||||
if i["text"] == "audio":
|
||||
tweet['is_audio']=True
|
||||
return True
|
||||
#implement conditional.
|
||||
for u in find_urls(tweet):
|
||||
if url_is_audio(u):
|
||||
tweet['is_audio']=True
|
||||
|
Reference in New Issue
Block a user