Another statuses path

main
Bob Mottram 2024-06-26 20:06:43 +01:00
parent 9d00aa0aeb
commit dc98e26fe4
1 changed files with 2 additions and 1 deletions

View File

@ -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: