mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-01 01:30:27 +08:00
15 lines
287 B
Python
15 lines
287 B
Python
import re
|
|
import sys
|
|
import time
|
|
|
|
import requests
|
|
from bs4 import BeautifulSoup
|
|
import json
|
|
|
|
url = "https://raw.githubusercontent.com/EstrellaXD/Bangumi_Auto_Collector/main/AutoBangumi2.0/app/rule.json"
|
|
try:
|
|
r = requests.get(url)
|
|
except ConnectionError:
|
|
print("e")
|
|
|
|
print(r.text) |