Add host language to fetch_video

This commit is contained in:
Omar Roth 2018-09-25 17:42:17 -05:00
parent 21a8df42dd
commit 1289065151

View File

@ -505,7 +505,7 @@ def fetch_video(id)
spawn do
client = make_client(YT_URL)
html = client.get("/watch?v=#{id}&bpctr=#{Time.new.epoch + 2000}&disable_polymer=1")
html = client.get("/watch?v=#{id}&bpctr=#{Time.new.epoch + 2000}&gl=US&hl=en&disable_polymer=1")
html = XML.parse_html(html.body)
html_channel.send(html)