No project description provided
Project description
scrapinglib
使用:
from scrapinglib import search
proxydict = {
"http": "socks5h://127.0.0.1:1080",
"https": "socks5h://127.0.0.1:1080"
}
# search tmdb id 14534
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.2.4.tar.gz
(25.3 kB
view details)
File details
Details for the file scrapinglib-0.2.4.tar.gz.
File metadata
- Download URL: scrapinglib-0.2.4.tar.gz
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd4b28573a566c660bfcf33bcafc91f331112d35089d42fdffe5d3ad48a5938d
|
|
| MD5 |
92fc7d612145579cc14a435d82872454
|
|
| BLAKE2b-256 |
e7eeb76933d8f333bb7b158b9bef2479f0eaf42b91a9e437df736f540034dad2
|