Skip to content

Commit

Permalink
add arc to rookiepy.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 1, 2024
1 parent 90d269e commit b274f7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bindings/python/rookiepy/rookiepy.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ def chromium(domains: Optional[List[str]] = None) -> CookieList:
"""
...

def arc(domains: Optional[List[str]] = None) -> CookieList:
"""
Extract Cookies from Arc browser
:param domains: Optional list of domains to extract only from them
:return: A list of dictionaries of cookies
"""
...

def opera(domains: Optional[List[str]] = None) -> CookieList:
"""
Expand Down

0 comments on commit b274f7b

Please sign in to comment.