1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-15 07:29:13 +05:30

Remove File.write from fetch_user

This commit is contained in:
Omar Roth 2018-03-31 10:50:39 -05:00
parent ffdf2ea4c5
commit cf9a8b0037

@ -583,7 +583,6 @@ end
def fetch_user(sid, client, headers)
feed = client.get("/subscription_manager?disable_polymer=1", headers).body
File.write("feed.html", feed)
channels = [] of String
feed = XML.parse_html(feed)