mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Clean up comments
This commit is contained in:
parent
edfe1eefe8
commit
799e172609
2 changed files with 3 additions and 4 deletions
|
@ -436,6 +436,7 @@ post "/login" do |env|
|
|||
|
||||
login = client.get(login.headers["Location"], headers)
|
||||
headers = login.cookies.add_request_headers(headers)
|
||||
|
||||
# We are now logged in
|
||||
|
||||
host = URI.parse(env.request.headers["Host"]).host
|
||||
|
@ -602,8 +603,6 @@ get "/feed/subscriptions" do |env|
|
|||
video["author"] = entry.xpath_node("author/name").not_nil!.content
|
||||
video["ucid"] = entry.xpath_node("channelid").not_nil!.content
|
||||
video["thumbnail"] = entry.xpath_node("group/thumbnail").not_nil!["url"].gsub(/hqdefault\.jpg$/, "mqdefault.jpg")
|
||||
# video["thumbnail"] = video["thumbnail"].rstrip("hqdefault.jpg")
|
||||
# video["thumbnail"] += "mqdefault.jpg"
|
||||
|
||||
videos << video
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue