回答正在编写中……
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x000000018f57a0b0, pid=3518, tid=259 | |
# | |
# JRE version: OpenJDK Runtime Environment (21.0.5) (build 21.0.5+-13047016-b750.29) | |
# Java VM: OpenJDK 64-Bit Server VM (21.0.5+-13047016-b750.29, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64) | |
# Problematic frame: | |
# C [libobjc.A.dylib+0x1e0b0] objc_opt_isKindOfClass+0xc | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import time | |
import wget | |
from urllib.error import HTTPError | |
import re | |
url = input("URL: ") | |
url = re.sub(r'(\-[0-9]+)\.ts', '', url) | |
try: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"books": [ | |
{ | |
"title": "Flaneuse", | |
"author": "Lauren Elkin", | |
"colour": "hsl(220, 42%, 39%)", | |
"cover": "/sf/Synced/BookCovers/Roam.png", | |
"comment": "徜徉在巴黎、纽约、东京、威尼斯和伦敦…… \n当摆在世界两端的灯同时亮起,人间的阴影仿佛趋于模糊。设想自我的独立与抽离,漫游在城市、国家、文化和人物、时代之间,触摸并非全部了然于我心中的注视、桎梏之明暗。 \n––– \n“迷失”(lost)这个词,索尔尼写道:“源自古斯堪的纳维亚语‘los’,意思是“遣散军队”。这个词源意指士兵们从队伍中脱离,各回各家,这是与广阔世界的休战。”“永不迷失,”她说,“意味着从未活过;不知道为何迷失会让你走向毁灭。”然而,当我迷失时,我想做的就只有退回那些我知道他们何去何从的人潮中。若你舍弃了军队,哪怕战争已经结束,你都不会停止自我怀疑,也不知道他们是否还会支持你。" | |
}, | |
{ |