Commit Graph

2511 Commits

Author SHA1 Message Date
Alexander Cecile
ad35681244 Improve tests for get_file_by_url 2020-08-28 03:17:06 -04:00
Alexander Cecile
59ddd34d0e Changed dependency-related exception to be compatible with Python versions < 3.6 2020-08-28 01:51:14 -04:00
Alexander Cecile
1019c6ae00 Improve the error raised when the new dependency is missing 2020-08-28 00:17:50 -04:00
Steven Black
099954eb46
Release 2.7.13 2020-08-25 21:01:49 -04:00
Steven Black
942aaae90c
Updates from sinfonietta, fakenews, yoyo.org, URLHaus, KADhosts, hostsVN, and AdAway. 2020-08-25 21:01:16 -04:00
Alexander Cecile
06483cca1d Update error handling in get_file_by_url
I don't believe the the .text could actually raise that exception. Oops.
2020-08-25 20:48:35 -04:00
Alexander Cecile
26b2ab9e5a Add basic tests for get_file_by_url 2020-08-25 20:40:30 -04:00
Alexander Cecile
083db6955e Implement error handling and improve documentation in get_file_by_url 2020-08-25 18:28:21 -04:00
Steven Black
556545a612
Issue #1394 — add collect.installeranalytics.com. 2020-08-24 19:03:44 -04:00
Steven Black
b8c4dfdcc6
Merge pull request #1396 from tanrax/patch-3
Add Maza in readme_template
2020-08-24 18:09:09 -04:00
Andros Fenollosa
edb9eed554 Remove bad text 2020-08-24 23:33:16 +02:00
Andros Fenollosa
9b8cce7b99
Add Maza in readme_template 2020-08-24 23:24:44 +02:00
Steven Black
5c2a30d57f
Merge pull request #1393 from tanrax/patch-2
Add maza ad blocker
2020-08-24 17:17:05 -04:00
Andros Fenollosa
7823133745
Add maza ad blocker 2020-08-23 20:03:54 +02:00
Alexander Cecile
aa9da1ee0d Remove unused import in tests 2020-08-21 17:30:47 -04:00
Alexander Cecile
9380fe534e Tweak output formatting of get_file_by_url 2020-08-21 14:44:27 -04:00
Alexander Cecile
beca76acfe Tweak get_file_by_url 2020-08-20 20:00:36 -04:00
Alexander Cecile
4fefecf2e3 Document get_file_by_url 2020-08-20 18:42:31 -04:00
Alexander Cecile
44f41c317b Document get_file_by_url 2020-08-20 17:01:11 -04:00
Alexander Cecile
4c8cab12ef Re-add flake8 to requirements.txt 2020-08-20 16:29:37 -04:00
Alexander Cecile
140c0bd29e Use domain_to_idna in get_file_by_url 2020-08-20 16:15:37 -04:00
Steven Black
2814997df5
Release 2.7.12 2020-08-19 22:18:57 -04:00
Steven Black
b40e703f52
Updates from sinfonietta, clefspeafre13, yoyo.org, URLHaus, someonewhocares.org, KADhosts, and hostsVN. 2020-08-19 22:18:09 -04:00
Alexander Cecile
79bd7d4122 Tell requests to detect encoding.
Changed the get_file_by_url function to infer/guess the encoding of the content we receive.
2020-08-18 19:36:47 -04:00
Alexander Cecile
5186071948 Introduce the requests library.
Replace the combination of urllib, beautifulsoup and lxml with the requests library.
2020-08-17 19:52:11 -04:00
Steven Black
5340f9adfe
Still more email phish. 2020-08-17 14:59:12 -04:00
Steven Black
bdaf8e8c50
Release 2.7.11 2020-08-17 11:34:35 -04:00
Steven Black
31e3085a4c
Updates from yoyo.org, URLHaus, someonewhocares.org, KADhosts, and hostsVN. 2020-08-17 11:34:17 -04:00
Steven Black
7fd3ef6213
Add korfo.org. 2020-08-17 11:12:08 -04:00
Steven Black
fe3a74b6b3
More email phish. 2020-08-16 11:22:50 -04:00
Steven Black
a4e7c902ed
Release 2.7.10 2020-08-15 16:31:00 -04:00
Steven Black
da8c70744e
Updates from clefspeare13, yoyo.org, URLHaus, and KADhosts. 2020-08-15 16:29:52 -04:00
Steven Black
37154d3b4f
It's a bad idea to email phish me. 2020-08-15 16:26:25 -04:00
Steven Black
cc50ac4c5a
Add domain from Issue #1384. 2020-08-15 16:18:27 -04:00
Steven Black
e041213cc5
Release 2.7.9 2020-08-14 11:49:51 -04:00
Steven Black
20056218db
Updates from yoyo.org, URLHaus, KADhosts, and AdAway. 2020-08-14 11:49:33 -04:00
Steven Black
4892cf350e
Release 2.7.8 2020-08-13 10:07:10 -04:00
Steven Black
588fa4b1d5
Updates from clefspeare13,yoyo.org, URLHaus, KADhosts, hostsVN, and AdAway. 2020-08-13 10:06:51 -04:00
Steven Black
30764ced55
Add domains from Issue #1381. 2020-08-12 18:06:08 -04:00
Steven Black
539433a68e
Add domains from Issue #1380. 2020-08-12 18:01:56 -04:00
Steven Black
8796eff357
Merge pull request #1375 from bigdargon/master
Add purpleads.io
2020-08-10 15:19:19 -04:00
BigDargon
8a1908114f Add purpleads.io
The advertising domain is not in any source yet.
2020-08-10 09:47:10 +07:00
Steven Black
44273a5867
Merge pull request #1373 from forking-repos/setup-cfg
Extract flake8 config in setup.cfg
2020-08-09 09:06:07 -04:00
Steven Black
5fb6263090
Merge pull request #1374 from forking-repos/reset-mock-simplify
Remove unnecessary reset_mock calls
2020-08-09 09:05:50 -04:00
gfyoung
24f7482fc6
Remove unnecessary reset_mock calls 2020-08-09 00:42:24 -07:00
gfyoung
ab1bbe7b53
Extract flake8 config in setup.cfg
Now you can just run "flake8" when linting
2020-08-09 00:22:23 -07:00
Steven Black
2583decb40
Release 2.7.7 2020-08-06 22:44:56 -04:00
Steven Black
6a85b83444
Updates from URLHaus, someonewhocares.org, KADhosts, Badd-Boyz, add.Risk, and AdAway. 2020-08-06 22:44:20 -04:00
Steven Black
051689c5ea
Merge pull request #1371 from bremich/runativepixel
Adding pixel.runative-syndicate.com
2020-08-06 21:12:25 -04:00
user
0f72470ae6 Added pixel.runative-syndicate.com 2020-08-06 12:45:31 -07:00