#33: Implement setting for use_modern_audio_algo but not it does nothing right now.

This commit is contained in:
Bill Dengler
2015-05-12 17:18:30 -04:00
parent 92cd16bec9
commit 1b2b5913d1
4 changed files with 7 additions and 6 deletions

View File

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