archelaus / Auto-Link-Bypasser

Python script to circumvent/bypass link shorteners like GDToT, GPlinks etc.
4 stars 8 forks source link

getting error on windows #4

Closed askfriends closed 1 year ago

askfriends commented 1 year ago

im getting following error on windows, will u fix it?

Traceback (most recent call last):
  File "C:\Users\USERNAME\Documents\Auto-Link-Bypasser\bypass.py", line 25, in <module>
    url = sys.argv[1]
IndexError: list index out of range
archelaus commented 1 year ago

You need to call bypass.py with an argument, e.g.: bypass.py <link>

askfriends commented 1 year ago

You need to call bypass.py with an argument, e.g.: bypass.py <link>

yeah that worked. Thanks