diff --git a/sproutvideo.com/run.py b/sproutvideo.com/run.py index 9c0d003..fe1086f 100644 --- a/sproutvideo.com/run.py +++ b/sproutvideo.com/run.py @@ -22,16 +22,13 @@ headers = { payload = {"email": args.user if args.user is not None else "", "password": args.password, "host": "unknown", "url": "unknown", "queryParams": ""} -print(payload) r = requests.post(args.url.replace("embed", "video_password"), headers=headers, data=payload) -print(r.cookies) - soup = BeautifulSoup(r.text, "html.parser") try: print(soup.find("a", attrs={"class": "hd-download"}).get("href")) - print(soup.find("a", attrs={"class": "sd-download"}).get("href")) + # print(soup.find("a", attrs={"class": "sd-download"}).get("href")) except AttributeError: print("Wrong password/username") diff --git a/sproutvideo.com/tmp.html b/sproutvideo.com/tmp.html deleted file mode 100644 index 6990f5d..0000000 --- a/sproutvideo.com/tmp.html +++ /dev/null @@ -1,209 +0,0 @@ - - -
- - - - - - - - - - - - - - - - - -