Skip to content

Commit

Permalink
https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-…
Browse files Browse the repository at this point in the history
…DL-Scripts-Collection/pull/96
  • Loading branch information
defder-su authored Dec 25, 2024
1 parent d36b8d9 commit 57ed436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shared
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if [ ! -s "$FN" ]; then
exit
fi

PERL_DATE=$(perl -e 'my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time - 30*86400); $year += 1900; $mon+= 1; printf ("%04d%02d%02d", $year, $mon, $mday)')
PERL_DATE=$(perl -e 'my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time - 30*86400); $year += 1900; $mon += 1; printf ("%04d%02d%02d", $year, $mon, $mday)')

DNT="%(title).32s - %(uploader).104s - %(upload_date)s"

Expand Down

0 comments on commit 57ed436

Please sign in to comment.