summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/twogag.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/twogag.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/twogag.com.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/twogag.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/twogag.com.php
new file mode 100644
index 000000000..77caec8ba
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/twogag.com.php
@@ -0,0 +1,9 @@
+<?php
+return array(
+ 'filter' => array(
+ '%.*%' => array(
+ "%http://www.twogag.com/comics-rss/([^.]+)\\.jpg%" =>
+ "http://www.twogag.com/comics/$1.jpg"
+ )
+ )
+);