-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Hello maintainers,
I am using gallery-dl to download complete user profiles from Instagram and TikTok via two separate Python scripts. These scripts were working correctly on an earlier version of gallery-dl, but after updating to the latest release, the downloader consistently fails with an error.
This breaks my workflow because I rely on automated, incremental profile downloads.
I have:
- One script for Instagram profiles
- One script for TikTok profiles
Both scripts:
- Take a list of usernames
- Download all media from each profile
- Track already-downloaded items
- Avoid duplicate downloads
This setup worked fine on the previous version of gallery-dl.
Environment
- OS: Fedora Linux 43
- gallery-dl version: (1.31.5)
- Python version: (3.14.2)
-yt-dlp
instagram_downloader.py
tiktok_downloader.py
: (2026.02.04)
I have attached:
- instagram_downloader.py
- tiktok_downloader.py
Let me know if you need any additional information or testing from my side.
Thank you for your work on this great tool.
Reactions are currently unavailable