You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
385 B
17 lines
385 B
<?php
|
|
|
|
include dirname(dirname(__FILE__)) . "/vendor/autoload.php";
|
|
|
|
use Yuanjiajia\Qldome\YuanjiajiaQl;
|
|
|
|
$url_1 = 'https://recruit.hkfew.org.hk/?post_type=noo_job&s&category%5B0%5D=%25e5%25b0%258e%25e5%25b8%25ab&paged=';
|
|
$url_2 = 'https://recruit.hkfew.org.hk/job-category/導師/';
|
|
|
|
|
|
$ql = new YuanjiajiaQl($url_1, 95);
|
|
|
|
|
|
// $ql = new YuanjiajiaQl2($url_2, 49);
|
|
|
|
|
|
$ql->actionIndex();
|