def generate_features(search_query): features = {}
print(features)
# Action action = re.search(r'(download|stream|watch)', search_query, re.IGNORECASE) if action: features['action'] = action.group(0).lower() young sheldon s01e02 download
return features