Advertisement
lamiastella

quality drops

Mar 8th, 2017
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1.         $feed_img_url = $feed_item->getImageVersions2()->candidates[0]->getUrl()."\n";
  2.         $img = "./".$feed_id_str."/".$feed_id_str.".jpg";
  3.         file_put_contents($img, file_get_contents($feed_img_url));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement