1
0
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:
Andrew Dolgov
2006-05-16 09:08:37 +01:00
parent 956c762979
commit 7fb323413a
2 changed files with 52 additions and 4 deletions

View File

@@ -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) + "'"
#