Skip to content

Commit

Permalink
DDGS._impersonates: add "chrome_130"
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Oct 28, 2024
1 parent f1055c1 commit 0ed167b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions duckduckgo_search/duckduckgo_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,14 @@ class DDGS:

_executor: ThreadPoolExecutor = ThreadPoolExecutor()
_impersonates = (
#"chrome_100", "chrome_101", "chrome_104", "chrome_105", "chrome_106", "chrome_107", "chrome_108",
#"chrome_109", "chrome_114", "chrome_116", "chrome_117", "chrome_118", "chrome_119", "chrome_120",
"chrome_123", "chrome_124", "chrome_126",
"chrome_127", "chrome_128", "chrome_129",
"safari_ios_16.5", "safari_ios_17.2",
#"safari_ios_17.4.1", "safari_15.3", "safari_15.5", "safari_15.6.1", "safari_16", "safari_16.5",
#"safari_17.0", "safari_17.2.1", "safari_17.4.1", "safari_17.5", "safari_18",
"chrome_100", "chrome_101", "chrome_104", "chrome_105", "chrome_106", "chrome_107", "chrome_108",
"chrome_109", "chrome_114", "chrome_116", "chrome_117", "chrome_118", "chrome_119", "chrome_120",
"chrome_123", "chrome_124", "chrome_126", "chrome_127", "chrome_128", "chrome_129", "chrome_130",
"safari_ios_16.5", "safari_ios_17.2", "safari_ios_17.4.1",
"safari_15.3", "safari_15.5", "safari_15.6.1", "safari_16", "safari_16.5",
"safari_17.0", "safari_17.2.1", "safari_17.4.1", "safari_17.5", "safari_18",
"safari_ipad_18",
#"edge_101", "edge_122", edge_127",
"edge_101", "edge_122", "edge_127",
) # fmt: skip

def __init__(
Expand Down

0 comments on commit 0ed167b

Please sign in to comment.