-
Notifications
You must be signed in to change notification settings - Fork 4
Release Notes
Doğan Çelik edited this page Jan 30, 2025
·
5 revisions
- Download videos without login (unless it's a "login required" video)
- You can shorten scraper flag like this:
-s p,n
(use Puppeteer & Nitter) - Change default scraper to Puppeteer because Nitter does not work anymore.
- Add
TWDL_PUPPETEER_OPTS
environment variable so you can debug Puppeteer.
Example:set TWDL_PUPPETEER_OPTS={"devtools":true,"slowMo":100,"headless":false}
-
TWDL_COOKIE
environment variable now supports file paths and JSON.
Example:set TWDL_COOKIE=C:\my_cookies\twitter.json
- Ignore Errors flag
-i
now works correctly.
-
--list
/-l
will now ignore comments that start with#
.
- Add new download option
--scraper
/-s
(available:id, nitter, puppeteer
) - Use environment variable
TWDL_NITTER_INSTANCES
to replace the default instances.