mirror of https://gitlab.com/bashrc2/epicyon
Extra paths
parent
6bc3a4d2c0
commit
cec37191c7
5
utils.py
5
utils.py
|
@ -1656,7 +1656,7 @@ def _get_statuses_list() -> []:
|
|||
"""
|
||||
return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/',
|
||||
'/note/', '/notes/', '/comment/', '/post/', '/item/', '/videos/',
|
||||
'/button/', '/x/', '/o/')
|
||||
'/button/', '/x/', '/o/', '/posts/', '/items/')
|
||||
|
||||
|
||||
def contains_statuses(url: str) -> bool:
|
||||
|
@ -1887,7 +1887,8 @@ def get_user_paths() -> []:
|
|||
'/u/', '/c/', '/m/', '/a/', '/video-channels/',
|
||||
'/nieuws/author/', '/author/',
|
||||
'/activitypub/', '/actors/', '/snac/', '/@/', '/~/',
|
||||
'/fediverse/blog/', '/user/', '/@', '/api/collections/')
|
||||
'/fediverse/blog/', '/user/', '/@', '/api/collections/',
|
||||
'/feed/')
|
||||
|
||||
|
||||
def get_group_paths() -> []:
|
||||
|
|
Loading…
Reference in New Issue