MCPcopy
hub / github.com/mvdctop/Movie_Data_Capture / search

Function search

scrapinglib/api.py:10–18  ·  view source on GitHub ↗

根据`电影`名搜索信息 :param number: number/name depends on type :param sources: sources string with `,` Eg: `` :param type: `adult`, `general`

(number, sources: str = None, **kwargs)

Source from the content-addressed store, hash-verified

8
9
10def search(number, sources: str = None, **kwargs):
11 """ 根据`电影`名搜索信息
12
13 :param number: number/name depends on type
14 :param sources: sources string with `,` Eg: ``
15 :param type: `adult`, `general`
16 """
17 sc = Scraping()
18 return sc.search(number, sources, **kwargs)
19
20
21def getSupportedSources():

Callers 1

get_data_from_jsonFunction · 0.90

Calls 2

searchMethod · 0.95
ScrapingClass · 0.85

Tested by

no test coverage detected