Hey!
I noticed that he had uploaded the extractor, as well, but I am trying to figure out what he does to the file to bypass the login verifications. I have been tooling around with it the past few hours and whenever i run the script it always says that I have to few arguments. What did you do to get it to bypass the required logins. So far, I've just altered some of the else commands, and added
def _login(self):
(username, password) = self._get_login_info()
if username is None:
raise ExtractorError(
'Udemy account is required, use --username and --password options to provide account credentials.',
expected=False)
to the script, but alas, no dice. Keeps saying too few arguments -___-