This repository was archived by the owner on Nov 29, 2024. It is now read-only.
test#4
Open
justolehlinux wants to merge 21 commits into
Open
Conversation
Создал выбор качества. Но оно спрашивает каждую серию
Author
|
lol |
… and fix bugs * In download.py, added new attributes and methods for handling season and episode numbers, fixed bugs in downloading episodes and seasons, and improved code readability. * In get\_stream.py, added a new method for selecting stream quality and improved code readability. * In history.py, added new attributes and methods for storing and retrieving season and episode numbers, and improved code readability. * Updated README.md to reflect changes in required packages. * Updated main.py to use new functionality and fixed bugs.
…ry.json with new movie data, and minor changes in main.py'
…irectory if it does not exist
* In `Download.download_episode`, change the `downloaded_folder` variable to `f"../{self.name}"` to download the file to a subdirectory with the name of the series.
* Add `os.makedirs(downloaded_folder, exist_ok=True)` to create the subdirectory if it does not already exist.
* In the same function, change `fullpath` to use `os.path.join(os.path.curdir, download_data['file_name'])` instead of `path.join(path.curdir, download_data['file_name'])`.
The diff includes changes to the `download.py` file which modifies the `Download` class to include the quality of the video in the file name. Additionally, the default quality has
…Executor for downloading; update history.json with new movie data The diff includes changes to the download.py file to update the file name to include the quality of the
…a method, and modified history.json with new movie data."
…lation instructions, usage guidelines, and project structure. This update provides users with comprehensive information on how to utilize the HDRezkaTool effectively.
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.