Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3766357
D737.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
953 B
Referenced Files
None
Subscribers
None
D737.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D737: Analyze AnimeLand
Attached
Detach File
Event Timeline
Log In to Comment