ping
ping
According to https://api.twitter.com/1.1/help/configuration.json. This affects validation.py afaik. ``` json { "characters_reserved_per_media": 23, "max_media_per_upload": 1, "non_username_paths": [ "about", "account", "accounts", "activity", "all", "announcements", "anywhere", "api_rules", "api_terms", "apirules", "apps", "auth", "badges", "blog",...
I'm trying to use mutagen to write chapters info into an audiobook. Example code is below. ```python import logging import shutil import datetime from mutagen.mp3 import MP3 from mutagen.id3 import...
This is my attempt at a fix for #506 to write out CHAP frames in start_time order (due to issues with ffmpeg converting mp3 to m4b). Tried to keep the...