debug
This commit is contained in:
@@ -102,9 +102,9 @@ class NovelPage extends BasePage
|
|||||||
$this->arrNovelInfo[$strKey] = $Item->attr('content');
|
$this->arrNovelInfo[$strKey] = $Item->attr('content');
|
||||||
});
|
});
|
||||||
|
|
||||||
$this->arrNovelInfo['n_page_title'] = $this->getQueryList()->find('title')->text();
|
// $this->arrNovelInfo['n_page_title'] = $this->getQueryList()->find('title')->text();
|
||||||
$this->arrNovelInfo['n_page_keywords'] = $this->getQueryList()->find('meta[name="keywords"]')->attr('content');
|
// $this->arrNovelInfo['n_page_keywords'] = $this->getQueryList()->find('meta[name="keywords"]')->attr('content');
|
||||||
$this->arrNovelInfo['n_page_description'] = $this->getQueryList()->find('meta[name="description"]')->attr('content');
|
// $this->arrNovelInfo['n_page_description'] = $this->getQueryList()->find('meta[name="description"]')->attr('content');
|
||||||
|
|
||||||
$this->getQueryList()->find('.first_txt')->eq(0)->find("a")->map(function ($A) {
|
$this->getQueryList()->find('.first_txt')->eq(0)->find("a")->map(function ($A) {
|
||||||
$strName = $A->text();
|
$strName = $A->text();
|
||||||
@@ -249,6 +249,11 @@ class NovelPage extends BasePage
|
|||||||
return $this->arrLatestChapters;
|
return $this->arrLatestChapters;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Undocumented function
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
public function getChapters(): array
|
public function getChapters(): array
|
||||||
{
|
{
|
||||||
if ($this->arrChapters === NULL) {
|
if ($this->arrChapters === NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user