Garee / sp

Search Startpage.com from the terminal 🔎
GNU General Public License v3.0
15 stars 2 forks source link

Added full UA, cause sp.com stopped working. #6

Closed ghost closed 4 years ago

ghost commented 4 years ago

Also, previosly i've added a -nd (no description) flag for my local copy, but forgot to commit/push to master repo, cause i'm not good with git (yet). This flag turns off descriptions of the search results, which helps to fit all the results on one small(ish) screen, like on my 1366x768 Thinkpad screen. Maybe it would be useful for other users, who knows :)

Garee commented 4 years ago

Thanks for the contribution @d34dm8.

The CI build is failing due to some lint warnings. Can you please address these?

# To run the linters locally.
$ pylint sp/*.py
$ flake8 sp/*.py
ghost commented 4 years ago

Fixed build errors. Thanks for the info, didn't even knew about this tools :) Next time gonna check my code before pushing!

Garee commented 4 years ago

Thank you.