1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-11 11:04:36 +02:00
This commit is contained in:
logmanoriginal
2016-09-02 17:36:51 +02:00
131 changed files with 888 additions and 876 deletions

View File

@@ -1,12 +1,12 @@
<?php
class FourchanBridge extends BridgeAbstract{
public $maintainer = "mitsukarenai";
public $name = "4chan";
public $uri = "https://www.4chan.org/";
public $description = "Returns posts from the specified thread";
const MAINTAINER = "mitsukarenai";
const NAME = "4chan";
const URI = "https://www.4chan.org/";
const DESCRIPTION = "Returns posts from the specified thread";
public $parameters = array( array(
const PARAMETERS = array( array(
't'=>array(
'name'=>'Thread URL',
'pattern'=>'(https:\/\/)?boards\.4chan\.org\/.*thread\/.*',