Closed Aaron34789 closed 5 years ago
Having the same issue here. Using Python 3.7.2.
[arch@linux zippyshare-scraper]$ python zippyshare_3.py
File path: 1.txt
File found. Beginning scraping.
Total Links = 98
Traceback (most recent call last):
File "zippyshare_3.py", line 184, in
@Aaron34789 @Cartmanishere Issue is fixed now. Thanks.
Thank you @Exodion It's working now!!
Firstly would like to thank for the program, Script stopped working today. Receiving below errors:
C:\Users\Test>C:\Users\Test\Zippyshare\zippyshare_3.py File(f) | List(l) | dlcfile (d)? f File path: C:\Users\Test\Zippyshare\links.txt File found. Beginning scraping. Total Links = 1 Traceback (most recent call last): File "C:\Users\Test\Zippyshare\zippyshare_3.py", line 184, in <mod ule> links = parser.do_main() File "C:\Users\Test\Zippyshare\zippyshare_3.py", line 24, in do_ma in extract, status = self.parse_link(i) File "C:\Users\Test\Zippyshare\zippyshare_3.py", line 155, in pars e_link d = self.get_value_of_d() File "C:\Users\Test\Zippyshare\zippyshare3.py", line 179, in get value_of_d return int(self.soup.select('span[id="omg"]')[0].get('class')[0]) * 2 IndexError: list index out of range