1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 12:44:46 -04:00

Fix --date today

Closes #3704
This commit is contained in:
pukkandan
2022-05-11 05:52:31 +05:30
parent 3a408f9d19
commit 3d38b2d6d0
3 changed files with 18 additions and 20 deletions

View File

@@ -427,7 +427,8 @@ You can also fork the project on github and run your fork's [build workflow](.gi
(e.g. 50k or 44.6m)
--date DATE Download only videos uploaded on this date.
The date can be "YYYYMMDD" or in the format
"(now|today)[+-][0-9](day|week|month|year)(s)?"
[now|today|yesterday][-N[day|week|month|year]].
Eg: --date today-2weeks
--datebefore DATE Download only videos uploaded on or before
this date. The date formats accepted is the
same as --date