FriendsOfPHP / Goutte

Goutte, a simple PHP Web Scraper
MIT License
9.26k stars 1.01k forks source link

get detail article from link list article #360

Open tiger899 opened 5 years ago

tiger899 commented 5 years ago

hi all, I want get detail article from link ( list article) example : i have a link http://burnignorance.com/php-programming-tips

i want get list detail article from link :

Theming blocks in Drupal CMS =result=> title, detail , Author How to embed an image in email (inline embedding) =result=> title, detail , Author PHP function for Time Zone conversion =result=> title, detail , Author Calling PHP functions file_exists() and file_get_contents() on password-protected server =result=> title, detail , Author ............................................

Many Thanks!