anime-dl / anime-downloader

A simple but powerful anime downloader and streamer.
The Unlicense
1.93k stars 222 forks source link

Support more sites #2

Open vn-ki opened 6 years ago

vn-ki commented 6 years ago

Suggestions accepted.

KashTag commented 6 years ago

Perhaps RYUANIME

vn-ki commented 6 years ago

Sure. I added it to the list.

debakarr commented 6 years ago

kickassanime <- fastest upload I know right now. animefreak animevibe <- Just a site with no ads

Probably some other streaming sites used in this app

ngomile commented 6 years ago

Hi there, I'd like to also suggest adding animepahe.com into the fray. It's API is easy to figure out if you play around and inspect the network transactions.

vn-ki commented 5 years ago

@Dibakarroy1997 What are the sources of anyme app? Looks like it needs a MAL account for it to work and it is not open source .

debakarr commented 5 years ago

Ya true. It's not open source. The developer claims that the code is messy and he don't want to make it open source.

Though he/she do have a subreddit and also discord server.

You may want to contact the developer. It would be nice if we can see a collaboration project.

vn-ki commented 5 years ago

You may want to contact the developer.

I did and he was not very nice. He wanted me to pay for information (or in his words "for his time").

The developer claims that the code is messy and he don't want to make it open source.

My interaction with him made me think otherwise. I really like the app though. No shady permissions, small footprint.

a collaboration project

Because his project is not open source, I am compelled to write a AnYme clone in flutter (which would give ios support too). That might rethink his opinion a bit. But AnYme is really good, so it might not be worth all the effort. :sweat_smile:


BTW, everyone, which site would like to see to be supported next?

LCPallares commented 5 years ago

adds animeflv.net for Spanish speakers

DynamiteC commented 5 years ago

animeheaven.eu 9anime.to darklegends60mb.org

Beardanidas commented 5 years ago

Didn't see this when I made the other issue. I would love to see itsaturday.com added. Seems like a fairly straight forward site.

azais-corentin commented 5 years ago

Why not support nyaa.si? They even have a RSS feed available for searches. Example for "sword art online 720p" https://nyaa.si/?page=rss&q=sword+art+online+720p&c=0_0&f=0

CodaTheOtaku commented 5 years ago

i would also suggest https://kimcartoon.to/ over kisscartoon. they utilize rapidvideo wheras Kisscartoon uses an outdated jwplayer, and kimcartoon has more up to date stuff. so implementing support would be alot easier

ghost commented 5 years ago

i would suggest turkanime.tv for turkish users. please do that bro

Treajen commented 5 years ago

if turkanime tv added, i'll use it too. my friends wants too. Hope will aded

KiraYamatoSD commented 5 years ago

i would also suggest https://kimcartoon.to/ over kisscartoon. they utilize rapidvideo wheras Kisscartoon uses an outdated jwplayer, and kimcartoon has more up to date stuff. so implementing support would be alot easier

To add to this, Kimcartoon's own "KimCartoon Beta" server uses Google server to store their videos.

DynamiteC commented 5 years ago

Masteranime is down

5ud52 commented 5 years ago

chia-anime.tv

MubashirRasheed commented 5 years ago

https://www.animebam.se/

MubashirRasheed commented 5 years ago

https://www.animeout.xyz/

MubashirRasheed commented 5 years ago

https://ww1.bestanimes.io/

MubashirRasheed commented 5 years ago

As u already added anistream so there's no need to add bestanimes.io but u can check https://www.9animes.ru Its very good site with large range of anime.

vn-ki commented 4 years ago

@LuisCarlosPallaresAscanio @KALRONG Animeflv added in master

vn-ki commented 4 years ago

@VerseLLC itsaturday added

ghost commented 4 years ago

@vn-ki please add turkanime.tv asap i can't watch anime on my university :)

vn-ki commented 4 years ago

I looked into turkanime @cartals. It has a lot of options for server and dubs. Adding that many ones is not worth my time given I don't even use that site. Please understand that I do this in my free time.

ghost commented 4 years ago

@vn-ki okay thanks :)

MubashirRasheed commented 4 years ago

http://animeflix.io

MubashirRasheed commented 4 years ago

https://www13.animeultima.eu/

meowthed commented 4 years ago

animedao.com

Tau5 commented 4 years ago

I'm interested in seeing animeflv being revived as the FAQ states

Janco2049 commented 4 years ago

They could add izanagi to animeflv, natsuki is only for new anime

Tankettekek commented 4 years ago

I Know KissAnime had been removed because of their removal of Rapid, but they have added Hydrax, which permits to skip the captcha... Tho I have tried to catch the video link and did not find a way...

Blatzar commented 4 years ago

I Know KissAnime had been removed because of their removal of Rapid, but they have added Hydrax, which permits to skip the captcha... Tho I have tried to catch the video link and did not find a way...

It's possible to scrape from hydraX, I made an extractor a while back. The only problem is that aria doesn't work with it, but wget works

import re
import json
import sys
from anime_downloader.extractors.base_extractor import BaseExtractor
from anime_downloader.sites import helpers
import logging

logger = logging.getLogger(__name__)

class Hydrax(BaseExtractor):
    def _get_data(self):
        url = self.url
        end = url[url.find('=')+1:]
        beg = json.loads(helpers.post('https://ping.idocdn.com/',
            data={'slug':end},
            referer=url,
            ).text)['url']
        link = 'https://' + end + '.' + beg
        #print(helpers.get(link,referer=url,data={'Range':'bytes=0-'}).text)
        return {
            'stream_url': link,
            'referer': url
        }
IguanasInPyjamas commented 3 years ago

I don't know about everyone else, but I really want a raw JP website. It would be great for immersion for learners. Anyone else want it?

Maxwell12347842 commented 3 years ago

9anime.to

tirmazi2 commented 3 years ago

http://www.anime1.com/

IngwiePhoenix commented 3 years ago

WCOStream Existing implementation: https://github.com/EpicUnknown/wco-dl

Advantages of implenting it via anime-downloader: aria2c has a much better connection handler and is the de-facto default/prefered software. By tweaking aria2c with the command config, there are cool things that can be done. Also a uniform syntax.

jopejoe1 commented 3 years ago

https://anidex.info/

NextDev65 commented 3 years ago

aniwatch.me has similar quality to twist.moe

ghost commented 3 years ago

_Except if they catch you scraping content off their servers you'll get blacklisted

NextDev65 commented 3 years ago

_Except if they catch you scraping content off their servers you'll get blacklisted

nvm then.

tatsumasagc commented 3 years ago

could you please include KissAsian and WatchCartoonOnline

uali6981 commented 3 years ago

https://chauthanh.info/

please this site

ArjixWasTaken commented 2 years ago

chauthanh.info

please this site

I remember working on adding that site before. But the reason that I stopped was because it doesn't have download links for a lot of anime.

cronyakatsuki commented 2 years ago

Any possibility for adding zoro.to

ArjixWasTaken commented 2 years ago

Any possibility for adding zoro.to

Hmm, it is possible, but I doubt anybody will do it. Since the only solution would be to use selenium...

IngwiePhoenix commented 2 years ago

what about https://9anime.to

Needs CloudFlare and very often implements measurements against downloaders. It has been broken since forever...

ArjixWasTaken commented 2 years ago

Needs CloudFlare and very often implements measurements against downloaders. It has been broken since forever...

it doesnt actually need cloudflare, but yeah, the anti scraping measures it has are not worth anyone's time to crack down because whenever someone breaks down their defense they make an entirely new defense mechanism

uali6981 commented 2 years ago

https://hi10anime.com

I think now they have pretty good anime list and they also have torrent batch and individual ep downloading option.

Is this possible to batch download those individual eps in one go?

lot of thanks for your time anyway

DubHacker-chan commented 2 years ago

I would recommend https://www.aniflix.cc/ . Has many animes in dub and sub, but only in German.