mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-11 11:04:36 +02:00
Merge branch 'constantine' of https://framagit.org/peetah/rss-bridge
This commit is contained in:
@@ -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\/.*',
|
||||
|
Reference in New Issue
Block a user