Skip to content

Commit 387713e

Browse files
committed
Update captcha_instrument.py
1 parent baf32b3 commit 387713e

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

src/python3_capsolver/core/captcha_instrument.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ def file_processing(
106106
captcha_link: URL link to file. Instrument will send GET request to it and read content
107107
captcha_file: Local file path. Instrument will read it
108108
captcha_base64: Readed file base64 data. Instrument will decode it in ``utf-8``
109-
save_format: This arg works only with ``captcha_link`` arg
109+
save_format: This arg works only with ``captcha_link`` arg.
110110
If ``SaveFormatsEnm.CONST`` is set - file will be loaded and saved locally.
111-
img_clearing: This arg works only with ``captcha_link`` arg
112-
If ``False`` - file wil not be removed downloading and saving locally
113-
file_path: This arg works only with ``captcha_link`` and ``SaveFormatsEnm.CONST`` args
114-
In this param u can set locally path for downloaded file saving
115-
file_extension: This arg works only with ``file_path`` args
116-
In this param u MUST set file format for saving
111+
img_clearing: This arg works only with ``captcha_link`` arg.
112+
If ``False`` - file wil not be removed downloading and saving locally.
113+
file_path: This arg works only with ``captcha_link`` and ``SaveFormatsEnm.CONST`` args.
114+
In this param u can set locally path for downloaded file saving.
115+
file_extension: This arg works only with ``file_path`` args.
116+
In this param u MUST set file format for saving.
117117
118118
Examples:
119119
>>> from python3_capsolver.core.captcha_instrument import FileInstrument
@@ -162,14 +162,14 @@ async def aio_file_processing(
162162
captcha_link: URL link to file. Instrument will send GET request to it and read content
163163
captcha_file: Local file path. Instrument will read it
164164
captcha_base64: Readed file base64 data. Instrument will decode it in ``utf-8``
165-
save_format: This arg works only with ``captcha_link`` arg
165+
save_format: This arg works only with ``captcha_link`` arg.
166166
If ``SaveFormatsEnm.CONST`` is set - file will be loaded and saved locally.
167-
img_clearing: This arg works only with ``captcha_link`` arg
168-
If ``False`` - file wil not be removed downloading and saving locally
169-
file_path: This arg works only with ``captcha_link`` and ``SaveFormatsEnm.CONST`` args
170-
In this param u can set locally path for downloaded file saving
171-
file_extension: This arg works only with ``file_path`` args
172-
In this param u MUST set file format for saving
167+
img_clearing: This arg works only with ``captcha_link`` arg.
168+
If ``False`` - file wil not be removed downloading and saving locally.
169+
file_path: This arg works only with ``captcha_link`` and ``SaveFormatsEnm.CONST`` args.
170+
In this param u can set locally path for downloaded file saving.
171+
file_extension: This arg works only with ``file_path`` args.
172+
In this param u MUST set file format for saving.
173173
174174
Examples:
175175
>>> import asyncio

0 commit comments

Comments
 (0)