mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 19:51:28 +00:00
add rss.getSubscribedFeeds method
This commit is contained in:
@@ -9,7 +9,10 @@ try:
|
||||
# print server.rss.getAllFeeds("fox", "sotona");
|
||||
|
||||
print server.rss.subscribeToFeed("admin", "password",
|
||||
"http://tt-rss.spb.ru/forum/rss.php");
|
||||
"http://tt-rss.spb.ru/forum/rss.php")
|
||||
|
||||
r = server.rss.getSubscribedFeeds("admin", "password")
|
||||
print r
|
||||
|
||||
# print "Got '" + server.examples.getStateName(32) + "'"
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user