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.12.2.tar.gz
(35.5 kB
view details)
File details
Details for the file scrapinglib-0.12.2.tar.gz.
File metadata
- Download URL: scrapinglib-0.12.2.tar.gz
- Upload date:
- Size: 35.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29be081b1068d5f73aa39c69c4d1edb4f1e6a5a1bd51100383414e5eb1c4f3bb
|
|
| MD5 |
34474b8d7fced4788992180ade37ad4d
|
|
| BLAKE2b-256 |
59a8b6064262ce879ef5b733fa15ee79ec1131746b7e784ee2b28d1bb6c17b74
|