mirror of https://gitlab.com/bashrc2/epicyon
More statuses paths
parent
4eb853f2af
commit
12ce4b7df3
2
utils.py
2
utils.py
|
@ -1655,7 +1655,7 @@ def _get_statuses_list() -> []:
|
||||||
"""Returns a list of statuses path strings
|
"""Returns a list of statuses path strings
|
||||||
"""
|
"""
|
||||||
return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/',
|
return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/',
|
||||||
'/notes/', '/comment/', '/post/')
|
'/notes/', '/comment/', '/post/', '/item/', '/videos/')
|
||||||
|
|
||||||
|
|
||||||
def contains_statuses(url: str) -> bool:
|
def contains_statuses(url: str) -> bool:
|
||||||
|
|
Loading…
Reference in New Issue