9 lines
246 B
Python
9 lines
246 B
Python
from xiaomusic.utils import (
|
||
remove_common_prefix,
|
||
)
|
||
|
||
if __name__ == "__main__":
|
||
remove_common_prefix(
|
||
"./tmp/【无损音质】2024年9月酷狗热歌榜TOP100合集(只选热歌最高的)首首王炸,分P合集!"
|
||
)
|