Change mylist emoji
This commit is contained in:
parent
be23df3591
commit
3201aea856
2
app.py
2
app.py
@ -219,7 +219,7 @@ def get_oembed_url(params):
|
|||||||
comment_count = str(params.get('video', {}).get('count', {}).get('comment')) or "n/a"
|
comment_count = str(params.get('video', {}).get('count', {}).get('comment')) or "n/a"
|
||||||
like_count = str(params.get('video', {}).get('count', {}).get('like')) or "n/a"
|
like_count = str(params.get('video', {}).get('count', {}).get('like')) or "n/a"
|
||||||
mylist_count = str(params.get('video', {}).get('count', {}).get('mylist')) or "n/a"
|
mylist_count = str(params.get('video', {}).get('count', {}).get('mylist')) or "n/a"
|
||||||
provder_stats = f"👁️ {view_count} 💬 {comment_count} ❤️ {like_count} 📋 {mylist_count}"
|
provder_stats = f"👁️ {view_count} 💬 {comment_count} ❤️ {like_count} 📝 {mylist_count}"
|
||||||
|
|
||||||
author_name_encoded = urllib.parse.quote(author_name)
|
author_name_encoded = urllib.parse.quote(author_name)
|
||||||
provider_stats_encoded = urllib.parse.quote(provder_stats)
|
provider_stats_encoded = urllib.parse.quote(provder_stats)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user