Page MenuHomeDevCentral

D737.diff
No OneTemporary

D737.diff

diff --git a/pages/animeland.php b/pages/animeland.php
new file mode 100644
--- /dev/null
+++ b/pages/animeland.php
@@ -0,0 +1,19 @@
+<?php
+
+/**
+ * Represents a page from the http://www.animeland.fr/ site.
+ */
+class AnimeLandPage extends Page {
+ /**
+ * Analyses the page and extracts metadata
+ */
+ function analyse () {
+ parent::analyse();
+
+ $this->author = self::between('rel="author">', '</a>');
+
+ $this->extractYYYYMMDDDateFromURL();
+
+ $this->site = "[[AnimeLand]]";
+ }
+}
diff --git a/pages/index.dat b/pages/index.dat
--- a/pages/index.dat
+++ b/pages/index.dat
@@ -2,6 +2,7 @@
http://next.liberation.fr/ Liberation
http://onlinelibrary.wiley.com/ Wiley
http://rue89.nouvelobs.com/ Rue89
+http://www.animeland.fr/ AnimeLand
http://www.animenewsnetwork.com/ AnimeNewsNetwork
http://www.chroniquesautomatiques.com/ LesChroniquesAutomatiques
http://www.crunchyroll.com/ CrunchyRoll

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 17:50 (18 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258585
Default Alt Text
D737.diff (953 B)

Event Timeline