Skip to content

Commit

Permalink
v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Mar 5, 2024
1 parent 0a88c5b commit 6b46884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
![Python >= 3.8](https://img.shields.io/badge/python->=3.8-red.svg) [![](https://badgen.net/github/release/deedy5/duckduckgo_search)](https://github.com/deedy5/duckduckgo_search/releases) [![](https://badge.fury.io/py/duckduckgo-search.svg)](https://pypi.org/project/duckduckgo-search) [![Downloads](https://static.pepy.tech/badge/duckduckgo-search)](https://pepy.tech/project/duckduckgo-search) [![Downloads](https://static.pepy.tech/badge/duckduckgo-search/week)](https://pepy.tech/project/duckduckgo-search)
# Duckduckgo_search v5.0b1<a name="TOP"></a>
# Duckduckgo_search v5.0<a name="TOP"></a>

Search for words, documents, images, videos, news, maps and text translation using the DuckDuckGo.com search engine. Downloading files and images to a local hard drive.

**⚠️ Warning: it is better to use AsyncDDGS in asynchronous code**

:bangbang: v5.0 brings breaking changes. Try pre-release `pip install -U --pre duckduckgo_search` and test your code.
⚠️ Warning: it is better to use AsyncDDGS in asynchronous code</br>
:bangbang: v5.0 brings breaking changes: all functions are now not generators, but return a list of dictionaries.

## Table of Contents
* [Install](#install)
Expand Down
2 changes: 1 addition & 1 deletion duckduckgo_search/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0b1"
__version__ = "5.0"

0 comments on commit 6b46884

Please sign in to comment.