No project description provided
Project description
scrapinglib
使用:
from scrapinglib import search
# 搜刮`TMDB`编号`14534`的电影信息
data = search('14534', 'tmdb', type='general')
# 使用代理
proxydict = {
"http": "socks5h://127.0.0.1:1080",
"https": "socks5h://127.0.0.1:1080"
}
data = search('14534', 'tmdb', type='general', proxies=proxydict)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scrapinglib-0.3.2.tar.gz
(29.5 kB
view details)
File details
Details for the file scrapinglib-0.3.2.tar.gz.
File metadata
- Download URL: scrapinglib-0.3.2.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db01688c9afee00485cfd3a0eedf068dad2953307bc9d1de29a38af16593ee73
|
|
| MD5 |
6af6fc6e39e948cd5714abd26464255b
|
|
| BLAKE2b-256 |
19f851ddafb659b719a13a316d69becbe51e03545c3f938e6ade617caf892555
|