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.7.2.tar.gz
(32.1 kB
view details)
File details
Details for the file scrapinglib-0.7.2.tar.gz.
File metadata
- Download URL: scrapinglib-0.7.2.tar.gz
- Upload date:
- Size: 32.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
854136c6958d14b28e43cee547282c1842f6adac1004ffb529e0cf90c1ceef52
|
|
| MD5 |
58a90804c1d224ba6b7c468356b84b2c
|
|
| BLAKE2b-256 |
63b4dd5f6e12f4bf450f17e40763964eabcc0d2fd3b079068068e39f8f230e93
|