-
Notifications
You must be signed in to change notification settings - Fork 54
minor fixes #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
minor fixes #133
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -48,7 +48,7 @@ def download_episode(index_select: int): | |||
|
|||
# Create output path | |||
mp4_path = None | |||
mp4_name = f"{index_select}.mp4" | |||
mp4_name = f"{index_select + 1}.mp4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
visto che passi index -1 alla funzione devi correggere qui sennò il nome del file viene sbagliato
@@ -37,7 +37,7 @@ def download_episode(index_select: int): | |||
# Get information about the selected episode | |||
obj_episode = video_source.get_info_episode(index_select) | |||
|
|||
start_message(True) | |||
start_message() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
qui da errore per il fatto che non servono argomenti
Arrowar
added a commit
that referenced
this pull request
Jun 20, 2024
* fix video download * update version * bug * fix stuck 98% * add auto update domain * fix audio film * solve 409 * check ffmpeg * add update script * add debug * fix error 409 * fix no title * fix s * change headers * fix audio sync * fix version * add download range * Update run.py Added an admin check, otherwise the script will always fail if launched by a normal user when attempting to add ffmpeg to the system path * dont check all time admin * add subtitle download * update readme * missing lib add * fix m3u8 parser sub * fix cant unpack * fix subtitle download * Migliorie per il codice (#45) * Season range and all download * fix if/elif * fix if download all season * Refactor user input handling in main function now you can choose more than one movie or tv * Refactor file paths and create subdirectories for tv show now fill number season and episode to arrive to 2 characters * Update console print message in tv.py * update version * Store domain in a JSON file (#46) * Refactor domain function to store domain in a JSON file * Revert "update version" This reverts commit f866d9b. * fix version * fix msg * Update data.json * Update page.py (#47) * fix auto domain * Update vers * fix error key and folder * version * fix dirname * maybe fix * fix quote tv * 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) * audio default + sub (#60) * 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 * Implementati sottotitoli forzati (#61) * Implemented forced subs * removed .idea folder * Add .idea to .gitignore * migliorata leggibilitá codice * Fix no subtitles in film (#64) * Windows Path Examples (#65) * style(subtitle_name): unused variable * Add Windows backslash example * Add Windows backslash example * Spell correction * bypass mutex * Skip episode in case of error (#69) * style(readme): improve clarity (#70) * Improve clarity Chiarisce alcune differenze tra Windows e sistemi Unix, e altri minor changes * Improve clarity Chiarisce alcune differenze tra Windows e sistemi Unix, e altri minor changes * Fix issue #37 * remove token headers * Add Discord Server (#73) * fix update * Fix #76 and #75 * Add domain to config #78 * add no stop script * fix pyinstaller * fix bug #86 (#86) Co-authored-by: Helper0x <Helper0x@users.noreply.github.com> * fix ubuntu bug * Update README.md * Un giorno ... * Un errore... * Fix latin title * del file_list.txt * Fix range for options * in series * Change Crypto to: pycryptodome * add unicode, and start clean memory * Fix unidecode * del * Create LICENSE * Update discord link * Improve organization * Fix tmp file user agent for linux and mac * Fix stuttering #95 and auto install of ffmpeg. * Fix tmp for mac (#97) * try fix stuttering * try fix stuttering 2 * Fix variable * Added map for episode names (#98) * Added map for episode names * Fix * Add config.ini, backup path (#99) * Added option to merge subtitles into one mp4 file or separate into .vtt files (#100) * Fix sys.exit with raise * 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 * Fix tmp dir for mac in user agent * Fix run and update discord link * Fix domain not update * fix m3u8 parser no resolution find * Add lib unidecode, fix key not exist in codec * Fix anime cant find eng title * Fix resolution * Update parser.py (#111) * Fix range anime info episode * No expire discord link. * Added compatibility for Win 7 #114 * Fix range season * Update domain (#118) * Fix options tables * Try to fix stuttering (ep_3) * Remove use of lxml * Add light and strong search domain @inklook * Fix url with space * Fix url 2 ( ?? ) * Add note for mac * fix first episode not downloaded and last downloaded twice in anime series (#123) * Fix library: my_requests * Remove exceptation req * Fix os "...". directory in series name path * Update README.md * Update series.py (#124) * Update anime.py (#125) * Fix requests for mac * Update config for only 4 threads. * Update config.json * Fix error 401 and invalid character * fix ascii character * Atto secondo ... * Update README.md * Fix index season map episode for series * Add download speed * Delete Src/Lib/Hls/M3U8 directory * Add altadefinizione * Update README.md * Add api costant * Update requirements.txt * Add ffmpeg controll * Minor fixes (#133) * Fix docker progress bar ffmpeg * Fix github counter * Update reame and config file. * Update README.md * Add small bar, summary system, fix ffmpeg multiple audios and subtitles. * Update readme * Update config.json * Add other special char, update readme with temux * Update config.json * Se la lista dei sottotitoli è vuota vengono scaricati tutti + aggiunta possibilità di non mergiare i sottotitoli (#135) * Fix small bar with join ffmpeg. * 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 * Restore ... * Fix shorter video and small bar, remove ctrl+c. * Add function get server ip. * Add force 1080p. * Fix double logger. * Finalmente fix per file con duratta errata. * Remove stop_event * Rename repo. * Only 4 workers. * Auto switch proxy. * Duplicate ip * Update library and remove my request and user agent. * Remove ip * Remove static ip, introduce proxy. * Finish proxy addition. * Add other proxy option * Fix error proxy 1 * Fix speed download * Fix struck at 100% * add start delay * Update validate proxy. * Update config ... * Add ddlstreamitaly ... * Add guardaserie ... * Migrate to httpx (#143) * Restore ... * Update README.me * Fix missing nodejs in Docker + utility (#147) * Added Makefile and nodejs to docker * Update README.md, added makefile description * Clarification on mounting config.json * Update config.json * Test httpx (#149) * Migrate to httpx * Revert "Migrate to httpx" This reverts commit fdd2823. * 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> * Update version.py * Remove retry. * Restore .. * Better costnat for api. * Real upload.py * Fix update with httpx. * Add real internet speed. * Add httpx simple retry. * Better costant with os. * Fix domain site api. * remove ... * Fix github error ... * Delete Src/Api * Restore ... * DDL increase timeout. * Fix uppload. * Add loiggin load module. * Remove audo domain update sc e au. * Restore github ... * Update openssl check. * Fix upload not working. * Add new auto find new domain. * Dinamic get_select_title(). * Dinamic manage_selection() and map_episode_title() --------- Co-authored-by: Ghost <62809003+Ghost6446@users.noreply.github.com> Co-authored-by: Helper0x <158275011+Helper0x@users.noreply.github.com> Co-authored-by: daboynb <106079917+daboynb@users.noreply.github.com> Co-authored-by: Fede14it <115009551+Fede14it@users.noreply.github.com> Co-authored-by: KastroMugnaio <65294975+KastroMugnaio@users.noreply.github.com> Co-authored-by: Cohvir <63691557+Cohvir@users.noreply.github.com> Co-authored-by: Helper0x <Helper0x@users.noreply.github.com> Co-authored-by: Francesco Grazioso <40018163+FrancescoGrazioso@users.noreply.github.com> Co-authored-by: Fline <45824466+Flxne@users.noreply.github.com> Co-authored-by: Emanuele C <korra88@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.