Jump to content

some help need tags read from file_get_html


blacktiger786

Recommended Posts

hi friends need some help
i want get title , seed , peer , download link from this url

https://kickass.so/games/
i am create code but i am not able to found specific tag
    $html = file_get_html('https://kickass.so/games/');
    $last200area = $html->find('table[class="data"]', 0);
    $last200 = $last200area->find('div[class="torrentname"]');
    foreach ($last200 as $onesearch) {
        $onesearch = strip_tags($onesearch);

echo $onesearch;

    }

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.