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.1.tar.gz
(35.5 kB
view details)
File details
Details for the file scrapinglib-0.12.1.tar.gz.
File metadata
- Download URL: scrapinglib-0.12.1.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 |
3ecc8895a2acf927177bfe87fed8cb60d20218b7d32978b84e37ce7d5d8524aa
|
|
| MD5 |
1b65f667d3a8ed97520957efac411566
|
|
| BLAKE2b-256 |
7c35f13a3469a7468d3d0e23b46aaf7665fb82744e5161078d1bf28f1da8ec0d
|