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.6.0.tar.gz
(30.2 kB
view details)
File details
Details for the file scrapinglib-0.6.0.tar.gz.
File metadata
- Download URL: scrapinglib-0.6.0.tar.gz
- Upload date:
- Size: 30.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f00c9973ab5b4e92c94e0fcea0b228068db30f7f1cf62d8a1034ed61458615d
|
|
| MD5 |
ca537f81699db63fa3cae664caa85a56
|
|
| BLAKE2b-256 |
3ba650e2f029239cb22d6f8de1dcd325cf889efb3373a5654eb3979434ca6782
|