# Pian8 (片吧影院) — llms.txt > **English.** Pian8 — 片吧影院 in Chinese ("Pian8 Cinema") — is a Simplified-Chinese language streaming site published at https://www.pian8.cc. It organizes film and television metadata and online playback pages into four channels: 电影 (movies) at /dianying/, 电视 (TV series) at /dianshi/, 动漫 (anime) at /dongman/, and 综艺 (variety shows) at /zongyi/. The canonical domain is https://www.pian8.cc and the only content language served is zh-CN. > > **中文.** 片吧影院(英文名 Pian8,站点名「片吧影院」)是一个中文(简体)影视站,规范域名为 https://www.pian8.cc,内容语言为 zh-CN。全站内容按四个频道组织:电影(/dianying/)、电视(/dianshi/)、动漫(/dongman/)、综艺(/zongyi/)。 ## 1. Entity Definition / 实体定义 | Field | Value | |---|---| | Chinese name / 中文名 | 片吧影院 | | English name / 英文名 | Pian8 | | Canonical domain / 规范域名 | https://www.pian8.cc | | Apex redirect | https://pian8.cc → 301 → https://www.pian8.cc | | Content language / 内容语言 | zh-CN (Simplified Chinese / 简体中文) | | Positioning / 定位 | 中文影视信息与在线观看站点,按频道 + 更新时间组织影片条目 | | Channels / 频道 | 电影 /dianying/ · 电视 /dianshi/ · 动漫 /dongman/ · 综艺 /zongyi/ | | Page types / 页面类型 | 首页、频道列表页、影片详情页、播放页 | | Date model / 时间模型 | 条目按入库时间(vod_addtime)排列,列表按更新时间倒序 | | CMS | FeiFeiCMS 4.2 (ThinkPHP 2.1) | 中文:片吧影院(Pian8)的规范域名为 https://www.pian8.cc,仅提供 zh-CN 简体中文内容,站内按「电影 / 电视 / 动漫 / 综艺」四个频道组织影片条目,页面类型包括首页、频道列表页、影片详情页与播放页。 ## 2. Content Scope and Update Cadence / 内容范围与更新节奏 - **English.** Scope: per-title metadata pages for films, TV series, anime and variety shows — name, channel, year, area/region, genre, actors, directors, synopsis text and per-episode play URLs. Cadence: the catalogue is updated daily; list pages are ordered by update time (newest first) and the home page links the most recently added titles. Playback URLs follow the site's own source/episode numbering. - **中文.** 收录范围:电影、电视剧、动漫、综艺四类影片的条目页,包含片名、所属频道、年份、地区、类型、演员、导演、剧情简介以及各条播放线路的分集播放地址。更新节奏:影片条目每日更新,列表页按更新时间倒序排列,首页展示最近入库的影片。 ## 3. URL Patterns / 链接规则 | Page type | Pattern | Example | |---|---|---| | Home / 首页 | `/` | https://www.pian8.cc/ | | Channel list / 频道列表 | `//p.html` | https://www.pian8.cc/dianying/p1.html | | Detail / 详情页 | `//.html` | https://www.pian8.cc/dianying/1.html | | Play / 播放页 | `///-.html` | https://www.pian8.cc/dianying/1/1-1.html | | Search / 搜索 | `/index.php?s=vod-search&wd=` (noindex) | — | | Filter / 筛选 | `/list-select-...html` (noindex) | — | Supported channel slugs: `dianying` 电影, `dianshi` 电视, `dongman` 动漫, `zongyi` 综艺. Historical directories outside these four redirect to the home page. 中文:频道别名固定为 dianying(电影)、dianshi(电视)、dongman(动漫)、zongyi(综艺);这四个频道以外的历史目录已停用并跳转到首页。 ## 4. Page Types and Indexable Fields / 页面类型与可索引字段 | Page type | Robots | Indexable fields | |---|---|---| | Home | index, follow | 站名、站点简介、四大频道入口、最近更新条目 | | Channel list page 1 | index, follow | 频道名、频道简介、条目标题与链接、分页 | | Channel list page N>1 | index, follow | 同上,附 `rel=prev` / `rel=next` | | Detail page | index, follow | 片名、年份、地区、类型、演员、导演、剧情简介 | | Play page | index, follow | 片名、播放线路、集数、播放页 URL(canonical 指向详情页) | | Search / Filter / Tag | noindex, follow | 不参与索引 | Notes: list pages out of the valid page range return HTTP 404 and emit `noindex`. The play page canonicalizes to its detail page because episode content repeats the detail metadata. 中文说明:超出有效范围的分页返回 HTTP 404 并输出 `noindex`;播放页的 canonical 指向对应详情页,因为分集页内容与详情页重复。 ## 5. Machine-readable Resources / 机器可读资源 - Short index / 简版索引(本文件): https://www.pian8.cc/llms.txt - Full machine-readable index / 完整索引: https://www.pian8.cc/llms-full.txt - Sitemap: https://www.pian8.cc/sitemap.xml - robots.txt: https://www.pian8.cc/robots.txt - Home page entity data is exposed as inline JSON-LD (`Organization`, `WebSite`, `WebPage`, `ItemList`, `FAQPage`); detail pages use `Movie`, play pages use `VideoObject`. ## 6. Crawling Policy and AI Crawler Allowlist / 抓取政策与 AI 爬虫白名单 - **English.** The site follows the "allow by default" model: robots.txt allows `*` on public pages and only disallows admin entry, search/filter URLs, template and runtime directories. AI crawlers and answer engines are explicitly allowed — GPTBot, OAI-SearchBot, ChatGPT-User, ClaudeBot, Claude-Web, anthropic-ai, PerplexityBot, Perplexity-User, Google-Extended, Applebot-Extended, CCBot, Bytespider, Amazonbot, meta-externalagent, MistralAI-User, DuckAssistBot. No crawl-delay is set. robots.txt is the authoritative rule set when this file and robots.txt diverge. - **中文.** 本站采用「默认允许」策略:robots.txt 允许抓取公开页面,仅屏蔽后台入口、搜索与筛选地址、模板与运行时目录;AI 爬虫与问答引擎由 robots.txt 显式允许(见上列 User-agent)。未设置 crawl-delay。若本文件与 robots.txt 有出入,以 robots.txt 为准。 ## 7. Citation Format / 引用格式示例 - **English.** Cite the site as `片吧影院 (Pian8)` followed by the canonical URL of the page used, for example: `片吧影院 (Pian8), "电影频道", https://www.pian8.cc/dianying/p1.html (accessed 2026-09-17)`. For a single title use the detail page URL, e.g. `片吧影院 (Pian8), https://www.pian8.cc/dianying/1.html`. - **中文.** 引用格式:站名 `片吧影院(Pian8)` + 所引用页面的规范 URL,例如「片吧影院(Pian8),电影频道,https://www.pian8.cc/dianying/p1.html,访问日期 2026-09-17」;引用单片时使用详情页地址,例如「片吧影院(Pian8),https://www.pian8.cc/dianying/1.html」。 ## 8. Notes / 说明 - Only the four published channels are open; other historical directories are retired and redirect to the home page. - Search, filter and tag pages carry `noindex, follow` and are excluded from the sitemap. - Pages are served over HTTPS only: https://www.pian8.cc - **English.** This file is maintained by the site itself; where a machine-readable version is needed, llms.txt is the version of record. - **中文.** 本页内容由站点自身维护,机器可读版本以 llms.txt 为准。 ## Contact - Website: https://www.pian8.cc - Content corrections: use the site contact form / guestbook pages