P
P
pecenuska21352022-02-13 16:28:35
Python
pecenuska2135, 2022-02-13 16:28:35

*How to parse the "disabled" flag via bs4/requests?

<input type="checkbox" id="c22659" name="pr_[]" value="22659" onclick="match_checkHandler(this)" disabled="">

Code page: https://www.e-katalog.ru/ek-list.php?katalog_=189&...
When parsing all inputs, it gives this:
<input id="c47133" name="pr_[]" onclick="match_checkHandler(this)" type="checkbox" value="47133"/>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
galaxy, 2022-02-13
@galaxy

Apparently, it is put through JS.
Then no

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question