Page MenuHomeDevCentral

No OneTemporary

diff --git a/pages/crunchyroll.php b/pages/crunchyroll.php
new file mode 100644
index 0000000..e4f02d0
--- /dev/null
+++ b/pages/crunchyroll.php
@@ -0,0 +1,20 @@
+<?php
+
+/**
+ * Represents a page from the http://www.crunchyroll.com/ site.
+ */
+class CrunchyRollPage extends Page {
+ /**
+ * Analyses the page and extracts metadata
+ */
+ function analyse () {
+ parent::analyse();
+
+ $authorElement = self::between('<div class="byline">', '</div>');
+ $this->author = self::grab($authorElement, '">', '</a>');
+
+ $this->extractYYYYMMDDDateFromURL();
+
+ $this->site = "[[Crunchyroll]]";
+ }
+}
diff --git a/pages/index.dat b/pages/index.dat
index 6d5795a..487e214 100644
--- a/pages/index.dat
+++ b/pages/index.dat
@@ -1,22 +1,23 @@
http://archives.lesoir.be/ ArchivesLeSoir
http://next.liberation.fr/ Liberation
http://onlinelibrary.wiley.com/ Wiley
http://rue89.nouvelobs.com/ Rue89
http://www.animenewsnetwork.com/ AnimeNewsNetwork
http://www.chroniquesautomatiques.com/ LesChroniquesAutomatiques
+http://www.crunchyroll.com/ CrunchyRoll
http://www.erudit.org/ Erudit
http://www.footofeminin.fr/ FootOFeminin
http://www.formula1.com/ Formula1
http://www.huffingtonpost.fr/ HuffingtonPostFrance
http://www.jstor.org/ JSTOR
http://www.lalibre.be/ LaLibreBelgique
http://www.latimes.com/ LosAngelesTimes
http://www.lefigaro.fr/ LeFigaro
http://www.lemonde.fr/ LeMonde
http://www.leparisien.fr/ LeParisien
http://www.lesoir.be/ LeSoir
http://www.liberation.fr/ Liberation
http://www.nytimes.com/ NewYorkTimes
http://www.persee.fr/ Persee
http://www.tandfonline.com TaylorAndFrancis
http://www.worldcat.org/ WorldCat

File Metadata

Mime Type
text/x-diff
Expires
Sun, Nov 24, 17:56 (1 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2255997
Default Alt Text
(1 KB)

Event Timeline