xdcc_dl.pack_search.procedures package

Submodules

xdcc_dl.pack_search.procedures.ixirc module

xdcc_dl.pack_search.procedures.ixirc.find_ixirc_packs(search_phrase: str) List[xdcc_dl.entities.XDCCPack.XDCCPack]

Searches for XDCC Packs matching the specified search string on ixirc.com Implementation courtesy of Jean Wicht <jean.wicht@gmail.com>.

Parameters

search_phrase – The search phrase to search for

Returns

The list of found XDCC Packs

xdcc_dl.pack_search.procedures.nibl module

xdcc_dl.pack_search.procedures.nibl.find_nibl_packs(search_phrase: str) List[xdcc_dl.entities.XDCCPack.XDCCPack]

Searches for XDCC Packs matching the specified search string on nibl.co.uk

Parameters

search_phrase – The search phrase to search for

Returns

The list of found XDCC Packs

xdcc_dl.pack_search.procedures.subsplease module

xdcc_dl.pack_search.procedures.subsplease.find_subsplease_packs(search_phrase: str) List[xdcc_dl.entities.XDCCPack.XDCCPack]

Method that conducts the xdcc pack search for subsplease.org

Returns

the search results as a list of XDCCPack objects

xdcc_dl.pack_search.procedures.subsplease.parse_result(result: str) Dict[str, str]

Turns the weird subsplease response syntax into a useable dictionary :param result: The result to parse :return: The result as a dictionary

xdcc_dl.pack_search.procedures.xdcc_eu module

xdcc_dl.pack_search.procedures.xdcc_eu.find_xdcc_eu_packs(search_phrase: str) List[xdcc_dl.entities.XDCCPack.XDCCPack]

Method that conducts the xdcc pack search for xdcc.eu

Returns

the search results as a list of XDCCPack objects

Module contents