Skip to content

Commit 934071f

Browse files
committed
Remove link to non-existent Wiki article
1 parent 1f73208 commit 934071f

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ optional arguments:
160160
-n N, --count N show N results (default 10)
161161
-N, --news show results from news section
162162
-c TLD, --tld TLD country-specific search with top-level domain .TLD,
163-
e.g., 'in' for India. Ref:
164-
https://en.wikipedia.org/wiki/List_of_Google_domains
163+
e.g., 'in' for India
165164
-l LANG, --lang LANG display in language LANG
166165
-x, --exact disable automatic spelling correction
167166
-C, --nocolor disable color output

googler

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ class GoogleUrl(object):
529529
raise ValueError('Already at the first page.')
530530
self._start = 0
531531

532-
# Data source: https://en.wikipedia.org/wiki/List_of_Google_domains
532+
# Data source: https://web.archive.org/web/20170615200243/https://en.wikipedia.org/wiki/List_of_Google_domains
533533
# Scraper script: https://gist.github.com/zmwangx/b976e83c14552fe18b71
534534
TLD_TO_DOMAIN_MAP = {
535535
'ac': 'google.ac', 'ad': 'google.ad', 'ae': 'google.ae',
@@ -2398,7 +2398,7 @@ def parse_args(args=None, namespace=None):
23982398
help='show results from news section')
23992399
addarg('-c', '--tld', metavar='TLD',
24002400
help="""country-specific search with top-level domain .TLD, e.g., 'in'
2401-
for India. Ref: https://en.wikipedia.org/wiki/List_of_Google_domains""")
2401+
for India""")
24022402
addarg('-l', '--lang', metavar='LANG', help='display in language LANG')
24032403
addarg('-x', '--exact', action='store_true',
24042404
help='disable automatic spelling correction')

googler.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Show \fIN\fR results (default 10).
3838
Show results from news section.
3939
.TP
4040
.BI "-c, --tld=" TLD
41-
Country-specific search with top-level domain \fI.TLD\fR, e.g., \fBin\fR for India (refer \fIhttps://en.wikipedia.org/wiki/List_of_Google_domains\fR for a full list of TLDs).
41+
Country-specific search with top-level domain \fI.TLD\fR, e.g., \fBin\fR for India.
4242
.TP
4343
.BI "-l, --lang=" LANG
4444
Search for the language \fILANG\fR, e.g., \fBfi\fR for Finnish.

0 commit comments

Comments
 (0)