mirror of https://gitlab.com/bashrc2/epicyon
Extra statuses path
parent
12471ed0c3
commit
c13b9f8020
2
utils.py
2
utils.py
|
@ -1656,7 +1656,7 @@ def _get_statuses_list() -> []:
|
||||||
"""
|
"""
|
||||||
return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/',
|
return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/',
|
||||||
'/note/', '/notes/', '/comment/', '/post/', '/item/', '/videos/',
|
'/note/', '/notes/', '/comment/', '/post/', '/item/', '/videos/',
|
||||||
'/button/', '/x/')
|
'/button/', '/x/', '/o/')
|
||||||
|
|
||||||
|
|
||||||
def contains_statuses(url: str) -> bool:
|
def contains_statuses(url: str) -> bool:
|
||||||
|
|
Loading…
Reference in New Issue