- ffmpeg
- cygwin (on windows)
cd /path/to/m4a/files
mkdir out
for f in *.m4a; do
# Install it with Homebrew. | |
brew install rename | |
# Replace "oldstring" with "newstring" with files in the current directory. | |
rename -s oldstring newstring * | |
# Do the same thing, but recursively. | |
rename -s oldstring newstring **/* |
import requests | |
from selenium import webdriver | |
from selenium.webdriver.common.keys import Keys | |
from selenium.webdriver.common.by import By | |
import cssutils | |
from time import sleep |
#!/usr/bin/env python3 | |
""" | |
SPDX-License-Identifier: MIT https://opensource.org/licenses/MIT | |
Copyright © 2021 pukkandan.ytdlp@gmail.com | |
* Input file is an info.json (with comments) that yt-dlp (https://github.com/yt-dlp/yt-dlp) wrote | |
* Change FIELDS according to your needs |
This is a living document. Everything in this document is made in good faith of being accurate, but like I just said; we don't yet know everything about what's going on.
Update: I've disabled comments as of 2025-01-26 to avoid everyone having notifications for something a year on if someone wants to suggest a correction. Folks are free to email to suggest corrections still, of course.