21 Commits

Author SHA1 Message Date
Francesco Grazioso
306377a7be
Feat/app api and frontend (#136)
* minor fixes

* created basic django app

* add django dependency

* created basic search endpoint

* created retrieve method for search

* remove retrieve

* start implementing download endpoint (only movie for now)

* start implementing episode info for series

* finished get_episodes_info

* minor fixes

* add download anime episode

* start implementing download for tv series

* refactor methods

* finished download endpoint (will implement possibility to download single episodes of season in tv series)

* new domain and black on project

* start

* add cors

* add start gui command

* add gui for search

* edited .gitignore

* create component for media details

* better UX/UI

* edited anime episode to stream response (better experience)

* implemented UI for media details (TODO add download capabilities)

* fix poster fetching

* minor fixes

* fix cors error

* start implementing download

* fix typing on anime movies

* refactor

* refactor + add download OVA

* add plot for all anime types

* add download for all anime episodes

* add download all tv series episodes

* fix crach if localStorage is undefined

* moved download logic in separeted file

* fix wrong index passed while downloading tv series

* fix style searchbar

* add loader to search button and add enter listener while searching

* remove dependency from loading episodes to download all in anime series

* add function to download selected episodes for anime

* add sh command to kill gui

* fix messages in kill_gui.sh

* start implementing download select episodes for tv series (to be tested) + run black and eslint

* start  refactoring  to version 2.0

* start implementing preview endpoint
2024-06-01 11:59:11 +02:00
Ghost
20eae18cff Add ffmpeg controll 2024-05-26 22:28:18 +02:00
Giova
16bd1c28a1
Update requirements.txt 2024-05-26 21:14:18 +02:00
Ghost
129de75ba0 Atto secondo ... 2024-05-23 08:50:29 +02:00
Ghost
67bbb9a043 fix ascii character 2024-05-16 18:25:00 +02:00
Ghost
02edd4d5cd Add light and strong search domain @inklook 2024-04-29 20:23:11 +02:00
Ghost
a60dcb2b79 Remove use of lxml 2024-04-28 18:17:18 +02:00
Francesco Grazioso
ddcb3dfb71
create dockerization for the script (#105)
* add dockerfile and change base domain to current one

* add ffmpeg to dockerfile and edit README

* add instructions to save media locally

* fix typo

* add dependencies to dockerfile

* fix dependencies

* add ability to switch between anime and film on run without changing config

* add dependencies to dockerfile

* add argparse

* fix readme

* fix args description
2024-04-12 17:38:34 +02:00
Ghost
bf7153214f Improve organization 2024-04-06 15:14:18 +02:00
Ghost
3a9378060b Change Crypto to: pycryptodome 2024-04-03 11:00:30 +02:00
Ghost
cd3001f6b2 Un giorno ... 2024-04-01 10:10:54 +02:00
Helper
941abc4f13
fix bug #86 (#86)
Co-authored-by: Helper0x <Helper0x@users.noreply.github.com>
2024-03-26 10:10:23 +01:00
Ghost
56e8a45d25 fix pyinstaller 2024-03-20 10:13:08 +01:00
Ghost
53d2a1a7f4 add subtitle download 2024-02-17 10:06:55 +01:00
Ghost
7992532ce9 fix error 409 2024-01-29 16:33:40 +01:00
Ghost
a70713a593 add update script 2024-01-25 18:27:45 +01:00
Ghost
94e4f09518
Update requirements.txt 2024-01-06 18:01:54 +01:00
Ghost
fbfaeb5cac fix download audio 2024-01-06 17:52:18 +01:00
Ghost
d764625d9c change m3u8 class 2024-01-05 16:47:09 +01:00
Ghost6446
09b6e1203c add audio download 2023-12-26 11:28:01 +01:00
Ghost
4db6fb0855
... 2023-12-16 18:29:01 +01:00