Commit graph

7 commits

Author SHA1 Message Date
logmanoriginal 1d53b70272 bridges: Remove unused functions and update scopes
Many bridges implemented getDescription() which is only applicable for
bridges extending RSSExpander.

Functions that are not part of the abstract class or interface should
be in private scope for better readability.
2016-08-06 16:00:56 +02:00
logmanoriginal 2913f86684 [PlanetLibre] Fix indentation and remove empty lines 2016-08-04 12:04:29 +02:00
logmanoriginal 77f326e377 [PlanetLibre] Change nested function to member function
This fixes error "Using $this when not in object context"

Nested functions are not part of the object and therefore don't have
access to the object instance $this!
2016-08-04 12:03:41 +02:00
Pierre Mazière 955eecc299 use BridgeAbstract::file_get_html in all bridges
instead of simple_html_dom function file_get_html

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2016-06-25 23:17:42 +02:00
teromene 3cb652b812 Deuxième lot de bridges. 2015-12-06 15:56:39 +01:00
Mitsukarenai 6b2742b067 fix PlanetLibre 2014-05-31 11:46:54 +02:00
Mitsukarenai c07eacfd6a Add extra bridges, second batch (TPB inside) 2014-05-26 19:45:10 +02:00