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.12.0.tar.gz
(35.4 kB
view details)
File details
Details for the file scrapinglib-0.12.0.tar.gz.
File metadata
- Download URL: scrapinglib-0.12.0.tar.gz
- Upload date:
- Size: 35.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba7bd4acc50c137a122e4c7fc07ea42c95abac0e1bfe036fca70ec11d9d467f4
|
|
| MD5 |
64cbb068554420e367a6620fb21a353f
|
|
| BLAKE2b-256 |
fe1ea7cb1fb51059f8261049ea32a2b87e8de41a98a9ba4d1ebc6bec42411ca6
|