mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Remove File.write from fetch_user
This commit is contained in:
parent
ffdf2ea4c5
commit
cf9a8b0037
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue