All notable changes to this project will be documented in this file.
- Twitter/X downloader module.
- Non-interactive CLI execution mode in
multi_downloader.py.
- Automated tests for helpers and URL validation flows.
- Pytest configuration via
pytest.ini.
- Codebase refactor and downloader flow unification.
- Downloader banners and CLI UX refresh.
- Prompt handling now accepts
y/yes/n/no.
- Instagram shortcode extraction improved for
post, reel, and tv URL formats.
- README expanded with installation, testing, and troubleshooting updates.
- Project language standardized to English.
- Redownload flow when switching to a different URL.
- Instagram
403 handling improvements and clearer user-facing error messaging.
- Instagram downloader support.
- Ability to download Instagram post photos, videos, and reels from public URLs.
- Initial repository setup and
.gitignore.