docs: Update README with v0.2.25 changelog

This commit is contained in:
2026-01-08 21:11:08 +09:00
parent c0a0f1ff2d
commit 7beb536ca0
4 changed files with 9 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ def get_downloader(source_type: str) -> Optional[BaseDownloader]:
from .ytdlp_aria2 import YtdlpAria2Downloader
return YtdlpAria2Downloader()
elif source_type in ('ohli24', 'hls'):
elif source_type in ('ohli24', 'ani24', 'hls'):
from .ffmpeg_hls import FfmpegHlsDownloader
return FfmpegHlsDownloader()