Bitcoin Forum

Economy => Service Discussion => Topic started by: bobc1994 on October 02, 2015, 02:31:29 PM



Title: ollierexx selling public project on github to people
Post by: bobc1994 on October 02, 2015, 02:31:29 PM
Hey guys so I looked into ollies Udemy extractor and I looked over a few things and realized in his app there was a signature leading to https://github.com/nishad/udemy-dl

I downloaded it as it was open source as well and played around with it..what do you know its the same thing.

All he did was add licensing to it so he can charge people.

I just wanted people to know since he has like 21+ pages and nobody has caught on it.

When I confronted him he lowered the price on his product lol

His thread
https://bitcointalk.org/index.php?topic=1090557.0


Title: Re: ollierexx selling public project on github to people
Post by: GhostFox 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 -___-  ??? ???