summaryrefslogtreecommitdiffstats
path: root/src/helpers.cr
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-03-31 10:50:39 -0500
committerOmar Roth <omarroth@hotmail.com>2018-03-31 10:50:39 -0500
commitcf9a8b0037bc3986c8985d5608ab0bbcef2f3c86 (patch)
tree74b377b2affe60de90d8de8daaff557f090f8f49 /src/helpers.cr
parentffdf2ea4c57a8c4b0cf99b106eb71dbfa6b1695a (diff)
downloadinvidious-cf9a8b0037bc3986c8985d5608ab0bbcef2f3c86.tar.gz
invidious-cf9a8b0037bc3986c8985d5608ab0bbcef2f3c86.tar.bz2
invidious-cf9a8b0037bc3986c8985d5608ab0bbcef2f3c86.zip
Remove File.write from fetch_user
Diffstat (limited to 'src/helpers.cr')
-rw-r--r--src/helpers.cr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helpers.cr b/src/helpers.cr
index 88095b02..6131989b 100644
--- a/src/helpers.cr
+++ b/src/helpers.cr
@@ -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)