12 Commits

Author SHA1 Message Date
Lovi
d447cf53b7
Test httpx (#149)
* Migrate to httpx

* Revert "Migrate to httpx"

This reverts commit fdd2823865824eca5e8cb8806dbddba4bcb37280.

* Migrate httpx

* minor fixes (#146)

* Update headers

* Update config

* 1v. Add retry

* v1 Finish Guardaserie

* Need to fix client.

* Remove retry

* v2 Add comment guardaserie.

* Add domain ...

* Finish add ddl ...

* Fix use of proxy.

* Fix cookie error.

* Update cookie.

* Dynamic import.

---------

Co-authored-by: Francesco Grazioso <40018163+FrancescoGrazioso@users.noreply.github.com>
2024-06-14 17:07:51 +02:00
Ghost
2abfe82815 Restore ... 2024-06-01 12:07:36 +02:00
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
5988f7d53b Un errore... 2024-04-01 10:18:51 +02:00
Ghost
cd3001f6b2 Un giorno ... 2024-04-01 10:10:54 +02:00
Ghost
56e8a45d25 fix pyinstaller 2024-03-20 10:13:08 +01:00
Cohvir
75b04fc398
Improve readability and Conform PEP8 Style Guide (#63)
* style(PEP8): conform to PEP8 guide

* style(spell): spelling corrected

* Improve examples

* refact(audio_extractor): improves code readability refactoring audio_extractor_m3u8 function

* Conform to default example

* Add .idea
2024-03-05 15:35:35 +01:00
Ghost
1b90d402dd missing lib add 2024-02-17 10:16:07 +01:00
Ghost
38a666e53d add debug 2024-01-27 17:19:41 +01:00
Ghost
0709edde7f fix stuck 98% 2024-01-19 16:58:29 +01:00
Emanuele Spadaro
8fd490cb30 feat: download all episodes at once 2024-01-09 18:43:20 +01:00
Emanuele Spadaro
b4c4db69be feat: download all episodes at once
now you can insert * as episode number to download all the available episodes for a given series season
2024-01-08 00:31:50 +01:00