Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range #4

Closed
LeeluPradhan opened this issue Jul 5, 2020 · 7 comments
Closed

IndexError: list index out of range #4

LeeluPradhan opened this issue Jul 5, 2020 · 7 comments

Comments

@LeeluPradhan
Copy link

Full error:

C:\Users\sample\Downloads\Compressed\PSARipper>python PSA.py
Enter a PSA url - https://psarips.one/tv-show/rick-and-morty/
Enter download mode (latest/full/1080p/720p) - latest

Show: Rick and Morty
Rating: 4.7

Traceback (most recent call last):
  File "C:\Users\sample\Downloads\Compressed\PSARipper\psaripper\PSAEntry.py", line 22, in get_ddl_urls
    ddlurl = decrypt_url(ddl[1], self.scraper)
  File "C:\Users\sample\Downloads\Compressed\PSARipper\psaripper\util.py", line 40, in decrypt_url
    furl = base64.b64decode(urlt.split("url\' value=")[1].split('/>')[0].strip()).decode('utf-8')
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "PSA.py", line 57, in <module>
    ddlurls = media.get_ddl_urls()
  File "C:\Users\sample\Downloads\Compressed\PSARipper\psaripper\PSAEntry.py", line 28, in get_ddl_urls
    ddlurl = decrypt_url(ddl[1], self.scraper)
  File "C:\Users\sample\Downloads\Compressed\PSARipper\psaripper\util.py", line 40, in decrypt_url
    furl = base64.b64decode(urlt.split("url\' value=")[1].split('/>')[0].strip()).decode('utf-8')
IndexError: list index out of range
@architdate
Copy link
Owner

They patched this method already. I put up a notice in my readme. Couldn't find a solution after trying to break it again for like 40 minutes. I'll try to break it again when I have the time

@architdate architdate pinned this issue Jul 5, 2020
@LeeluPradhan
Copy link
Author

hey @architdate can universal bypass added to it?
It will be hassle free!

@architdate
Copy link
Owner

Universal bypass seems to be one way, but their crowd bypass api is closed source unfortunately. I'll still attempt to add it though by looking at how the extension interacts with their api in Burp Suite or something

@LeeluPradhan
Copy link
Author

Yes, universal bypass is our last hope!

@sherlockia
Copy link

@architdate Bro, any update on this. Did you find another way to bypass?

@W-Floyd
Copy link

W-Floyd commented Aug 6, 2021

fwiw, Universal Bypass does not work for links on PSARips (or at least, not all of the chained links).

@architdate
Copy link
Owner

This works again now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants