Skip to content

Commit

Permalink
PR Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tbelbek-thive committed Oct 25, 2024
1 parent b812493 commit 46cbcbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bridges/DuvarOrgBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class DuvarOrgBridge extends BridgeAbstract
const NAME = 'Duvar.org - Haberler';
const MAINTAINER = 'yourname';
const URI = 'https://duvar.org';
const DESCRIPTION = 'Returns the latest articles from Duvar.org - News from Turkey and the world';
const DESCRIPTION = 'Returns the latest articles from Duvar.org - News from Turkey and the world';
const CACHE_TIMEOUT = 3600; // 60min

const PARAMETERS = [[
Expand All @@ -19,7 +19,6 @@ class DuvarOrgBridge extends BridgeAbstract
'urlsuffix' => [
'name' => 'URL Suffix',
'type' => 'list',
'required' => true,
'title' => 'Suffix for the URL to scrape a specific section',
'defaultValue' => '',
'values' => [
Expand Down

0 comments on commit 46cbcbf

Please sign in to comment.