mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[NextgovBridge] Update categories, fix missing element (#2316)
This commit is contained in:
parent
547829f971
commit
1c6532a9d0
@ -15,12 +15,10 @@ class NextgovBridge extends FeedExpander {
|
||||
'Technology News' => 'technology-news',
|
||||
'CIO Briefing' => 'cio-briefing',
|
||||
'Emerging Tech' => 'emerging-tech',
|
||||
'Cloud' => 'cloud-computing',
|
||||
'Cybersecurity' => 'cybersecurity',
|
||||
'Mobile' => 'mobile',
|
||||
'Health' => 'health',
|
||||
'Defense' => 'defense',
|
||||
'Big Data' => 'big-data'
|
||||
'IT Modernization' => 'it-modernization',
|
||||
'Policy' => 'policy',
|
||||
'Ideas' => 'ideas',
|
||||
)
|
||||
)
|
||||
));
|
||||
@ -61,7 +59,6 @@ class NextgovBridge extends FeedExpander {
|
||||
return 'Could not request Nextgov: ' . $url;
|
||||
|
||||
$contents = $article->find('div.wysiwyg', 0);
|
||||
$contents->find('svg.content-tombstone', 0)->outertext = '';
|
||||
$contents = $contents->innertext;
|
||||
$contents = stripWithDelimiters($contents, '<div class="ad-container">', '</div>');
|
||||
$contents = stripWithDelimiters($contents, '<div', '</div>'); //ad outer div
|
||||
|
Loading…
Reference in New Issue
Block a user