Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d8fca3

Browse files
committed
Fix for an Issue #59
1 parent 1af81c0 commit 0d8fca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
PRINTABLE_CHAR_REGEX = r"[^\x00-\x1f\x7e-\xff]"
4747

4848
# regular expression used for extracting results from google search
49-
GOOGLE_REGEX = r"url\?\w+=(http[^>]+)&(sa=U|rct=j)"
49+
GOOGLE_REGEX = r"url\?\w+=(http[^>]+)&(sa=U|rct=j)"
5050

5151
# regular expression used for extracting content from "textual" tags
5252
TEXT_TAG_REGEX = r"(?si)<(abbr|acronym|b|blockquote|br|center|cite|code|dt|em|font|h\d|i|li|p|pre|q|strong|sub|sup|td|th|title|tt|u)(?!\w).*?>(?P<result>[^<]+)"

0 commit comments

Comments
 (0)