Limour

Limour

临床医学在读。

[Record] Downloading Videos in Telegram Using tdl

iyear/tdl is a Telegram Downloader with the following features:

  • Single-file startup
  • Low resource consumption
  • Maximize your bandwidth
  • Faster than the official client
  • Supports downloading files from protected sessions
  • Supports uploading files to Telegram

Installation#

$Script = iwr -useb https://ghproxy.com/https://raw.githubusercontent.com/iyear/tdl/master/scripts/install.ps1; $Block = [ScriptBlock]::Create($Script); Invoke-Command -ScriptBlock $Block -ArgumentList "", "$True"
  • The above uses a one-click script to install (administrator) tdl
  • Also need to install Telegram client and log in

Login#

$env:TDL_NS = "quickstart"
$env:TDL_PROXY = "socks5://192.168.243.129:1580"
tdl login -d D:\app\Telegram

Download#

  1. Find the corresponding message
  2. Right-click and copy the link Copy Post Link, such as https://t.me/SMculture/7715
  3. tdl dl -u https://t.me/SMculture/7715 -d C:\Users\limou\Downloads

Supplement#

# Resume download
tdl dl -u https://t.me/tdl/1 --continue
# Restart download
tdl dl -u https://t.me/tdl/1 --restart
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.