Skip to main content

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


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.10.0.tar.gz (34.9 kB view details)

Uploaded Source

File details

Details for the file scrapinglib-0.10.0.tar.gz.

File metadata

  • Download URL: scrapinglib-0.10.0.tar.gz
  • Upload date:
  • Size: 34.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for scrapinglib-0.10.0.tar.gz
Algorithm Hash digest
SHA256 919fa92bf000c1ed101809307ecaa3bd71936543d44178c2e38173d7d9da2122
MD5 65d1889c008285dea9a258aec07a3cc8
BLAKE2b-256 11f2d1aab475790adb50a0a70231dc449253cc3852b351357815e270725c9d64

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page