Skip to main content

一个用于从种⼦标题中解析电影、剧集信息的 Python 库,支持主标题和副标题的提取。

Project description

TorTitle

一个用于从种⼦标题中解析电影、剧集信息的 Python 库,支持主标题和副标题的提取。

安装

pip install tortitle

使用方法

解析主标题

TorTitle 用于解析种⼦标题,并提取主要信息,例如标题、年份、季数、集数、分辨率等。

from tortitle import TorTitle
torrent_name = "The.Mandalorian.S01E01.1080p.WEB-DL.DDP5.1.H.264-NTC"
title = TorTitle(torrent_name)

print(f"标题: {title.title}")
print(f"中文标题: {title.cntitle}")
print(f"年份: {title.year}")
print(f"季: {title.season}")
print(f"集: {title.episode}")
print(f"分辨率: {title.resolution}")
print(f"片源: {title.media_source}")
print(f"制作组: {title.group}")

# another example
torrent_name = "[美国][金钱世界][All.the.Money.in.the.World.2017.1080p.BluRay.x264.DTS.5.1-CMCC][中英字幕]"
print(TorTitle(torrent_name).to_dict())
# 输出:
# {'title': 'All the Money in the World', 'cntitle': '金钱世界', 'year': '2017', 'type': 'movie', ....}

解析副标题

TorSubtitle 用于从 PT 站的种⼦副标题中提取可能是标题的信息(这里叫extitle),以及season, episode等。

from tortitle import TorSubtitle
torrent_name = "舌尖上的中国 第一季 | 全7集 | 导演: 陈晓卿 | 主演: 李立宏 国语/中字 4K高码版"
subtitle = TorSubtitle(torrent_name)

print(f"副标题: {subtitle.extitle}")
print(f"季: {subtitle.season}")
print(f"集: {subtitle.episode}")

Contribution

欢迎提交 Pull Request

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tortitle-0.1.7.tar.gz (23.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tortitle-0.1.7-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file tortitle-0.1.7.tar.gz.

File metadata

  • Download URL: tortitle-0.1.7.tar.gz
  • Upload date:
  • Size: 23.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for tortitle-0.1.7.tar.gz
Algorithm Hash digest
SHA256 dacfeecf54a4fc191fa90da1c2b63aeb513c1431f47c35a4a00e3b6f4e054be8
MD5 11589b5679e9555d23ea0eef4531a1dd
BLAKE2b-256 bc49ca86416b429c631087a4c04e7cf7f5fb43093d87ff744933b58990c04886

See more details on using hashes here.

File details

Details for the file tortitle-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: tortitle-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 11.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for tortitle-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 da75384d968fddfc4c6ad7fff294a131220b9cc4c72f2a901ce5573d9a9a266f
MD5 3370fc0e2b5320fa0f6dcdb1914e2ccc
BLAKE2b-256 ce5dc788e0d3368ec1c6189b649fd765c95ecfe6e5fb4599b81d36d771f2a735

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page