import mangadex_downloader as md from rarfile import RarFile import os def download_as_cbr(manga_id, volume_num): # Download images md.download(manga_id, volume=volume_num)

Copyright © 2020 Koji Color.
All other trademarks and copyrights are the property of their respective owners.