This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 2.4.1. Bump version to 2.4.1.
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
googler v2.4 | ||
googler v2.4.1 | ||
2016-05-22 | ||
|
||
**NOTICE:** Python 2.x support is deprecated now. While it's still | ||
|
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 |
---|---|---|
|
@@ -142,7 +142,7 @@ server = "www.google.com" # Default server to connect to | |
ua = ('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 ' | ||
'(KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240') | ||
# Set user agent as Microsoft Edge | ||
_VERSION_ = 2.4 # Current version | ||
_VERSION_ = '2.4.1' # Current version | ||
|
||
|
||
# Classes | ||
|
@@ -1105,7 +1105,7 @@ class ExtendedArgumentParser(argparse.ArgumentParser): | |
@staticmethod | ||
def print_general_info(file=None): | ||
file.write(textwrap.dedent(""" | ||
Version %.1f | ||
Version %s | ||
Copyright (C) 2008 Henri Hakkinen | ||
Copyright (C) 2015-2016 Arun Prakash Jana <[email protected]> | ||
Zhiming Wang <[email protected]> | ||
|
@@ -1226,7 +1226,7 @@ if args.json: | |
# Get terminal width | ||
columns, _ = get_terminal_size() | ||
|
||
debugp("Version %.1f" % _VERSION_) | ||
debugp("Version %s" % _VERSION_) | ||
|
||
# Construct the query URL. | ||
url = "/search?ie=UTF-8&oe=UTF-8&" | ||
|
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