Compare commits

..

No commits in common. "f0a76d096412c554535648c66277ef6893dde716" and "9131931df98461863c05bf40c918b9fa9460bad2" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -58,7 +58,7 @@ class CrosspostParentList {
var is_created_from_ads_ui: Boolean = false var is_created_from_ads_ui: Boolean = false
var author_premium: Boolean = false var author_premium: Boolean = false
var thumbnail: String? = null var thumbnail: String? = null
var edited: String? = null var edited: Boolean = false
var author_flair_css_class: Any? = null var author_flair_css_class: Any? = null
var author_flair_richtext: ArrayList<Any>? = null var author_flair_richtext: ArrayList<Any>? = null
var gildings: Gildings? = null var gildings: Gildings? = null
@ -177,7 +177,7 @@ class Data : RssDataItem {
var is_created_from_ads_ui: Boolean = false var is_created_from_ads_ui: Boolean = false
var author_premium: Boolean = false var author_premium: Boolean = false
var thumbnail: String? = null var thumbnail: String? = null
var edited: String? = null var edited: Boolean = false
var author_flair_css_class: Any? = null var author_flair_css_class: Any? = null
var author_flair_richtext: ArrayList<Any>? = null var author_flair_richtext: ArrayList<Any>? = null
var gildings: Gildings? = null var gildings: Gildings? = null

View File

@ -23,9 +23,7 @@ object RssList {
) )
val feedJsons = arrayListOf( val feedJsons = arrayListOf(
"https://www.reddit.com/r/nsfw/.json", "https://www.reddit.com/r/nsfw/.json"
"https://www.reddit.com/r/Mogong/.json",
// "https://www.reddit.com/r/${URLEncoder.encode("모공")}/.json",
) )
fun getFeedUrls() = keyWords.map { "https://news.google.com/rss/search?q=${URLEncoder.encode(it)}=ko&gl=KR&ceid=KR%3Ako/" } fun getFeedUrls() = keyWords.map { "https://news.google.com/rss/search?q=${URLEncoder.encode(it)}=ko&gl=KR&ceid=KR%3Ako/" }