list list_extractors list_extractors() -> dict[str, str] List all available extractors. Source code in src/torah_dl/core/list.py 4 5 6def list_extractors() -> dict[str, str]: """List all available extractors.""" return {extractor.name: extractor.homepage for extractor in EXTRACTORS}