Код: Выделить всё
post_title = post_data_dict.get('title', {}).get('rendered', '')
Код: Выделить всё
video_content = post_data_dict.get('acf', {}).get('content', '')
Подробнее здесь: https://stackoverflow.com/questions/691 ... e-rest-api
Код: Выделить всё
post_title = post_data_dict.get('title', {}).get('rendered', '')
Код: Выделить всё
video_content = post_data_dict.get('acf', {}).get('content', '')