I am working on fetching the data from an <iframe>.
Then I want to get the data from <iframe> using lxml.
I did not found any resource from which we can fetch <iframe> from lxml.
Can anyone help me to let me know how can I achieve it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can extract
srcattribute fromiframe, then fetch data from url byurlliband finally parse this data again usinglxml.Example code (not tested):