Commit graph

11 commits

Author SHA1 Message Date
maldevel
43bdb883bc release 1.1.3
code improvements
2016-04-21 10:31:14 +03:00
cclauss
88b5824204 dedent 2016-04-20 23:29:44 +02:00
cclauss
cc4e9eb3d1 set() provides uniquness, with open() automatically close()es
Use set() to get only unique elements of a list.
Use `or` in assignments to deal with empty values as in `x = s or "<no text!>"`
Use `with open() as` syntax to get close() to happen automatically.
Python had a built-in object called file so avoid using that as a variable name.
Avoid naked exceptions.  See https://realpython.com/blog/python/the-most-diabolical-python-antipattern/
2016-04-20 23:25:45 +02:00
maldevel
aacf27ae36 release 1.1.2
release 1.1.2
2016-04-20 18:38:38 +03:00
maldevel
3abd22bc23 email regex
email regex improvement
2016-04-20 18:35:59 +03:00
maldevel
26c4d04221 release 1.1
release 1.1
2016-04-20 17:57:05 +03:00
maldevel
0e1e2effc0 useragent string and proxy_server
define user agent string and use proxy server
2016-04-20 17:55:26 +03:00
maldevel
3f98b25eaa minor
rename csv to txt
2016-04-19 20:16:21 +03:00
maldevel
b7482f3647 release 1.0
release 1.0
2016-04-19 13:20:42 +03:00
maldevel
adafc11670 init
init
2016-04-18 14:40:01 +03:00
maldevel
06879c7030 initial commit
initial commit
2016-04-16 20:20:38 +03:00