Correction du probleme sur les commentaires speciaux
This commit is contained in:
@@ -29,7 +29,7 @@ class ContestController extends Controller
|
||||
|
||||
$i = 1;
|
||||
|
||||
while ($i < 50){
|
||||
while ($i < 10){
|
||||
$results = $crawler->filterXPath('//div[@class="timeline-item "]')->each(function ($node) {
|
||||
$id = ($node->filterXPath('//*[@class="tweet-link"]'))->attr('href');
|
||||
$created_at = ($node->filterXPath('//span[@class="tweet-date"]/a'))->attr('title');
|
||||
|
||||
Reference in New Issue
Block a user