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.3.1.tar.gz
(29.4 kB
view details)
File details
Details for the file scrapinglib-0.3.1.tar.gz.
File metadata
- Download URL: scrapinglib-0.3.1.tar.gz
- Upload date:
- Size: 29.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfb713c0c2d13682bb323aa1c4059161c8d1f6902d3623d55698210a9d28a90a
|
|
| MD5 |
f73d276da9c26ce0b1189b6ca226280d
|
|
| BLAKE2b-256 |
99778e48c8716547fd6a7750dbe6f7e612bfab770037ec9ecbd18cee5a859d24
|