Bitcoin Forum
July 05, 2024, 01:44:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Discussion / Re: ollierexx selling public project on github to people on: November 10, 2015, 01:42:57 AM
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 -___-  Huh Huh
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!