[GlassdoorBridge] Fix incorrect CSS selector

This commit is contained in:
logmanoriginal 2019-01-13 22:04:21 +01:00
parent bcd7bccc46
commit 37d882a8d5
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class GlassdoorBridge extends BridgeAbstract {
$item['title'] = $post->find('header', 0)->plaintext;
$item['content'] = $post->find('div[class="excerpt-content"]', 0)->plaintext;
$item['enclosures'] = array(
$this->getFullSizeImageURI($post->find('div[class="post-thumb"]', 0)->{'data-original'})
$this->getFullSizeImageURI($post->find('div[class*="post-thumb"]', 0)->{'data-original'})
);
// optionally load full articles