Dual Audio Naruto Tv Season 5 English Dubbed and Subbed 720p Mega – Download Dual Audio Naruto Tv All Season English Dubbed and Subbed 480p Gdrive – Download. Naruto Shippuden All Season 1080p 720p 480p English Subbed Google Drive: Click here For More Awsome Anime Like This: Click here. Download all the episodes of naruto English dub in high video and audio quality. You can download naruto English dub in 720P and 480P.
Download all Naruto Shippuden Episodes from http://www.naruget.net/naruto-shippuden-episodes/ (380 Episodes, ~25GB on 8-10-14)
download_naruto_shippuden.py
Naruto All Episodes Download
#!/usr/bin/python |
importurllib2 |
frombs4importBeautifulSoup |
importrequests |
importre |
importurllib |
importsys |
importos |
episodeArray=[] |
defdownload_file(filename,url): |
'' |
print 'Downloading Episode: ',filename |
local_filename = url.split('/')[-1] |
r = requests.get(url, stream=True) |
with open(filename, 'wb') as f: |
for chunk in r.iter_content(chunk_size=1024): |
if chunk: # filter out keep-alive new chunks |
f.write(chunk) |
f.flush() |
'' |
#Using aria2 here instead of requests because aria2 is an EPIC download manager |
os.system('aria2c -x 10 -j 5 -o '+filename+' '+url) |
defget_episode(episodenumber,link): |
r=requests.get(link) |
source=re.findall(r'source src='(.*?)',r.text) |
download_file(str(episodenumber)+'.mp4',source[0]) |
defdownload_episodes(): |
episodeArray.reverse() |
forepisodeinepisodeArray: |
r=requests.get(episode) |
soup=BeautifulSoup(r.text) |
link=re.findall(r'+unescape('(.*?)')',r.text) |
iframelink=urllib2.unquote(link[0].encode('utf8')) |
source=re.findall(r'src='(.*?)',iframelink) |
get_episode(r.url.split('/')[-2].split('-',1)[1],source[0]) |
defmain(): |
r=requests.get('http://www.naruget.net/naruto-shippuden-episodes/') |
soup=BeautifulSoup(r.text) |
episodeList=soup.find('div', attrs={'id':'side-a'}).findAll('a') |
foriinepisodeList: |
episodeArray.append(i['href']) |
download_episodes(); |
if__name__'__main__': |
main() |
All Naruto Seasons Download Free
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment