aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridges/WikipediaBridge.php23
1 files changed, 1 insertions, 22 deletions
diff --git a/bridges/WikipediaBridge.php b/bridges/WikipediaBridge.php
index df4876d2..51971887 100644
--- a/bridges/WikipediaBridge.php
+++ b/bridges/WikipediaBridge.php
@@ -17,7 +17,6 @@ class WikipediaBridge extends BridgeAbstract {
'exampleValue' => 'English',
'values' => array(
'English' => 'en',
- 'Русский' => 'ru',
'Dutch' => 'nl',
'Esperanto' => 'eo',
'French' => 'fr',
@@ -267,27 +266,7 @@ class WikipediaBridge extends BridgeAbstract {
break;
}
}
-
-
- /**
- * Implementation for ru.wikipedia.org
- */
- private function getContentsEn($html, $subject, $fullArticle){
- switch($subject) {
- case WIKIPEDIA_SUBJECT_TFA:
- $element = $html->find('div[id=mp-tfa]', 0);
- $this->addTodaysFeaturedArticleGeneric($element, $fullArticle, -1);
- break;
- case WIKIPEDIA_SUBJECT_DYK:
- $element = $html->find('div[id=mp-dyk]', 0);
- $this->addDidYouKnowGeneric($element, $fullArticle);
- break;
- default:
- break;
- }
- }
-
-
+
/**
* Implementation for eo.wikipedia.org
*/