I Ibo San Новичок Регистрация 31.03.2015 Сообщения 8 Благодарностей 0 Баллы 1 17.05.2015 #1 Hi Friends, We have a page we want to mine some information from. Problem is there are several fields with the same attribute name. How can we get all these attirbutes. Thanks
Hi Friends, We have a page we want to mine some information from. Problem is there are several fields with the same attribute name. How can we get all these attirbutes. Thanks
I Ibo San Новичок Регистрация 31.03.2015 Сообщения 8 Благодарностей 0 Баллы 1 17.05.2015 #2 To clarify, the page has several images with different source names, as so: <div> <span class> <img source="XXX"> </class> <div> <div> <span class> <img source="XXX"> </class> <div> <div> <span class> <img source="XXX"> </class> <div>
To clarify, the page has several images with different source names, as so: <div> <span class> <img source="XXX"> </class> <div> <div> <span class> <img source="XXX"> </class> <div> <div> <span class> <img source="XXX"> </class> <div>
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 17.05.2015 #3 Can you show page url and what you want to scrape ?
I Ibo San Новичок Регистрация 31.03.2015 Сообщения 8 Благодарностей 0 Баллы 1 17.05.2015 #4 http://shalabiauto.com/_car.php?car_id=101 scraping image src
Tobbe Client Регистрация 01.08.2013 Сообщения 428 Благодарностей 148 Баллы 43 17.05.2015 #5 Код: http://shalabiauto\.com/upload/car/multi_car_img/\d+/.*?(?=")
I Ibo San Новичок Регистрация 31.03.2015 Сообщения 8 Благодарностей 0 Баллы 1 17.05.2015 #6 Excellent! Thank you very very much Tobbe! Smart Approach