forked from wallabag/wallabag
add pdf and mobi libraries
This commit is contained in:
16
inc/3rdparty/libraries/send2kindle/MOBIClass/RecognizeURL.php
vendored
Normal file
16
inc/3rdparty/libraries/send2kindle/MOBIClass/RecognizeURL.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Description of RecognizeURL
|
||||
*
|
||||
* @author Sander
|
||||
*/
|
||||
class RecognizeURL {
|
||||
public static function GetContentHandler($url){
|
||||
if(FanFictionNet::Matches($url)){
|
||||
return new FanFictionNet($url);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user