pycdc icon indicating copy to clipboard operation
pycdc copied to clipboard

Unsupported opcode: MAKE_CELL

Open yeqiu6080 opened this issue 6 months ago • 3 comments

pycdc V0.4.pyc

Source Generated with Decompyle++

File: V0.4.pyc (Python 3.11)

import requests from bs4 import BeautifulSoup import logging import re import time from requests.exceptions import RequestException import os import threading from queue import Queue from tqdm import tqdm from cn2an import transform MAX_THREADS = 2 logging.basicConfig(level = logging.INFO, format = '%(asctime)s - %(levelname)s - %(message)s')

def fix_publisher(text): text = re.sub('

', '', text) text = re.sub('<!--\?xml.?>', '', text) text = re.sub('<link .?/>', '', text) text = re.sub('<meta .?/>', '', text) text = re.sub('<h1 .?>', '', text) text = re.sub('
', '', text) text = re.sub('', '', text) text = re.sub('<span .?>', '', text) text = re.sub('<html .?>', '', text) return text

def chinese_to_number(chinese_num_str): string_num = transform(chinese_num_str) result_num = int(string_num) return result_num

def extract_chapter_number(filename): match = re.search('绗?Unsupported opcode: MAKE_CELL imageV0.4.zip

yeqiu6080 avatar Aug 13 '24 06:08 yeqiu6080