socli
Advanced tools
+4
-0
| SoCLI Changelog | ||
| ================ | ||
| Release 6.9 | ||
| --------------------------- | ||
| * Fixed google search html change #265 | ||
| Release 6.8 | ||
@@ -5,0 +9,0 @@ --------------------------- |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: socli | ||
| Version: 6.8 | ||
| Version: 6.9 | ||
| Summary: Stack overflow command line interface. SoCLI allows you to search and browse stack overflow from the terminal. | ||
@@ -5,0 +5,0 @@ Home-page: https://www.github.com/gautamkrishnar/socli |
| Metadata-Version: 2.1 | ||
| Name: socli | ||
| Version: 6.8 | ||
| Version: 6.9 | ||
| Summary: Stack overflow command line interface. SoCLI allows you to search and browse stack overflow from the terminal. | ||
@@ -5,0 +5,0 @@ Home-page: https://www.github.com/gautamkrishnar/socli |
+3
-2
@@ -87,4 +87,5 @@ """ | ||
| question_title = result.find("h3").get_text().replace(' - Stack Overflow', '') | ||
| question_desc = result.find("div", recursive=False).find_all("div", recursive=False)[1] \ | ||
| .find_all("span")[-2].get_text() | ||
| question_desc = result.find("div", recursive=False).find("div",recursive=False) \ | ||
| .findAll("div",recursive=False)[1].find("span",recursive=False) \ | ||
| .findAll("span",recursive=False)[1].getText() | ||
| if question_desc == "": # For avoiding instant answers | ||
@@ -91,0 +92,0 @@ raise NameError # Explicit raising |
+1
-1
@@ -1,1 +0,1 @@ | ||
| __version__ = '6.8' | ||
| __version__ = '6.9' |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
189956
0.09%1893
0.05%