Browse Source

[udemy] Remove superfluous field

Sergey M․ 10 years ago
parent
commit
79057965a8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/udemy.py

+ 0 - 1
youtube_dl/extractor/udemy.py

@@ -83,7 +83,6 @@ class UdemyIE(InfoExtractor):
         login_form = self._form_hidden_inputs('login-form', login_popup)
 
         login_form.update({
-            'displayType': 'json',
             'email': username.encode('utf-8'),
             'password': password.encode('utf-8'),
         })