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.1.tar.gz
(32.1 kB
view details)
File details
Details for the file scrapinglib-0.7.1.tar.gz.
File metadata
- Download URL: scrapinglib-0.7.1.tar.gz
- Upload date:
- Size: 32.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
672061dc980e5598af1e6e423fe9f1525e1606c3eeed3fbb06c17019c0cdc398
|
|
| MD5 |
8ae97b9cdb108d32492106e741d7a76a
|
|
| BLAKE2b-256 |
6cbf59ae8be1982d8f910fb82dc7f13882e89997027bbd78c48ed409db1311f6
|