import requests class AsmrService: API_URL = "https://www.asmrgay.com/api/fs/list" base_params = { "path": "/asmr/中文音声", "password": "", "per_page": 30, "refresh": False } def __init__(self): pass def get_all(self): return [self.API_URL]