More statuses paths

main
Bob Mottram 2024-05-26 23:11:07 +01:00
parent 4eb853f2af
commit 12ce4b7df3
1 changed files with 1 additions and 1 deletions

View File

@ -1655,7 +1655,7 @@ def _get_statuses_list() -> []:
"""Returns a list of statuses path strings
"""
return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/',
'/notes/', '/comment/', '/post/')
'/notes/', '/comment/', '/post/', '/item/', '/videos/')
def contains_statuses(url: str) -> bool: