Slyyxp / rsack

Ransack「rsack」is a lossless Korean music downloader
MIT License
84 stars 12 forks source link

No regex match for urls leading with "www." #34

Closed ilysnemo closed 2 years ago

ilysnemo commented 2 years ago

image Getting this error, the url is correct right?

Slyyxp commented 2 years ago

The url is correct, will look into this right now and get back.

Slyyxp commented 2 years ago

This is caused by the leading "www."

Slyyxp commented 2 years ago

Fixed with 76be315be67666ca30a1479d9f28350ff12441f6

ilysnemo commented 2 years ago

image Still invalid url

Slyyxp commented 2 years ago

I'm not sure why this doesn't match since my regex is poor. I put a bandaid on it for now since I need to sleep. If someone can fix my regex that'd be great. c885b52820bfe8cfd13456ed9b909b13782e2e30

In the meantime it should work with both url variants.

ilysnemo commented 2 years ago

Ok i hope someone will fix it. Thanks sly, sleep well. Sorry for bothering you this night lol

Slyyxp commented 2 years ago

Technically it's fixed, just not in an appropriate manner.

If the error reoccurs just post it.

ilysnemo commented 2 years ago

It still error:( Can i have your contact? like discord or something else. It would be nice reporting the error personally, if you don;t mid

Slyyxp commented 2 years ago

Closing this since it now functions as intended.