]> git.wh0rd.org - tt-rss.git/blobdiff - classes/rpc.php
subscribe_to_feed: stop fetching URL multiple times while subscribing, various other...
[tt-rss.git] / classes / rpc.php
index c4d0cd53c3f6561929cb4cc307a09a3a4878a3fb..f0d1d3d86795f27d0ee2304b2c84ea2113e7d7a6 100644 (file)
@@ -195,12 +195,6 @@ class RPC extends Handler_Protected {
                print json_encode(array("result" => $rc));
        }
 
-       function extractfeedurls() {
-               $urls = get_feeds_from_html($_REQUEST['url']);
-
-               print json_encode(array("urls" => $urls));
-       }
-
        function togglepref() {
                $key = db_escape_string($_REQUEST["key"]);
                set_pref($this->link, $key, !get_pref($this->link, $key));