Cartmanishere / zippyshare-scraper

A module to get direct downloadable links from zippyshare download page.
MIT License
106 stars 28 forks source link

Failed to Parse all 6 patterns #16

Closed Thiago-Heleno closed 4 years ago

Thiago-Heleno commented 4 years ago

This is the Url i tried: https://www10.zippyshare.com/v/f3qwAQAG/file.html

Richie-Z commented 4 years ago

same here

Sorrow446 commented 4 years ago

I slapped up a Bsoup / JS execution-free script (uses just requests and re). Tried a bunch of links, including your one above, worked fine. I'll update this when I polish it up some more.

EDIT: https://github.com/Sorrow446/ZS-DL. I'll keep maintaining it.

Cartmanishere commented 4 years ago

@Thiago-Heleno @Richie-Z Sorry this took so long.

I have added a quick fix to make it work with the link @Thiago-Heleno had provided.

Please check it out. And I'll try to have less turn around time whenever this stops working next time.