Install FFmpeg with homebrew. You'll need to install it with a couple flags for webm and the AAC audio codec.
brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac --with-opus
// 1. Log in to your Amazon account | |
// 2. Go to your Content Library > Books - https://www.amazon.fr/hz/mycd/digital-console/contentlist/booksAll/dateDsc/ | |
// 3. Open your browser's Javascript console | |
// 4. For each page of books, paste this script into the console | |
(async function () { | |
// Close the notification if it appears | |
function closeNotification() { | |
const notifClose = document.querySelector("span#notification-close"); | |
if (notifClose) { |
colorscheme:symfony | |
cs_re:cyan:^\[....-..-.. ..:..:..\] | |
cs_re:blue: .*\.(INFO|NOTICE).* | |
cs_re:red: .*\.(ERROR|CRITICAL).* | |
cs_re:blue: \{[^}]+\} |