Commit 99981313 by Phạm Văn Đoan

đổi lại số lượng lấy bài hát ở keeng

parent 8c349671
...@@ -57,7 +57,7 @@ class KeengCrawlerByCateCommand extends Command ...@@ -57,7 +57,7 @@ class KeengCrawlerByCateCommand extends Command
$domain = config('api.keeng.domain'); $domain = config('api.keeng.domain');
$tracks = []; $tracks = [];
$index = 0; $index = 0;
for ($i = 1; $i <= 10; $i++) { for ($i = 1; $i <= 5; $i++) {
$url = getKeengUrlCategoryByPopViet($i); $url = getKeengUrlCategoryByPopViet($i);
$curl = cURL($url); $curl = cURL($url);
$data = json_decode($curl); $data = json_decode($curl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment