extract
can_handle
can_handle(url: str) -> bool
Checks if a given URL can be handled by any extractor.
Source code in src/torah_dl/core/extract.py
28 29 30 |
|
extract
extract(url: str) -> Extraction
Extracts the download URL, title, and file format from a given URL.
Source code in src/torah_dl/core/extract.py
19 20 21 22 23 24 25 |
|