Pymoe.ln.search

Pymoe.ln.search.lightNovels(language: str = 'English')[source]

Get a list of light novels under a certain language.

Parameters:language (str) – Defaults to English. Replace with whatever language you want to query. You can check their site for the language attributes.
Return list:A list of tuples containing a title and pageid element in that order.
Pymoe.ln.search.teasers(language: str = 'English')[source]

Get a list of teaser projects under a certain language.

Parameters:language (str) – Defaults to English. Replace with whatever language you want to query.
Return list:A list of tuples containing a title and pageid element in that order.
Pymoe.ln.search.webNovels(language: str = 'English')[source]

Get a list of web novels under a certain language.

Parameters:language (str) – Defaults to English. Replace with whatever language you want to query.
Return list:A list of tuples containing a title and pageid element in that order.