tasos-py / Search-Engines-Scraper

Search google, bing, yahoo, and other search engines with python
MIT License
538 stars 145 forks source link

double quotation search #26

Closed noman00910 closed 3 years ago

noman00910 commented 3 years ago

Is there any support for double quotation search

tasos-py commented 3 years ago

You mean the " character? Yes, it's just a character in a string, you can either escape it or use single quotes to surround your string (eg "\"my query\"" or '"my query"')