change model of feed (put user inside of it) this might change everything in database handling to be 5 times easier (instead of looking for user and then matching it with feeds you would just find feed and compare its .user.id to input userid)
parse feeds only in background jobs, when adding with interface just add empty link to rss
confirm: