Exemplo n.º 1
0
 /**
  * Scrape our albums
  * @since Version 3.10.0
  * @return \Railpage\Images\AlbumScraper
  */
 public function scrape()
 {
     $albums = $this->getMonitoredAlbums();
     foreach ($albums as $album) {
         Updater::ScrapeAlbum($album);
     }
     return $this;
 }