Skip to content

Instantly share code, notes, and snippets.

View marcymon97's full-sized avatar

Marceline marcymon97

  • Nova Iguaçu, Rio de janeiro - BR
View GitHub Profile
@marcymon97
marcymon97 / OpexDownloader.py
Created April 10, 2021 15:37
Simple python script to download portuguese One Piece manga chapters from onepieceex.net. Remember to support the translators!
# Description: Simple python script to download portuguese One Piece manga chapters from onepieceex.net
# Usage: Just execute the script with python and tell the chapter number as the first and only parameter.
# The chapter will then be downloaded and saved as .cbz on the same folder as the script.
# Author: Márcio Medeiros
# Version 1.0
import sys
import os
import shutil
import requests
import re