mirror of https://gitlab.com/bashrc2/epicyon
mime type
parent
450a1da8b6
commit
7006285f40
2
video.py
2
video.py
|
@ -190,7 +190,7 @@ def convert_video_to_note(base_dir: str, nickname: str, domain: str,
|
||||||
# add a buy link
|
# add a buy link
|
||||||
new_post['object']['attachment'].append({
|
new_post['object']['attachment'].append({
|
||||||
'type': 'Link',
|
'type': 'Link',
|
||||||
'mediaType': 'html',
|
'mediaType': 'text/html',
|
||||||
'href': support_str,
|
'href': support_str,
|
||||||
'rel': 'support',
|
'rel': 'support',
|
||||||
'name': 'Support'
|
'name': 'Support'
|
||||||
|
|
Loading…
Reference in New Issue