Cartmanishere / zippyshare-scraper

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

All patterns have failed #20

Closed isurukdniss closed 4 years ago

isurukdniss commented 4 years ago

I'm getting below error

Enter URLs (leave blank to stop): https://www72.zippyshare.com/v/5X58ey6E/file.html
Enter URLs (leave blank to stop):
[!] REGEX_1 failed for pattern #1
[*] pattern_1 has failed for link: https://www72.zippyshare.com/v/5X58ey6E/file.html
[*] Trying next pattern
[!] REGEX_1 failed for pattern #2
[*] pattern_2 has failed for link: https://www72.zippyshare.com/v/5X58ey6E/file.html
[*] Trying next pattern
[!] REGEX_1 failed for pattern #3
[*] pattern_3 has failed for link: https://www72.zippyshare.com/v/5X58ey6E/file.html
[*] Trying next pattern
[!] REGEX_1 failed for pattern #4
[*] pattern_4 has failed for link: https://www72.zippyshare.com/v/5X58ey6E/file.html
[*] Trying next pattern
[!] REGEX_1 failed for pattern #5
[*] pattern_5 has failed for link: https://www72.zippyshare.com/v/5X58ey6E/file.html
[*] Trying next pattern
[!] REGEX_1 failed for pattern #6
[*] pattern_6 has failed for link: https://www72.zippyshare.com/v/5X58ey6E/file.html
[*] Trying next pattern
[!] REGEX_1 failed for pattern #7
[*] pattern_7 has failed for link: https://www72.zippyshare.com/v/5X58ey6E/file.html
[*] Trying next pattern
[*] All patterns have failed
[*] Failed to parse - https://www72.zippyshare.com/v/5X58ey6E/file.html
[*] Verifying download links...
[*] All download links saved at links.txt
[*] All failed links saved at failed.log
Cartmanishere commented 4 years ago

@isurukdniss The link you have provided in the issue is working for me.

Are you using the latest code? I pushed some changes few days back. Please try with the latest master and let me know if it still gives you error.

isurukdniss commented 4 years ago

@Cartmanishere Sorry, the requirements were not installed correctly in my environment. Executed the requirement file again and now working file.

You may close the issue :)