Fixed animeflix (#289)

* fixed animeflix

* Added some comments

* Update init.py

* Update init.py

* fixed the spaces which destroyed the code
master
Blatzar 2020-03-06 21:25:19 +00:00 committed by GitHub
parent 63a57da393
commit 4b8a7c6cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -5,12 +5,11 @@ from anime_downloader.sites import helpers
class AnimeFlix(Anime, sitename='animeflix'):
"""
Site :https://animeflix.io/
"""
sitename = 'animeflix'
search_url = 'https://www.animeflix.io/api/search'
anime_url = 'https://www.animeflix.io/shows'
episodeList_url = 'https://www.animeflix.io/api/anime-schema'
search_url = 'https://animeflix.io/api/search'
anime_url = 'https://animeflix.io/shows'
episodeList_url = 'https://animeflix.io/api/anime-schema'
meta_url = 'https://animeflix.io/api/anime/detail'
QUALITIES = ['360p', '480p', '720p', '1080p']

View File

@ -8,7 +8,6 @@ ALL_ANIME_SITES = [
('kisscartoon', 'kisscartoon', 'KissCartoon'),
('twistmoe', 'twist.moe', 'TwistMoe'),
('animepahe', 'animepahe', 'AnimePahe'),
('anistream', 'anistream', 'Anistream'),
('animeflv', 'animeflv', 'Animeflv'),
('itsaturday', 'itsaturday', 'Itsaturday'),
('animefreak', 'animefreak', 'AnimeFreak'),