-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. random browser in each class instance (headers are set automatically), 2. CLI: file download debugging (removed chunks, added timeout), 3. removed sleep between requests, 4. removed VQDExtractionException, 5. BUGFIX: AsyncDDGS - used AsyncSession instead of Session, 6. BUGFIX AsyncDDGS on windows - change asyncio.set_event_loop_policy 7. logging: improved debug messages.
- Loading branch information
Showing
7 changed files
with
44 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
class DuckDuckGoSearchException(Exception): | ||
"""Base exception class for duckduckgo_search.""" | ||
|
||
|
||
class VQDExtractionException(DuckDuckGoSearchException): | ||
"""Exception raised for error in extract vqd.""" |
Oops, something went wrong.