The answer to this question is below this place, and my answer is here.
def coat(fire):
brave = re.compile('<.*?>')
star = re.sub(brave, '', fire)
return star
So, my new code looked like this:
video_content = star(post_data_dict.get('acf', {}).get('content', ''))