tokland / youtube-upload

Upload videos to Youtube from the command line
2.06k stars 464 forks source link

How to use date with --publish-at (YYYY-MM-DDThh:mm:ss.sZ)? #344

Open stephane-archer opened 2 years ago

stephane-archer commented 2 years ago

Do I use date the right way? Is there anything I can change in the format string to make it work better? for the following format YYYY-MM-DDThh:mm:ss.sZ --publish-at="$(date -d "Next Sunday + $i week 5pm" +'%Y-%m-%dT%H:%M:%S.0Z')" \