Skip to content

Release Notes

Doğan Çelik edited this page Jan 30, 2025 · 5 revisions

v2.12.0 (beta)

  • Download videos without login (unless it's a "login required" video)

v2.11.0

  • 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.

v2.10.0

  • --list / -l will now ignore comments that start with #.

v2.9.0

  • Add new download option --scraper / -s (available: id, nitter, puppeteer)
  • Use environment variable TWDL_NITTER_INSTANCES to replace the default instances.
Clone this wiki locally