Unified yt-dlp downloader - generates cross-platform Python scripts for video, audio, subtitles
コードが変更されたバージョンのみを表示しています すべてのバージョンを表示
// v9.8 // - Cleanup: Removed unused run_command() from generated Python scripts // - Cleanup: Removed unused GM_setClipboard grant // - Cleanup: Removed empty mouseleave handler // - Cleanup: Removed unused active opacity/scale config // - Cleanup: Simplified wait_for_exit() (removed unused error parameter) // - Cleanup: Updated Python header version string // // v9.7 // - Fixed: Codec label no longer displays on non-YouTube sites (display-only bug) // - Fixed: Tooltip now shows codec preference on YouTube for consistency // - Fixed: Comments mode only uses YouTube extractor args on YouTube // - Cleanup: Removed unused needsMerge from getComponentStates()
// v9.6 // - Fixed: Codec selection now works (removed shell quotes that broke Python string literals) // // v9.5 // - Fixed: Separate mode now correctly names video/audio files (was using invalid template syntax) // - Fixed: No-merge case now uses temp files + identification like merge case // // v9.4 // - Fixed: Skip subtitle prompt when video has no subtitles available // - Fixed: Video/audio quality now falls back to best available if requested quality unavailable // - Fixed: Audio-only merge uses native audio extension instead of .mkv // // v9.3 // - Fixed: Submenus now close when hovering over a different component row
Translated to Python.