spaRSS icon indicating copy to clipboard operation
spaRSS copied to clipboard

How to add default rss feed with always retrive full text?

Open seri0099 opened this issue 6 years ago • 0 comments

i already did default rss feed with database exec but its only showing me feed,its not retriving full text and images... database.execSQL("INSERT INTO " + FeedColumns.TABLE_NAME + " (" + FeedColumns.URL + "," + FeedColumns.NAME + ") VALUES ('" + "url" + "','" + "text" + "')");

maybe some FeedColumns.RETRIEVE_FULLTEXT ??? but how?

seri0099 avatar Jan 16 '19 19:01 seri0099