{"id":20675858,"url":"https://github.com/lysagxra/animesaturndownloader","last_synced_at":"2025-08-20T14:11:27.723Z","repository":{"id":259974723,"uuid":"878625677","full_name":"Lysagxra/AnimeSaturnDownloader","owner":"Lysagxra","description":"Efficient downloader for AnimeSaturn","archived":false,"fork":false,"pushed_at":"2024-12-06T14:00:10.000Z","size":231,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-06T14:48:15.137Z","etag":null,"topics":["anime","anime-downloader","bulk","bulk-downloader","concurrent-processing","downloader","parallel-processing","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lysagxra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-25T18:32:36.000Z","updated_at":"2024-12-06T14:00:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"9bfa2b1a-f27d-4b74-aa57-f409a930f450","html_url":"https://github.com/Lysagxra/AnimeSaturnDownloader","commit_stats":null,"previous_names":["lysagxra/animesaturndownloader"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lysagxra%2FAnimeSaturnDownloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lysagxra%2FAnimeSaturnDownloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lysagxra%2FAnimeSaturnDownloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lysagxra%2FAnimeSaturnDownloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lysagxra","download_url":"https://codeload.github.com/Lysagxra/AnimeSaturnDownloader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234377536,"owners_count":18822547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime","anime-downloader","bulk","bulk-downloader","concurrent-processing","downloader","parallel-processing","python","python3"],"created_at":"2024-11-16T21:10:56.102Z","updated_at":"2025-01-17T14:43:44.183Z","avatar_url":"https://github.com/Lysagxra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnimeSaturn Downloader\n\n\u003e A Python-based tool for downloading anime series from AnimeSaturn, featuring progress tracking for each episode. It efficiently extracts video URLs and manages downloads.\n\n![Screenshot](https://github.com/Lysagxra/AnimeSaturnDownloader/blob/8f8cf230cb28bc37d0004bded26d2fcf9344427d/misc/Screenshot.png)\n\n## Features\n\n- Downloads multiple episodes concurrently.\n- Supports batch downloading via a list of URLs.\n- Tracks download progress with a progress bar.\n- Supports downloading from alternative hosts if necessary.\n- Automatically creates a directory structure for organized storage.\n\n## Directory Structure\n\n```\nproject-root/\n├── helpers/\n│ ├── download_utils.py    # Utilities for managing the download process\n│ ├── file_utils.py        # Utilities for managing file operations\n│ ├── format_utils.py      # Utilities for processing and formatting strings or URLs\n│ ├── general_utils.py     # Miscellaneous utility functions\n│ ├── progress_utils.py    # Tools for progress tracking and reporting\n│ └── streamtape_utils.py  # Module for extracting download links from alternative host\n├── anime_downloader.py    # Module for downloading anime episodes\n├── main.py                # Main script to run the downloader\n└── URLs.txt               # Text file containing anime URLs\n```\n\n## Dependencies\n\n- Python 3\n- `requests` - for HTTP requests\n- `BeautifulSoup` (bs4) - for HTML parsing\n- `rich` - for progress display in terminal\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Lysagxra/AnimeSaturnDownloader.git\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd AnimeSaturnDownloader\n```\n\n3. Install the required dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n## Single Anime Download\n\nTo download a single anime, you can use the `anime_downloader.py` script.\n\n### Usage\n\nRun the script followed by the anime URL you want to download:\n\n```bash\npython3 anime_downloader.py \u003canime_url\u003e\n```\n\n### Example\n\n```bash\npython3 anime_downloader.py https://www.animesaturn.cx/anime/Dan-Da-Dan\n```\n\n## Batch Download\n\n### Usage\n\n1. Create a `URLs.txt` file in the project root and list the anime URLs you want to download.\n\n2. Run the main script via the command line:\n\n```bash\npython3 main.py\n```\n\nThe downloaded files will be saved in the `Downloads` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flysagxra%2Fanimesaturndownloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flysagxra%2Fanimesaturndownloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flysagxra%2Fanimesaturndownloader/lists"}