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.11.1.tar.gz
(35.4 kB
view details)
File details
Details for the file scrapinglib-0.11.1.tar.gz.
File metadata
- Download URL: scrapinglib-0.11.1.tar.gz
- Upload date:
- Size: 35.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbb79508e90b7a5485fd88924b126d020662d0c3c8f3b7d840ddbd3fbc287d96
|
|
| MD5 |
97e58dc7512a096b0b58561bf9f1433e
|
|
| BLAKE2b-256 |
e91b3f7000a98177231c3cbcd2a57702c9b8ea754cfd5615c3a55a013faa8949
|