Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
feat: add yandex storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
JM1k1 committed Jan 23, 2022
1 parent d1dc349 commit 9941eaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code/eclipse-grabber.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ def get_paths(self) -> dict:
"Google Chrome": os.path.join(LOCAL,
"Google",
"Chrome",
"Default")
"Default"),
"Yandex": os.path.join(LOCAL,
"Yandex",
"YandexBrowser",
"Default")
})

if OS == "win32": # Windows
Expand Down

0 comments on commit 9941eaa

Please sign in to comment.