allenai / cached_path

A file utility for accessing both local and remote files through a unified interface.
https://cached-path.readthedocs.io/
Apache License 2.0
35 stars 11 forks source link

Add support for extracting RAR files #213

Closed bryant1410 closed 7 months ago

bryant1410 commented 7 months ago

I'm adding support for RAR files, as I wanted to work with them, such as with https://www.crcv.ucf.edu/data/UCF101/UCF101.rar!UCF-101

It needs the package rarfile, which in turn needs one of many programs to be available on the computer (e.g., unrar). I made sure to not crash if it's unavailable.