-
-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ try: | |
except ImportError: | ||
TypedDict = None # type: ignore | ||
|
||
__version__ = '4.8' | ||
__version__ = '4.9' | ||
__author__ = 'Arun Prakash Jana <[email protected]>' | ||
__license__ = 'GPLv3' | ||
|
||
|
@@ -116,7 +116,7 @@ FIELD_FILTER = { | |
ALL_FIELDS = ('id', 'url', 'title', 'desc', 'tags') | ||
JSON_FIELDS = {'id': 'index', 'url': 'uri', 'desc': 'description'} | ||
|
||
USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0' | ||
USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0' | ||
MYHEADERS = None # Default dictionary of headers | ||
MYPROXY = None # Default proxy | ||
TEXT_BROWSERS = ['elinks', 'links', 'links2', 'lynx', 'w3m', 'www-browser'] | ||
|
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
3014ab9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dilawar, @eclipseo, @pabloariasal, @szlin, @rachmadaniHaryono, @jpdasma
buku v4.9 is released! Please do the needful.
https://github.com/jarun/buku/releases/tag/v4.9