]> asedeno.scripts.mit.edu Git - youtube-dl.git/commit
Fix very wrong code for setting the language
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 1 Mar 2009 23:02:56 +0000 (00:02 +0100)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:23:48 +0000 (11:23 +0100)
commitcc109403853bac92861aab7f0fc5f93398c336b0
treef866d97cc5efe0c8ce439ed98d9300cbef390620
parent5121ef207112040fdf58e889393071aeb51cf4f2
Fix very wrong code for setting the language

It turned out that, despite the program working without apparent errors,
the code for setting the language was completely wrong. First, it didn't
run unless some form of authentication was performed. Second, I
misstyped _LANG_URL as _LOGIN_URL, so the language was not being set at
all! Amazing it still worked.
youtube-dl