any tag containing AUDIO/RADIO is now extracted
This commit is contained in:
parent
4bbe6475b0
commit
ce28caa1db
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class DelojzaBot:
|
|||
reply += '...'
|
||||
|
||||
extract = False
|
||||
if hashtag in ('AUDIO', 'RADIO') and download_fn != self.download_raw:
|
||||
if any([tag in hashtag for tag in ('AUDIO', 'RADIO')]) and download_fn != self.download_raw:
|
||||
extract = True
|
||||
reply += ' (And also guessing you want to extract the audio)'
|
||||
|
||||
|
|
Loading…
Reference in a new issue