mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-06 17:46:50 +01:00
generic subtitle download. The idea is that all subtitle downloaders must descend from SubtitlesIE and implement only three basic methods to achieve the complete subtitle download functionality. This will allow to reduce the code in YoutubeIE once it is rewritten.