diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-05-19 23:56:44 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-05-19 23:56:44 +0800 |
commit | 43fbc3fa67628a06039ccbee7d205da7849b9d5f (patch) | |
tree | 997384218b5c9e1c26381e1c7c2e07a7fb7d0a39 /net/Makefile | |
parent | b26372ef4119c7145e88112448aef8db2dca4a47 (diff) | |
download | freebsd-ports-gnome-43fbc3fa67628a06039ccbee7d205da7849b9d5f.tar.gz freebsd-ports-gnome-43fbc3fa67628a06039ccbee7d205da7849b9d5f.tar.zst freebsd-ports-gnome-43fbc3fa67628a06039ccbee7d205da7849b9d5f.zip |
New port: net/py-cloudflare-scrape
A simple Python module to bypass Cloudflare's anti-bot page (also known as "I'm
Under Attack Mode", or IUAM), implemented with Requests.
https://github.com/Anorov/cloudflare-scrape
Approved by: rakuco (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10813
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 828bcc7c4832..03021983860f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -969,6 +969,7 @@ SUBDIR += py-beanstalkc SUBDIR += py-cjdns SUBDIR += py-cloudfiles + SUBDIR += py-cloudflare-scrape SUBDIR += py-coherence SUBDIR += py-cymruwhois SUBDIR += py-dpkt |