mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 08:28:46 +00:00
[Wikipedia] Fix typo
This commit is contained in:
parent
0b923ab76a
commit
17c9d8fc37
@ -61,7 +61,7 @@ class WikipediaBridge extends BridgeAbstract{
|
|||||||
$this->uri = 'https://' . strtolower($params['language']) . '.wikipedia.org';
|
$this->uri = 'https://' . strtolower($params['language']) . '.wikipedia.org';
|
||||||
|
|
||||||
// While we at it let's also update the name for the feed
|
// While we at it let's also update the name for the feed
|
||||||
$this->name = 'Today\'s featured articles from ' . strtolower($params['language']) . '.wikipedia.org';
|
$this->name = 'Today\'s featured article from ' . strtolower($params['language']) . '.wikipedia.org';
|
||||||
|
|
||||||
// This will automatically send us to the correct main page in any language (try it!)
|
// This will automatically send us to the correct main page in any language (try it!)
|
||||||
$html = $this->file_get_html($this->uri . '/wiki');
|
$html = $this->file_get_html($this->uri . '/wiki');
|
||||||
|
Loading…
Reference in New Issue
Block a user