ali-sajjad-rizavi / super-anime-downloader

A program which takes an Anime name or URL and downloads the specified range of episodes.
30 stars 7 forks source link

list index out of range #1

Closed voltrare closed 4 years ago

voltrare commented 4 years ago

1

ali-sajjad-rizavi commented 4 years ago

Thankyou for pointing out this issue. The gogoanime website has removed "Mp4Upload" server from this anime, so I am adding other servers too!

ali-sajjad-rizavi commented 4 years ago

@voltrare I have added "vidcdn" server alongwith the "mp4upload". I tested downloading Boruto episodes 1 to 3 which works good. Will add other servers after analyzing them. The issue which you were facing was related to 'subprocess' module, which I removed and used 'os' module instead. I tested on Windows and Linux, issue has been resolved!

voltrare commented 4 years ago

Sorry but the problem persists

2

theres no subprocess error though...

voltrare commented 4 years ago

is it related to "os" module this time ?

ali-sajjad-rizavi commented 4 years ago

Okay I am trying on Ubuntu again.

ali-sajjad-rizavi commented 4 years ago

No 'os' module has no problem. I also verified on Ubuntu, to download the episodes 2 and 3 for Boruto. It is downloading successfully. Can you try this again with the latest repository? anime

ali-sajjad-rizavi commented 4 years ago

I think you are using Termux. I also tried Termux, where it is behaving strangely. Anyway, will fix this too!

ali-sajjad-rizavi commented 4 years ago

Issue: The BeautifulSoup element of script tag: 'script.text' returns empty '' string in some python environments. Solution: use of str(script) gives the outerText of Githubissues.

  • Githubissues is a development platform for aggregating issues.