An automation process to convert YouTube video into audio file and uploading it to Anchor.fm podcast
128
stars
71
forks
source link
Add missing parenthesis in the selector for clicking the day in the date picker and change puppeteer version to 19.7.5 #90
Closed
matevskial closed 1 year ago
The puppeteer version 19.7.4 had a bug related to the selector for clicking the day in the day picker.
The bug in 19.7.4 was related to the :not() pseudo-class
These changes should fix setting the publish date on Anchorfm
This closes #84