tropicoo / yt-dlp-bot

Self-hosted Video Download Telegram Bot 🇺🇦
BSD 3-Clause "New" or "Revised" License
205 stars 71 forks source link

How to add %(upload_date)s %(channel)s to the video description? #266

Closed sopla4ever closed 3 months ago

sopla4ever commented 5 months ago

Is there any way, to add upload date & chanell name, to description of uploaded video?

%(upload_date>%Y-%m-%d)s %(channel)s - %(title) formula, just change file name, but not video description.

sopla4ever commented 3 months ago

Changing include_filename to True and include_title to False reseoves issue.

app_bot/config.yml

      include_title: !!bool False
      include_filename: !!bool True