72 Commits

Author SHA1 Message Date
Ghost
5c209e9bed Add small bar, summary system, fix ffmpeg multiple audios and subtitles. 2024-05-28 17:15:20 +02:00
Ghost
80393c6147 Update reame and config file. 2024-05-27 18:57:40 +02:00
Ghost
5076317897 Merge branch 'main' of https://github.com/Ghost6446/StreamingCommunity_api 2024-05-27 15:37:40 +02:00
Ghost
cc9746b580 Fix docker progress bar ffmpeg 2024-05-27 15:37:38 +02:00
Francesco Grazioso
1a33eaf894
Minor fixes (#133) 2024-05-27 10:32:40 +02:00
Ghost
20eae18cff Add ffmpeg controll 2024-05-26 22:28:18 +02:00
Ghost
387ff64f4f Add api costant 2024-05-26 18:45:37 +02:00
Ghost
2542b5c6d4 Add altadefinizione 2024-05-26 11:08:46 +02:00
Ghost
762970c0ed Add download speed 2024-05-24 12:02:13 +02:00
Ghost
9eb4e81cc4 Fix index season map episode for series 2024-05-23 12:02:12 +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
f98fbe18e6 Fix error 401 and invalid character 2024-05-16 15:56:17 +02:00
Fline
e985b31e74
Update anime.py (#125) 2024-05-06 07:00:09 +02:00
Fline
8e909cede7
Update series.py (#124) 2024-05-06 06:59:55 +02:00
Ghost
cce4dd7a6b Fix os "...". directory in series name path 2024-05-04 09:12:16 +02:00
Ghost
d447e93f75 Merge branch 'main' of https://github.com/Ghost6446/StreamingCommunity_api 2024-05-03 17:45:08 +02:00
Ghost
891f14b6a3 Fix library: my_requests 2024-05-03 17:45:06 +02:00
Francesco Grazioso
dd239a8e5d
fix first episode not downloaded and last downloaded twice in anime series (#123) 2024-05-03 16:18:18 +02:00
Ghost
d65865a26c Add note for mac 2024-05-02 17:09:07 +02:00
Ghost
2e9dd8ceba Fix url 2 ( ?? ) 2024-04-29 22:31:17 +02:00
Ghost
7aef4c3655 Fix url with space 2024-04-29 22:30:14 +02:00
Ghost
02edd4d5cd Add light and strong search domain @inklook 2024-04-29 20:23:11 +02:00
Ghost
ca6a50c851 Fix options tables 2024-04-24 22:18:46 +02:00
Ghost
651f8a7e3c Fix range season 2024-04-21 17:43:01 +02:00
Ghost
7f49dc0758 Added compatibility for Win 7 #114 2024-04-21 09:27:40 +02:00
Ghost
0b692680f5 Fix range anime info episode 2024-04-20 09:39:44 +02:00
Ghost
29fa6ab0d0 Fix resolution 2024-04-13 14:25:33 +02:00
Ghost
f98bb29f0a Fix anime cant find eng title 2024-04-13 11:23:00 +02:00
Ghost
768589ed48 Fix domain not update 2024-04-12 18:09:28 +02:00
Ghost
cb6d5837f2 Fix run and update discord link 2024-04-12 18:05:35 +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
2939da93db Fix sys.exit with raise 2024-04-11 17:45:47 +02:00
Fede14it
d942613dd8
Added map for episode names (#98)
* Added map for episode names

* Fix
2024-04-11 08:00:51 +02:00
Ghost
e91e1b1aad Fix stuttering #95 and auto install of ffmpeg. 2024-04-08 18:58:58 +02:00
Ghost
bf7153214f Improve organization 2024-04-06 15:14:18 +02:00
Ghost
3a99ca2afe Fix unidecode 2024-04-04 15:21:40 +02:00
Ghost
9d1b7536b7 add unicode, and start clean memory 2024-04-04 14:31:54 +02:00
Ghost
bdc252803e Fix range for options * in series 2024-04-02 14:47:32 +02:00
Ghost
d64db11775 Fix latin title 2024-04-01 23:20:32 +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
f1ed9cf664 Add domain to config #78 2024-03-19 17:57:33 +01:00
Ghost
8fda9d59ce remove token headers 2024-03-10 15:17:54 +01:00
Fede14it
ce2408ad00
Skip episode in case of error (#69) 2024-03-07 06:49:54 +01:00
Fede14it
d925393716
Fix no subtitles in film (#64) 2024-03-05 18:24:32 +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
Fede14it
60ffda5163
audio default + sub (#60) 2024-03-05 07:03:41 +01:00
Cohvir
9ee9c91a2d
Fix #38, #57, Implement Config file (#58)
* style: correct some user messages and typos

* feat(config file): implement configuration settings

* style(config): improve config variables readability

* style(config params): config conformity fix

* feat(config): add config feature to variables

* feat(config): add config feature examples to README.md

* style: uniformity

* fix(subtitles): add subtitles to corresponding folder

* fix(tv-series subtitles folder name)
2024-03-04 22:34:36 +01:00
Ghost
0094458c3d fix quote tv 2024-03-04 09:11:27 +01:00