mirror of https://gitlab.com/bashrc2/epicyon
Another statuses path
parent
9d00aa0aeb
commit
dc98e26fe4
3
utils.py
3
utils.py
|
@ -1664,7 +1664,8 @@ def _get_statuses_list() -> []:
|
|||
"""
|
||||
return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/',
|
||||
'/note/', '/notes/', '/comment/', '/post/', '/item/', '/videos/',
|
||||
'/button/', '/x/', '/o/', '/posts/', '/items/', '/object/', '/r/')
|
||||
'/button/', '/x/', '/o/', '/posts/', '/items/', '/object/', '/r/',
|
||||
'/content/')
|
||||
|
||||
|
||||
def contains_statuses(url: str) -> bool:
|
||||
|
|
Loading…
Reference in New Issue