Skip to main content

pass url to extract domain

Project description

# ExtractLevelDomain
通过URL抽取各层各级的域名(一级域名,二级域名....) . 这模块本来是用来分析日志及数据分析的.

# Install Document:

pypi install
```
pip install ExtractLevelDomain
```

source install
```
git clone https://github.com/rfyiamcool/ExtractLevelDomain.git
cd ExtractLevelDomain
python setup.py install
```

# Usage Document:

```
import ExtractLevelDomain
filter = ExtractLevelDomain.ExtractLevelDomain()

#普通抽取域名,默认是最多匹配
print filter.parse_url('http://dmp.301.xiaorui.cc/redirect/xiaorui.cc')

#parse_url_level可以控制level级,可接收的参数两种参数 1 2 3 或"*"
print filter.parse_url_level('http://dmp.301.xiaorui.cc/redirect/xiaorui.cc',level=2)

#set_level设置level级别
filter.set_level(1)

print filter.parse_url_level('http://dmp.301.xiaorui.cc/redirect/xiaorui.cc',level=1)

#现实Level级别
print filter.level
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ExtractLevelDomain-1.8.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file ExtractLevelDomain-1.8.tar.gz.

File metadata

File hashes

Hashes for ExtractLevelDomain-1.8.tar.gz
Algorithm Hash digest
SHA256 df427a1b70989922c245b472b7239f55c94253c33eff47baee2dce0c4d61b6bb
MD5 90632ef86bcbcf529100f106fdfa331c
BLAKE2b-256 aca6b890113298d95ad5c1dc172cbd57a53d653c88f3a0b11b5d5b54c9b0c0a4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page