mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
Small docs and parameters fixes for web interface mode (#1973)
This commit is contained in:
@@ -4,6 +4,7 @@ Usage examples
|
|||||||
==============
|
==============
|
||||||
|
|
||||||
You can use Maigret as:
|
You can use Maigret as:
|
||||||
|
|
||||||
- a command line tool: inital and a default mode
|
- a command line tool: inital and a default mode
|
||||||
- a `web interface <#web-interface>`_: view the graph with results and download all report formats on a single page
|
- a `web interface <#web-interface>`_: view the graph with results and download all report formats on a single page
|
||||||
- a library: integrate Maigret into your own project
|
- a library: integrate Maigret into your own project
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ async def maigret_search(username, options):
|
|||||||
logger=logger,
|
logger=logger,
|
||||||
id_type=options.get('id_type', 'username'),
|
id_type=options.get('id_type', 'username'),
|
||||||
cookies=COOKIES_FILE if options.get('use_cookies') else None,
|
cookies=COOKIES_FILE if options.get('use_cookies') else None,
|
||||||
|
is_parsing_enabled=True,
|
||||||
)
|
)
|
||||||
return results
|
return results
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user