Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af81c0 commit 0d8fca3Copy full SHA for 0d8fca3
1 file changed
lib/core/settings.py
@@ -46,7 +46,7 @@
46
PRINTABLE_CHAR_REGEX = r"[^\x00-\x1f\x7e-\xff]"
47
48
# regular expression used for extracting results from google search
49
-GOOGLE_REGEX = r"url\?\w+=(http[^>]+)&(sa=U|rct=j)"
+GOOGLE_REGEX = r"url\?\w+=(http[^>]+)&(sa=U|rct=j)"
50
51
# regular expression used for extracting content from "textual" tags
52
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