mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
eda54362af
commit
2783c81489
3
video.py
3
video.py
|
@ -82,10 +82,9 @@ def convert_video_to_note(base_dir: str, nickname: str, domain: str,
|
||||||
system_language):
|
system_language):
|
||||||
return None
|
return None
|
||||||
content += '<p>' + post_json_object['license']['name'] + '</p>'
|
content += '<p>' + post_json_object['license']['name'] + '</p>'
|
||||||
post_content = \
|
content += \
|
||||||
get_content_from_post(post_json_object, system_language,
|
get_content_from_post(post_json_object, system_language,
|
||||||
languages_understood, "content")
|
languages_understood, "content")
|
||||||
content += post_content
|
|
||||||
|
|
||||||
conversation_id = remove_id_ending(post_json_object['id'])
|
conversation_id = remove_id_ending(post_json_object['id'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue