228 Commits

Author SHA1 Message Date
Lovi
4791de098d Add loiggin load module. 2024-06-17 21:28:45 +02:00
Lovi
f41490fa33 Fix uppload. 2024-06-17 21:22:14 +02:00
Lovi
a9ff9fab13 DDL increase timeout. 2024-06-16 19:24:52 +02:00
Lovi
3b2a2ae3bd Restore ... 2024-06-16 19:08:24 +02:00
Lovi
f8dc75ab7d
Delete Src/Api 2024-06-16 18:38:26 +02:00
Lovi
12103515ab Fix github error ... 2024-06-16 18:29:40 +02:00
Lovi
6fd433aac3 remove ... 2024-06-16 18:09:42 +02:00
Lovi
1ba1db3e14 Fix domain site api. 2024-06-16 18:08:11 +02:00
Lovi
19f5439c0f Better costant with os. 2024-06-16 15:51:24 +02:00
Lovi
4a473d0b0d Add httpx simple retry. 2024-06-15 10:47:10 +02:00
Lovi
75f963018d Add real internet speed. 2024-06-15 10:36:44 +02:00
Lovi
76cf21d255 Fix update with httpx. 2024-06-15 09:08:14 +02:00
Lovi
f5f708be5a Real upload.py 2024-06-15 09:06:38 +02:00
Lovi
0f919ba97b Better costnat for api. 2024-06-15 08:59:46 +02:00
Lovi
51d046de13 Restore .. 2024-06-14 17:25:41 +02:00
Lovi
4b88da9e1c Remove retry. 2024-06-14 17:24:07 +02:00
Lovi
7b37a9ee71
Update version.py v1.2.0 2024-06-14 17:08:51 +02:00
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
Lovi
ff1ae79548
Update config.json 2024-06-12 20:17:04 +02:00
Emanuele C
4b475a4724
Fix missing nodejs in Docker + utility (#147)
* Added Makefile and nodejs to docker

* Update README.md, added makefile description

* Clarification on mounting config.json
2024-06-12 20:16:24 +02:00
Lovi
5ae2905af8
Update README.me 2024-06-12 13:16:13 +02:00
Lovi
43f0d45fa9 Restore ... 2024-06-10 21:43:05 +02:00
Lovi
40328fe99f
Migrate to httpx (#143) 2024-06-10 21:37:24 +02:00
Ghost
661cb949e0 Add guardaserie ... 2024-06-09 17:45:03 +02:00
Ghost
fddc13cd2c Add ddlstreamitaly ... 2024-06-09 15:48:10 +02:00
Ghost
74bf633cfc Update config ... 2024-06-09 14:16:48 +02:00
Ghost
748b1c9bfa Update validate proxy. 2024-06-09 11:41:43 +02:00
Ghost
8835eeff2e add start delay 2024-06-08 20:54:36 +02:00
Ghost
48f39042ae Fix struck at 100% 2024-06-08 20:26:54 +02:00
Ghost
93a594beef Fix speed download 2024-06-08 12:39:39 +02:00
Ghost
86ecac7edd Fix error proxy 1 2024-06-07 23:30:07 +02:00
Ghost
500fb965f4 Add other proxy option 2024-06-07 23:04:55 +02:00
Ghost
eb213187e8 Finish proxy addition. 2024-06-07 22:32:12 +02:00
Ghost
22d69b174f Remove static ip, introduce proxy. 2024-06-07 22:03:20 +02:00
Ghost
3ccb9b2946 Remove ip 2024-06-06 23:06:32 +02:00
Ghost
ae12d86d71 Update library and remove my request and user agent. 2024-06-05 23:29:35 +02:00
Ghost
febc16b6de Duplicate ip 2024-06-04 23:20:55 +02:00
Ghost
4553cf9f45 Auto switch proxy. 2024-06-04 23:18:16 +02:00
Ghost
37e75370b0 Only 4 workers. 2024-06-04 22:06:46 +02:00
Ghost
a030a2ef3b Rename repo. 2024-06-02 16:08:08 +02:00
Ghost
d2a9165f7d Remove stop_event 2024-06-02 16:02:47 +02:00
Ghost
4677deea14 Finalmente fix per file con duratta errata. 2024-06-02 10:36:56 +02:00
Ghost
640fb87e91 Fix double logger. 2024-06-02 09:35:36 +02:00
Ghost
32b876a08c Add force 1080p. 2024-06-02 08:21:34 +02:00
Ghost
8538a17b97 Add function get server ip. 2024-06-01 17:43:50 +02:00
Ghost
2960b810cd Fix shorter video and small bar, remove ctrl+c. 2024-06-01 14:20:50 +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
7f6799d276 Fix small bar with join ffmpeg. 2024-05-30 17:00:01 +02:00
Fede14it
add0f2f01d
Se la lista dei sottotitoli è vuota vengono scaricati tutti + aggiunta possibilità di non mergiare i sottotitoli (#135) 2024-05-29 22:15:54 +02:00