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.5.1.tar.gz
(30.0 kB
view details)
File details
Details for the file scrapinglib-0.5.1.tar.gz.
File metadata
- Download URL: scrapinglib-0.5.1.tar.gz
- Upload date:
- Size: 30.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65b59c7ee27b3b3b9b44500bfe4a795dc18ed0c8aa3960509d65397dd353467c
|
|
| MD5 |
19c83f3a6cb5135fe741eefe7e883af0
|
|
| BLAKE2b-256 |
19dec8fac27945b6a9b96ad7c19520554438e7b5a24e91868cbb98b23968bcb8
|