1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 05:40:24 +02:00

fix: TébéoBridge Travis cleanup

This commit is contained in:
Mitsukarenai
2018-02-11 19:08:19 +01:00
parent bb58aa8e31
commit 7939bffcdd

View File

@@ -23,8 +23,6 @@ class TebeoBridge extends FeedExpander {
public function collectData(){
$url = self::URI . '/le-replay/' . $this->getInput('cat');
$html = getSimpleHTMLDOM($url)
or returnServerError('Could not request Tébéo.');