3104 lines
111 KiB
JSON
3104 lines
111 KiB
JSON
{
|
|
"generated_at": "2026-05-11T17:50:04+08:00",
|
|
"max_workers": 16,
|
|
"total_duration_ms": 116543.053,
|
|
"summary": {
|
|
"total": 79,
|
|
"success": 57,
|
|
"failed": 22,
|
|
"success_rate": 0.7215,
|
|
"stage_failures": {
|
|
"module_load": 0,
|
|
"init": 0,
|
|
"home": 1,
|
|
"category": 6,
|
|
"detail": 3,
|
|
"player": 0,
|
|
"url_check": 6,
|
|
"unexpected": 6
|
|
}
|
|
},
|
|
"results": [
|
|
{
|
|
"spider": "4K指南",
|
|
"file": "4K指南.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 16.542,
|
|
"init": 0.001,
|
|
"home": 0.003,
|
|
"category": 1832.924,
|
|
"detail": 1374.839,
|
|
"player": 0.004,
|
|
"url_check": 248.526,
|
|
"total": 3497.331
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 50,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "zuixin",
|
|
"vod_id": "20068",
|
|
"flag": "夸克网盘",
|
|
"play_id": "push://https://pan.quark.cn/s/e0726c4989dc"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.quark.cn/s/e0726c4989dc",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.quark.cn/s/e0726c4989dc",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "AAZ音乐",
|
|
"file": "AAZ音乐.py",
|
|
"success": false,
|
|
"failed_stage": "unexpected",
|
|
"error": "HTTPSConnectionPool(host='www.aaz.cx', port=443): Read timed out. (read timeout=10)",
|
|
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 464, in _make_request\n self._validate_conn(conn)\n ~~~~~~~~~~~~~~~~~~~^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 1093, in _validate_conn\n conn.connect()\n ~~~~~~~~~~~~^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 796, in connect\n sock_and_verified = _ssl_wrap_socket_and_match_hostname(\n sock=sock,\n ...<14 lines>...\n assert_fingerprint=self.assert_fingerprint,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 975, in _ssl_wrap_socket_and_match_hostname\n ssl_sock = ssl_wrap_socket(\n sock=sock,\n ...<8 lines>...\n tls_in_tls=tls_in_tls,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/ssl_.py\", line 483, in ssl_wrap_socket\n ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)\nTimeoutError: _ssl.c:1063: The handshake operation timed out\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 490, in increment\n raise reraise(type(error), error, _stacktrace)\n ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/util.py\", line 39, in reraise\n raise value\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\nurllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='www.aaz.cx', port=443): Read timed out. (read timeout=10)\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 495, in validate_spider_file\n home_result = _run_timed(result[\"timings_ms\"], \"home\", spider.homeContent, clock, False)\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 157, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/AAZ音乐.py\", line 220, in homeContent\n items = self._parse_song_cards(self._fetch_html(self.category_paths[\"new\"]))\n ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/AAZ音乐.py\", line 57, in _fetch_html\n response = self.fetch(self._build_url(path), headers=dict(self.headers), timeout=10, verify=False)\n File \"/home/harold/workspace/atv-spiders/py/base/spider.py\", line 145, in fetch\n rsp = requests.get(url, params=params, cookies=cookies, headers=headers, timeout=timeout, verify=verify,\n stream=stream, allow_redirects=allow_redirects)\nrequests.exceptions.ReadTimeout: HTTPSConnectionPool(host='www.aaz.cx', port=443): Read timed out. (read timeout=10)\n",
|
|
"timings_ms": {
|
|
"module_load": 15.551,
|
|
"init": 0.001,
|
|
"home": 10015.417,
|
|
"category": 0.0,
|
|
"detail": 0.0,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 10033.601
|
|
},
|
|
"counts": {
|
|
"classes": 0,
|
|
"category_videos": 0,
|
|
"detail_videos": 0,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": null,
|
|
"vod_id": null,
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "PPnix",
|
|
"file": "PPnix.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 61.282,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 1298.542,
|
|
"detail": 1156.768,
|
|
"player": 0.016,
|
|
"url_check": 1739.104,
|
|
"total": 4256.256
|
|
},
|
|
"counts": {
|
|
"classes": 2,
|
|
"category_videos": 24,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "movie/8138.html",
|
|
"flag": "PPnix",
|
|
"play_id": "8138|1080P"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://www.ppnix.com/info/m3u8/8138/1080P.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://www.ppnix.com/info/m3u8/8138/1080P.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "QQ音乐",
|
|
"file": "QQ音乐.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 12.712,
|
|
"init": 0.006,
|
|
"home": 0.002,
|
|
"category": 600.185,
|
|
"detail": 340.229,
|
|
"player": 350.849,
|
|
"url_check": 151.663,
|
|
"total": 1457.543
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 30,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "playlist",
|
|
"vod_id": "playlist:7757834782",
|
|
"flag": "QQ音乐",
|
|
"play_id": "qqmusic:0013TCdl37SVzP:235175529|Cruel Summer - Taylor Swift"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://isure.stream.qqmusic.qq.com/F0000040rOp00lZYHC.flac?guid=f2b6dc6522b73e1ae298c114574d9e75&vkey=CEB2B902D2DF63A86316A2D81A0C5B72885D1EBA7076B352B942A40B78F393587E9478D74FE2D970BFEC4ECFDF56F946A41281BDA583AAEB__v2b9aadcd&uin=1152921504846230218&fromtag=119114&redirect=1",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://isure.stream.qqmusic.qq.com/F0000040rOp00lZYHC.flac?guid=f2b6dc6522b73e1ae298c114574d9e75&vkey=CEB2B902D2DF63A86316A2D81A0C5B72885D1EBA7076B352B942A40B78F393587E9478D74FE2D970BFEC4ECFDF56F946A41281BDA583AAEB__v2b9aadcd&uin=1152921504846230218&fromtag=119114&redirect=1",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "UVod",
|
|
"file": "UVod.py",
|
|
"success": false,
|
|
"failed_stage": "url_check",
|
|
"error": "HTTPSConnectionPool(host='file-endpoint33.oledsa.com', port=443): Max retries exceeded with url: /content/dsj-zj-20260510-shd-01.mp4/index.m3u8?st=zc6_sPG6_m7Ogt3nNjrnnA&e=1778507416 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1081)')))",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 64.26,
|
|
"init": 2081.331,
|
|
"home": 903.88,
|
|
"category": 1928.481,
|
|
"detail": 994.506,
|
|
"player": 927.856,
|
|
"url_check": 761.323,
|
|
"total": 12851.135
|
|
},
|
|
"counts": {
|
|
"classes": 7,
|
|
"category_videos": 42,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "101",
|
|
"vod_id": "89234",
|
|
"flag": "优汁🍑源",
|
|
"play_id": "89234|546448|[4]"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://file-endpoint33.oledsa.com/content/dsj-zj-20260510-shd-01.mp4/index.m3u8?st=zc6_sPG6_m7Ogt3nNjrnnA&e=1778507416",
|
|
"valid": false,
|
|
"reachable": false,
|
|
"status_code": null,
|
|
"final_url": "https://file-endpoint33.oledsa.com/content/dsj-zj-20260510-shd-01.mp4/index.m3u8?st=zc6_sPG6_m7Ogt3nNjrnnA&e=1778507416",
|
|
"reason": "HTTPSConnectionPool(host='file-endpoint33.oledsa.com', port=443): Max retries exceeded with url: /content/dsj-zj-20260510-shd-01.mp4/index.m3u8?st=zc6_sPG6_m7Ogt3nNjrnnA&e=1778507416 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1081)')))"
|
|
}
|
|
},
|
|
{
|
|
"spider": "libvio",
|
|
"file": "libvio.py",
|
|
"success": false,
|
|
"failed_stage": "category",
|
|
"error": "分类视频列表为空",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 15.79,
|
|
"init": 0.001,
|
|
"home": 0.002,
|
|
"category": 790.878,
|
|
"detail": 0.0,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 2151.542
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 0,
|
|
"detail_videos": 0,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "movie",
|
|
"vod_id": null,
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "youknow",
|
|
"file": "youknow.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 11.423,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 2313.432,
|
|
"detail": 1946.78,
|
|
"player": 5273.626,
|
|
"url_check": 1116.888,
|
|
"total": 10664.505
|
|
},
|
|
"counts": {
|
|
"classes": 7,
|
|
"category_videos": 217,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "index",
|
|
"vod_id": "203668",
|
|
"flag": "YouKnowTV",
|
|
"play_id": "eyJ2b2RfaWQiOiIyMDM2NjgiLCJlcGlzb2RlX2luZGV4IjoxLCJ0aXRsZSI6IuesrDAx6ZuGIiwiY2FuZGlkYXRlcyI6W3sic291cmNlIjoi57q_6LevMSIsInNvdXJjZV9pZCI6IjEiLCJlcGlzb2RlX3VybCI6Imh0dHBzOi8vd3d3LnlvdWtub3cudHYvcC8yMDM2NjgtMS0xLyJ9LHsic291cmNlIjoi57q_6LevMiIsInNvdXJjZV9pZCI6IjEiLCJlcGlzb2RlX3VybCI6Imh0dHBzOi8vd3d3LnlvdWtub3cudHYvcC8yMDM2NjgtMS0xLyJ9LHsic291cmNlIjoi57q_6LevMjAiLCJzb3VyY2VfaWQiOiIyIiwiZXBpc29kZV91cmwiOiJodHRwczovL3d3dy55b3Vrbm93LnR2L3AvMjAzNjY4LTItMS8ifSx7InNvdXJjZSI6Iue6v-i3rzIxIiwic291cmNlX2lkIjoiMiIsImVwaXNvZGVfdXJsIjoiaHR0cHM6Ly93d3cueW91a25vdy50di9wLzIwMzY2OC0yLTEvIn1dfQ"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://tyyszywvod2.com/videos/202605/04/69f890a13d69b2ec911c96ca/4bf1g9/index.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://tyyszywvod2.com/videos/202605/04/69f890a13d69b2ec911c96ca/4bf1g9/index.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "youtube",
|
|
"file": "youtube.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 12.388,
|
|
"init": 0.004,
|
|
"home": 0.038,
|
|
"category": 2320.833,
|
|
"detail": 2182.137,
|
|
"player": 0.004,
|
|
"url_check": 1734.445,
|
|
"total": 7409.548
|
|
},
|
|
"counts": {
|
|
"classes": 7,
|
|
"category_videos": 19,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "cat_movie",
|
|
"vod_id": "yt:video:S_THoT67n-0",
|
|
"flag": "YouTube",
|
|
"play_id": "yt:video:S_THoT67n-0"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://www.youtube.com/watch?v=S_THoT67n-0",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://www.youtube.com/watch?v=S_THoT67n-0",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "七味",
|
|
"file": "七味.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 13.382,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 1397.328,
|
|
"detail": 1331.058,
|
|
"player": 110418.705,
|
|
"url_check": 3368.584,
|
|
"total": 116538.249
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 42,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "94740",
|
|
"flag": "ikun 1",
|
|
"play_id": "pcmp4:/py/94740-3-1.html"
|
|
},
|
|
"player": {
|
|
"parse": 1,
|
|
"url": "https://www.pcmp4.com/py/94740-3-1.html",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://www.pcmp4.com/py/94740-3-1.html",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "不太灵",
|
|
"file": "不太灵.py",
|
|
"success": false,
|
|
"failed_stage": "detail",
|
|
"error": "详情缺少播放源或播放列表",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 12.534,
|
|
"init": 0.001,
|
|
"home": 1337.62,
|
|
"category": 1185.258,
|
|
"detail": 1289.413,
|
|
"player": 0.004,
|
|
"url_check": 0.0,
|
|
"total": 6675.982
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 25,
|
|
"detail_videos": 1,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "2",
|
|
"vod_id": "36416351",
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "世纪音乐",
|
|
"file": "世纪音乐.py",
|
|
"success": false,
|
|
"failed_stage": "url_check",
|
|
"error": "HTTP 403",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 11.599,
|
|
"init": 0.001,
|
|
"home": 277.939,
|
|
"category": 0.005,
|
|
"detail": 141.474,
|
|
"player": 0.006,
|
|
"url_check": 168.631,
|
|
"total": 1135.651
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 3,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "rank_list",
|
|
"vod_id": "rank:rise",
|
|
"flag": "世纪音乐",
|
|
"play_id": "music:hwehhhdnkt"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://www.4c44.com/data/down.php?ac=music&id=hwehhhdnkt",
|
|
"valid": false,
|
|
"reachable": false,
|
|
"status_code": 403,
|
|
"final_url": "https://www.4c44.com/data/down.php?ac=music&id=hwehhhdnkt",
|
|
"reason": "HTTP 403"
|
|
}
|
|
},
|
|
{
|
|
"spider": "两个BT",
|
|
"file": "两个BT.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 18.53,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 1004.347,
|
|
"detail": 878.659,
|
|
"player": 2729.957,
|
|
"url_check": 1334.662,
|
|
"total": 5967.817
|
|
},
|
|
"counts": {
|
|
"classes": 14,
|
|
"category_videos": 24,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "zgjun",
|
|
"vod_id": "/play/ch44qq3vc",
|
|
"flag": "两个BT",
|
|
"play_id": "eyJwaWQiOiIvcGxheS9jaDQ0cXEzdmMiLCJzaWQiOiIvcGxheS9jaDQ0cXEzdmMiLCJuYW1lIjoiMSJ9"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://zijieapi.douyinbyte.com/m3u8/dd0ca2ca11fcbf34e0a0d769ad4f7180.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://zijieapi.douyinbyte.com/m3u8/dd0ca2ca11fcbf34e0a0d769ad4f7180.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "乌云影视",
|
|
"file": "乌云影视.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 11.706,
|
|
"init": 0.001,
|
|
"home": 951.407,
|
|
"category": 958.107,
|
|
"detail": 2642.173,
|
|
"player": 0.022,
|
|
"url_check": 3273.461,
|
|
"total": 7845.538
|
|
},
|
|
"counts": {
|
|
"classes": 7,
|
|
"category_videos": 24,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "movie",
|
|
"vod_id": "483203",
|
|
"flag": "乌云影视",
|
|
"play_id": "eyJtZWRpYUlkIjogIjQ4MzIwMyIsICJzZWFzb25ObyI6IDEsICJlcE5vIjogMSwgInZpZGVvSWQiOiAxNTc2MjgzMiwgInBsYXlVcmwiOiAiaHR0cHM6Ly9kMWpkbm1rYzFuNWNuNC5jbG91ZGZyb250Lm5ldC9nZW5fb3ZlcnNlYXMvaHR0cHM6Ly9zMi5iZmxsdmlwLmNvbS92aWRlby95YW54aWF4aW5nL2E2ZWY4NTRjMGMxZi9pbmRleC5tM3U4IiwgIm5hbWUiOiAi56ysMembhiDpq5jmuIUifQ"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://d1jdnmkc1n5cn4.cloudfront.net/gen_overseas/https://s2.bfllvip.com/video/yanxiaxing/a6ef854c0c1f/index.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://d1jdnmkc1n5cn4.cloudfront.net/hls_overseas/06e4949ecee06abffd74e3b8546f68fbd3402ab4.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "乐兔",
|
|
"file": "乐兔.py",
|
|
"success": false,
|
|
"failed_stage": "unexpected",
|
|
"error": "HTTPSConnectionPool(host='www.letu.me', port=443): Read timed out. (read timeout=10)",
|
|
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 464, in _make_request\n self._validate_conn(conn)\n ~~~~~~~~~~~~~~~~~~~^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 1093, in _validate_conn\n conn.connect()\n ~~~~~~~~~~~~^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 796, in connect\n sock_and_verified = _ssl_wrap_socket_and_match_hostname(\n sock=sock,\n ...<14 lines>...\n assert_fingerprint=self.assert_fingerprint,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 975, in _ssl_wrap_socket_and_match_hostname\n ssl_sock = ssl_wrap_socket(\n sock=sock,\n ...<8 lines>...\n tls_in_tls=tls_in_tls,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/ssl_.py\", line 483, in ssl_wrap_socket\n ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)\nTimeoutError: _ssl.c:1063: The handshake operation timed out\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 490, in increment\n raise reraise(type(error), error, _stacktrace)\n ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/util.py\", line 39, in reraise\n raise value\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\nurllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='www.letu.me', port=443): Read timed out. (read timeout=10)\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 511, in validate_spider_file\n _validate_from_tid(\n ~~~~~~~~~~~~~~~~~~^\n spider=spider,\n ^^^^^^^^^^^^^^\n ...<6 lines>...\n logger=logger,\n ^^^^^^^^^^^^^^\n )\n ^\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 271, in _validate_from_tid\n category_result = _run_timed(result[\"timings_ms\"], \"category\", spider.categoryContent, clock, tid, \"1\", False, {})\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 157, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/乐兔.py\", line 117, in categoryContent\n html = self._request_html(self._build_category_url(tid, pg))\n File \"/home/harold/workspace/atv-spiders/py/乐兔.py\", line 72, in _request_html\n response = self.fetch(target, headers=dict(self.headers), timeout=10)\nrequests.exceptions.ReadTimeout: HTTPSConnectionPool(host='www.letu.me', port=443): Read timed out. (read timeout=10)\n",
|
|
"timings_ms": {
|
|
"module_load": 11.82,
|
|
"init": 0.001,
|
|
"home": 0.002,
|
|
"category": 10063.305,
|
|
"detail": 0.0,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 10116.031
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 0,
|
|
"detail_videos": 0,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": null,
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "二小",
|
|
"file": "二小.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 11.488,
|
|
"init": 0.001,
|
|
"home": 0.004,
|
|
"category": 3143.405,
|
|
"detail": 963.845,
|
|
"player": 0.006,
|
|
"url_check": 248.387,
|
|
"total": 4406.152
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 72,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "/index.php/vod/detail/id/12369.html",
|
|
"flag": "quark#二小",
|
|
"play_id": "https://pan.quark.cn/s/b3e194803b59"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.quark.cn/s/b3e194803b59",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.quark.cn/s/b3e194803b59",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "人人电影",
|
|
"file": "人人电影.py",
|
|
"success": false,
|
|
"failed_stage": "category",
|
|
"error": "分类视频列表为空",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 11.667,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 1364.812,
|
|
"detail": 0.0,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 2906.358
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 0,
|
|
"detail_videos": 0,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "dianshiju/list_6",
|
|
"vod_id": null,
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "人人视频",
|
|
"file": "人人视频.py",
|
|
"success": false,
|
|
"failed_stage": "url_check",
|
|
"error": "HTTP 403",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.303,
|
|
"init": 0.0,
|
|
"home": 337.64,
|
|
"category": 274.894,
|
|
"detail": 263.582,
|
|
"player": 383.698,
|
|
"url_check": 286.051,
|
|
"total": 2692.286
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 30,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "MOVIE",
|
|
"vod_id": "56136",
|
|
"flag": "人人专线",
|
|
"play_id": "56136@377437"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://tfvs3grhdgmt1gc41hcjz8yzdk.ourdvsssvip.com:20443/ws-302.bwcgee.cn/1042fe66438071f1b7975420848d0402/6eacc12bf7a6411c8174b99723f415bc-494b769a1432c115ec157a0c96eb87ed-ld.mp4?key=6bba023594e4c7cabe38b2db5aec0201&time=1778507408100&clientType=web_pc&clientVersion=1.0.0&parseUsage=PLAY&uid=0&rk=a6e5f63aef6a4b45b8a40b9edd99e501&hevc=false&seasonId=56136&wsiphost=ipdbme&wsrid_tag=6a01a650_PS-000-015Zk108_2786-39890-s1t1778493008186&x-mamba-business-label=13679&redirect_cnt=0&ip_type=0&wshc=C&requery=0",
|
|
"valid": false,
|
|
"reachable": false,
|
|
"status_code": 403,
|
|
"final_url": "https://tfvs3grhdgmt1gc41hcjz8yzdk.ourdvsssvip.com:20443/ws-302.bwcgee.cn/1042fe66438071f1b7975420848d0402/6eacc12bf7a6411c8174b99723f415bc-494b769a1432c115ec157a0c96eb87ed-ld.mp4?key=6bba023594e4c7cabe38b2db5aec0201&time=1778507408100&clientType=web_pc&clientVersion=1.0.0&parseUsage=PLAY&uid=0&rk=a6e5f63aef6a4b45b8a40b9edd99e501&hevc=false&seasonId=56136&wsiphost=ipdbme&wsrid_tag=6a01a650_PS-000-015Zk108_2786-39890-s1t1778493008186&x-mamba-business-label=13679&redirect_cnt=0&ip_type=0&wshc=C&requery=0",
|
|
"reason": "HTTP 403"
|
|
}
|
|
},
|
|
{
|
|
"spider": "优酷",
|
|
"file": "优酷.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.405,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 285.781,
|
|
"detail": 593.695,
|
|
"player": 0.002,
|
|
"url_check": 268.744,
|
|
"total": 1149.024
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 23,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "电视剧",
|
|
"vod_id": "show:dccc1a382ea3456eaa77",
|
|
"flag": "优酷",
|
|
"play_id": "https://v.youku.com/v_show/id_XNjUxODQ1MzE1Ng==.html"
|
|
},
|
|
"player": {
|
|
"parse": 1,
|
|
"url": "https://v.youku.com/v_show/id_XNjUxODQ1MzE1Ng==.html",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://v.youku.com/v_show/id_XNjUxODQ1MzE1Ng==.html",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "低端影视",
|
|
"file": "低端影视.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.289,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 1398.724,
|
|
"detail": 1780.288,
|
|
"player": 0.008,
|
|
"url_check": 102.745,
|
|
"total": 3282.367
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 24,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "series",
|
|
"vod_id": "movie/zhujiao",
|
|
"flag": "播放源 1 (1080P)",
|
|
"play_id": "https://hn.bfvvs.com/play/eXDLzQVe/index.m3u8"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://hn.bfvvs.com/play/eXDLzQVe/index.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://hn.bfvvs.com/play/eXDLzQVe/index.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "修罗",
|
|
"file": "修罗.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.394,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 1167.389,
|
|
"detail": 1424.535,
|
|
"player": 2418.321,
|
|
"url_check": 822.181,
|
|
"total": 14626.73
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 24,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "tv",
|
|
"vod_id": "guoju/26874",
|
|
"flag": "修罗直连",
|
|
"play_id": "guoju/play/26874-0"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://v16m-default.akamaized.net/9cdf18b2dd4ad589579d6c41467602aa/862bc9d9/video/tos/alisg/tos-alisg-v-26190a-sg/osERzcA0Kf5u6i4Y2dHBowAgqWAPYjAAkEAmim/",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://v16m-default.akamaized.net/9cdf18b2dd4ad589579d6c41467602aa/862bc9d9/video/tos/alisg/tos-alisg-v-26190a-sg/osERzcA0Kf5u6i4Y2dHBowAgqWAPYjAAkEAmim/",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "凡客TV",
|
|
"file": "凡客TV.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.277,
|
|
"init": 0.0,
|
|
"home": 0.0,
|
|
"category": 1648.681,
|
|
"detail": 1691.3,
|
|
"player": 3081.047,
|
|
"url_check": 3076.782,
|
|
"total": 9498.554
|
|
},
|
|
"counts": {
|
|
"classes": 8,
|
|
"category_videos": 32,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "a072031476ddfd01",
|
|
"flag": "高速线路",
|
|
"play_id": "{\"movie_id\":\"a072031476ddfd01\",\"link_id\":\"90f89bf3e1bb3b5105370a82747bb2e2\",\"line_id\":\"line1\",\"line_name\":\"高速线路\",\"episode_name\":\"1080p\",\"type\":\"switch\",\"page\":\"https://fktv.me/movie/detail/a072031476ddfd01\"}"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://fktv.me/ysapi/m3u8/p/59a97924eaa4a4151f13a9dd67ce4eb5.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://fktv.me/ysapi/m3u8/p/59a97924eaa4a4151f13a9dd67ce4eb5.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "剧圈圈",
|
|
"file": "剧圈圈.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.313,
|
|
"init": 0.001,
|
|
"home": 0.0,
|
|
"category": 1915.509,
|
|
"detail": 1515.024,
|
|
"player": 4394.952,
|
|
"url_check": 1520.891,
|
|
"total": 9347.149
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 16,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "dianying",
|
|
"vod_id": "vod/62945",
|
|
"flag": "BF备用",
|
|
"play_id": "play/62945-3-1"
|
|
},
|
|
"player": {
|
|
"parse": 1,
|
|
"url": "https://www.jqqzx.cc/play/62945-3-1.html",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://www.jqqzx.one/play/62945-3-1.html",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "剧迷",
|
|
"file": "剧迷.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.929,
|
|
"init": 0.002,
|
|
"home": 0.003,
|
|
"category": 1169.992,
|
|
"detail": 1502.206,
|
|
"player": 3084.801,
|
|
"url_check": 1101.25,
|
|
"total": 12447.991
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 218,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "2",
|
|
"vod_id": "442645",
|
|
"flag": "騰訊线路 ᴴᴰ",
|
|
"play_id": "442645-6-1"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://img.ruyijx.com/m3u8/4rgQ5Bq9tqo4Kv.m3u8?w9hvDJmL3kK3AvFn6u",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://img.ruyijx.com/m3u8/4rgQ5Bq9tqo4Kv.m3u8?w9hvDJmL3kK3AvFn6u",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "博看听书",
|
|
"file": "博看听书.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.288,
|
|
"init": 0.0,
|
|
"home": 3286.851,
|
|
"category": 282.655,
|
|
"detail": 802.29,
|
|
"player": 0.002,
|
|
"url_check": 227.349,
|
|
"total": 4599.942
|
|
},
|
|
"counts": {
|
|
"classes": 11,
|
|
"category_videos": 24,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1319",
|
|
"vod_id": "902849",
|
|
"flag": "博看听书",
|
|
"play_id": "http://audio.bookan.com.cn/video1/audio/20200706001/aache64_133068a2.m4a"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "http://audio.bookan.com.cn/video1/audio/20200706001/aache64_133068a2.m4a",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "http://audio.bookan.com.cn/video1/audio/20200706001/aache64_133068a2.m4a",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "厂长资源",
|
|
"file": "厂长资源.py",
|
|
"success": false,
|
|
"failed_stage": "category",
|
|
"error": "分类视频列表为空",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.385,
|
|
"init": 0.062,
|
|
"home": 0.001,
|
|
"category": 2899.586,
|
|
"detail": 0.0,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 7177.774
|
|
},
|
|
"counts": {
|
|
"classes": 16,
|
|
"category_videos": 0,
|
|
"detail_videos": 0,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "zuixindianying",
|
|
"vod_id": null,
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "双星",
|
|
"file": "双星.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.246,
|
|
"init": 403.395,
|
|
"home": 0.004,
|
|
"category": 211.55,
|
|
"detail": 186.325,
|
|
"player": 0.004,
|
|
"url_check": 234.571,
|
|
"total": 1036.701
|
|
},
|
|
"counts": {
|
|
"classes": 7,
|
|
"category_videos": 15,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "ju",
|
|
"vod_id": "/ju/10345.html",
|
|
"flag": "quark",
|
|
"play_id": "https://pan.quark.cn/s/aefc43744bd3"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.quark.cn/s/aefc43744bd3",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.quark.cn/s/aefc43744bd3",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "听书",
|
|
"file": "听书.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.247,
|
|
"init": 80.219,
|
|
"home": 0.001,
|
|
"category": 207.203,
|
|
"detail": 2620.035,
|
|
"player": 344.646,
|
|
"url_check": 153.635,
|
|
"total": 3406.533
|
|
},
|
|
"counts": {
|
|
"classes": 11,
|
|
"category_videos": 10,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "6",
|
|
"vod_id": "63",
|
|
"flag": "直链",
|
|
"play_id": "2926931|||63"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "http://audiopay.cos.tx.xmcdn.com/download/1.0.0/storages/b817-audiopay/16/AA/GKwRIaIGGaRGADgE-gEx_hMS-aacv2-48K.m4a?sign=af95a5a189230f78ae15624e966eae94&buy_key=FM&token=6151×tamp=1778493013&duration=453",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "http://audiopay.cos.tx.xmcdn.com/download/1.0.0/storages/b817-audiopay/16/AA/GKwRIaIGGaRGADgE-gEx_hMS-aacv2-48K.m4a?sign=af95a5a189230f78ae15624e966eae94&buy_key=FM&token=6151×tamp=1778493013&duration=453",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "听友FM",
|
|
"file": "听友FM.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 1.501,
|
|
"init": 0.0,
|
|
"home": 1386.077,
|
|
"category": 1315.009,
|
|
"detail": 2638.023,
|
|
"player": 3002.532,
|
|
"url_check": 160.368,
|
|
"total": 8505.529
|
|
},
|
|
"counts": {
|
|
"classes": 8,
|
|
"category_videos": 20,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "46",
|
|
"vod_id": "9783312385",
|
|
"flag": "听友FM",
|
|
"play_id": "9783312385|1"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://file.hgeuz.cn/stream/eJwANwDI_wJVZgVKIIrU0ECux-GJ1PSt38ahythCqsH-r9TAQ4rj5F94rOjbQKjk063xyIX2z3hfeGcIHF4BAAD__5DtISY.?ts=1778491890&sign=8bc9963675bda91a2769a9d05d4b8c55",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://file.hgeuz.cn/stream/eJwANwDI_wJVZgVKIIrU0ECux-GJ1PSt38ahythCqsH-r9TAQ4rj5F94rOjbQKjk063xyIX2z3hfeGcIHF4BAAD__5DtISY.?ts=1778491890&sign=8bc9963675bda91a2769a9d05d4b8c55",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "四万影视",
|
|
"file": "四万影视.py",
|
|
"success": false,
|
|
"failed_stage": "unexpected",
|
|
"error": "HTTPSConnectionPool(host='40000.me', port=443): Max retries exceeded with url: /api/maccms?ac=detail&t=20&pg=1&by=time (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1081)')))",
|
|
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 464, in _make_request\n self._validate_conn(conn)\n ~~~~~~~~~~~~~~~~~~~^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 1093, in _validate_conn\n conn.connect()\n ~~~~~~~~~~~~^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 796, in connect\n sock_and_verified = _ssl_wrap_socket_and_match_hostname(\n sock=sock,\n ...<14 lines>...\n assert_fingerprint=self.assert_fingerprint,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 975, in _ssl_wrap_socket_and_match_hostname\n ssl_sock = ssl_wrap_socket(\n sock=sock,\n ...<8 lines>...\n tls_in_tls=tls_in_tls,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/ssl_.py\", line 483, in ssl_wrap_socket\n ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)\nssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1081)\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 488, in _make_request\n raise new_e\nurllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1081)\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 535, in increment\n raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='40000.me', port=443): Max retries exceeded with url: /api/maccms?ac=detail&t=20&pg=1&by=time (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1081)')))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 511, in validate_spider_file\n _validate_from_tid(\n ~~~~~~~~~~~~~~~~~~^\n spider=spider,\n ^^^^^^^^^^^^^^\n ...<6 lines>...\n logger=logger,\n ^^^^^^^^^^^^^^\n )\n ^\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 271, in _validate_from_tid\n category_result = _run_timed(result[\"timings_ms\"], \"category\", spider.categoryContent, clock, tid, \"1\", False, {})\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 157, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/四万影视.py\", line 238, in categoryContent\n data = self._api_get(params)\n File \"/home/harold/workspace/atv-spiders/py/四万影视.py\", line 212, in _api_get\n response = self.fetch(\n self.api,\n ...<2 lines>...\n timeout=10,\n )\nrequests.exceptions.SSLError: HTTPSConnectionPool(host='40000.me', port=443): Max retries exceeded with url: /api/maccms?ac=detail&t=20&pg=1&by=time (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1081)')))\n",
|
|
"timings_ms": {
|
|
"module_load": 0.424,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 1132.703,
|
|
"detail": 0.0,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 1136.111
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 0,
|
|
"detail_videos": 0,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "20",
|
|
"vod_id": null,
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "在线之家",
|
|
"file": "在线之家.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.315,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 1005.783,
|
|
"detail": 2051.227,
|
|
"player": 1345.425,
|
|
"url_check": 284.072,
|
|
"total": 4687.329
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 12,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "voddetail/4601.html",
|
|
"flag": "zxzj",
|
|
"play_id": "vodplay/4601-1-1.html"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://media-sxty-fy-corp.sx3oss.ctyunxs.cn/CORPCLOUD/f076ccf5-a095-45a2-b086-cbf66f4aa40d.mp4?response-content-disposition=attachment%3Bfilename%3D%22%E9%93%81%E8%A1%80%E6%88%98%E5%A3%AB%E6%9D%80%E6%88%AE%E4%B9%8B%E5%9C%B02025HD1080P.mp4%22%3Bfilename*%3DUTF-8%27%27%25E9%2593%2581%25E8%25A1%2580%25E6%2588%2598%25E5%25A3%25AB%25E6%259D%2580%25E6%2588%25AE%25E4%25B9%258B%25E5%259C%25B02025HD1080P.mp4&x-amz-CLIENTNETWORK=UNKNOWN&x-amz-CLOUDTYPEIN=CORP&x-amz-CLIENTTYPEIN=UNKNOWN&Signature=/nJLhyEJivvBkuxOJdnCRWWa4yE%3D&AWSAccessKeyId=0Lg7dAq3ZfHvePP8DKEU&Expires=1778499884&x-amz-limitrate=102400&response-content-type=video/mp4&x-amz-FSIZE=2183471772&x-amz-UID=10000004591358&x-amz-UFID=31374317010337932",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://media-sxty-fy-corp.sx3oss.ctyunxs.cn/CORPCLOUD/f076ccf5-a095-45a2-b086-cbf66f4aa40d.mp4?response-content-disposition=attachment%3Bfilename%3D%22%E9%93%81%E8%A1%80%E6%88%98%E5%A3%AB%E6%9D%80%E6%88%AE%E4%B9%8B%E5%9C%B02025HD1080P.mp4%22%3Bfilename*%3DUTF-8%27%27%25E9%2593%2581%25E8%25A1%2580%25E6%2588%2598%25E5%25A3%25AB%25E6%259D%2580%25E6%2588%25AE%25E4%25B9%258B%25E5%259C%25B02025HD1080P.mp4&x-amz-CLIENTNETWORK=UNKNOWN&x-amz-CLOUDTYPEIN=CORP&x-amz-CLIENTTYPEIN=UNKNOWN&Signature=/nJLhyEJivvBkuxOJdnCRWWa4yE%3D&AWSAccessKeyId=0Lg7dAq3ZfHvePP8DKEU&Expires=1778499884&x-amz-limitrate=102400&response-content-type=video/mp4&x-amz-FSIZE=2183471772&x-amz-UID=10000004591358&x-amz-UFID=31374317010337932",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "多多",
|
|
"file": "多多.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.446,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 516.447,
|
|
"detail": 405.851,
|
|
"player": 0.003,
|
|
"url_check": 1082.523,
|
|
"total": 2005.971
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 72,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "/index.php/vod/detail/id/9447.html",
|
|
"flag": "baidu#多多",
|
|
"play_id": "https://pan.baidu.com/s/1tCpt9UMVoL9OxQyvpKUYZA?pwd=yyds"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.baidu.com/s/1tCpt9UMVoL9OxQyvpKUYZA?pwd=yyds",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.baidu.com/share/init?surl=tCpt9UMVoL9OxQyvpKUYZA&pwd=yyds",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "奕搜",
|
|
"file": "奕搜.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.471,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 1882.373,
|
|
"detail": 1368.625,
|
|
"player": 0.001,
|
|
"url_check": 225.904,
|
|
"total": 3477.859
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 10,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "dy",
|
|
"vod_id": "/dy/29706.html",
|
|
"flag": "quark",
|
|
"play_id": "https://pan.quark.cn/s/e5345bdd71f6"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.quark.cn/s/e5345bdd71f6",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.quark.cn/s/e5345bdd71f6",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "如意资源",
|
|
"file": "如意资源.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.255,
|
|
"init": 0.0,
|
|
"home": 0.005,
|
|
"category": 2439.931,
|
|
"detail": 1300.299,
|
|
"player": 0.003,
|
|
"url_check": 1488.996,
|
|
"total": 5230.326
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 20,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "76876",
|
|
"flag": "rym3u8",
|
|
"play_id": "https://svip.ryiplay18.com/20260508/6294_cfc8934f/index.m3u8"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://svip.ryiplay18.com/20260508/6294_cfc8934f/index.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://svip.ryiplay18.com/20260508/6294_cfc8934f/index.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "布布影视",
|
|
"file": "布布影视.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.332,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 1354.059,
|
|
"detail": 1089.177,
|
|
"player": 1418.892,
|
|
"url_check": 308.255,
|
|
"total": 4171.142
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 24,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "69765",
|
|
"flag": "JD蓝光(1)",
|
|
"play_id": "JD4K@1@JD-5f4f247d6dfbc0b5d5cb1efeaa2303790"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://c167-obsdaz-ykj-01.obs.dualstack.cidc-rp-2006.joint.cmecloud.cn/1810c8ff2a78456b9348fadfe7ab0fd0086?response-content-disposition=attachment%3B%20filename%2A%3DUTF-8%27%274K.mp4&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260511T094218Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Credential=AH4RWOMWLEL7ROYSF2S5%2F20260511%2Fcidc-rp-2006%2Fs3%2Faws4_request&t=2&u=1261698636582652615&ot=family&oi=1263000283947275586&f=FibTFWRt8ncqZsYDWQP5LF5BI3oB5_LXK&ext=eyJ1dCI6MX0%3D&X-Amz-Signature=4f726def9e3aa7dbdd8b0ba39d0d5b3599ea107d3e43c0c1f188bfd85a0d472b",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://c167-obsdaz-ykj-01.obs.dualstack.cidc-rp-2006.joint.cmecloud.cn/1810c8ff2a78456b9348fadfe7ab0fd0086?response-content-disposition=attachment%3B%20filename%2A%3DUTF-8%27%274K.mp4&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260511T094218Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Credential=AH4RWOMWLEL7ROYSF2S5%2F20260511%2Fcidc-rp-2006%2Fs3%2Faws4_request&t=2&u=1261698636582652615&ot=family&oi=1263000283947275586&f=FibTFWRt8ncqZsYDWQP5LF5BI3oB5_LXK&ext=eyJ1dCI6MX0%3D&X-Amz-Signature=4f726def9e3aa7dbdd8b0ba39d0d5b3599ea107d3e43c0c1f188bfd85a0d472b",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "微观短剧",
|
|
"file": "微观短剧.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.493,
|
|
"init": 0.026,
|
|
"home": 221.777,
|
|
"category": 316.155,
|
|
"detail": 325.755,
|
|
"player": 0.002,
|
|
"url_check": 172.604,
|
|
"total": 1037.484
|
|
},
|
|
"counts": {
|
|
"classes": 30,
|
|
"category_videos": 30,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "都市",
|
|
"vod_id": "110000044555935694",
|
|
"flag": "1080P",
|
|
"play_id": "https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1778493015&sign=90d01cc0f2bd3fe9c6adc65b6b6a3616"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1778493015&sign=90d01cc0f2bd3fe9c6adc65b6b6a3616",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1778493015&sign=90d01cc0f2bd3fe9c6adc65b6b6a3616",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "新韩剧网",
|
|
"file": "新韩剧网.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.289,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 778.516,
|
|
"detail": 781.399,
|
|
"player": 694.702,
|
|
"url_check": 2445.026,
|
|
"total": 4700.451
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 16,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "3559",
|
|
"flag": "在线云播",
|
|
"play_id": "3559_1_1"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://cdn.yzzyvip-29.com/20260201/16425_49d7d186/index.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://cdn.yzzyvip-29.com/20260201/16425_49d7d186/index.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "星星短剧",
|
|
"file": "星星短剧.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.35,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 482.304,
|
|
"detail": 667.336,
|
|
"player": 0.002,
|
|
"url_check": 147.404,
|
|
"total": 1297.841
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 10,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1287",
|
|
"vod_id": "422599939194881@@穿越诡计爱上你@@苏清韵为了给妹妹治病,卖身富豪被卓熙辰所救,答应卓熙辰的契约婚姻。苏清韵受到了爱慕卓熙辰的上官溪玲的疯狂攻击与算计,导致妹妹离世。苏清韵误会记恨卓熙辰因此拿刀伤了他,自己也被判入狱五年。",
|
|
"flag": "星星短剧",
|
|
"play_id": "https://img.novel.wsljf.xyz/shortPlay-mp4/420424102051841/EvnIm1746774634078/abc6208e-390b-4533-a1a4-b9e5741cc384/540x960/output.m3u8"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://img.novel.wsljf.xyz/shortPlay-mp4/420424102051841/EvnIm1746774634078/abc6208e-390b-4533-a1a4-b9e5741cc384/540x960/output.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://img.novel.wsljf.xyz/shortPlay-mp4/420424102051841/EvnIm1746774634078/abc6208e-390b-4533-a1a4-b9e5741cc384/540x960/output.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "木偶",
|
|
"file": "木偶.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.272,
|
|
"init": 0.0,
|
|
"home": 0.0,
|
|
"category": 1237.42,
|
|
"detail": 944.602,
|
|
"player": 0.006,
|
|
"url_check": 283.449,
|
|
"total": 2466.314
|
|
},
|
|
"counts": {
|
|
"classes": 7,
|
|
"category_videos": 72,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "25",
|
|
"vod_id": "/index.php/vod/detail/id/5094.html",
|
|
"flag": "a115#木偶",
|
|
"play_id": "https://115cdn.com/s/swf0zna36dh?password=p696"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://115cdn.com/s/swf0zna36dh?password=p696",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://115cdn.com/s/swf0zna36dh?password=p696",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "樱花动漫",
|
|
"file": "樱花动漫.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.315,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 2049.471,
|
|
"detail": 2233.231,
|
|
"player": 2085.997,
|
|
"url_check": 2028.333,
|
|
"total": 17920.868
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 36,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "riman",
|
|
"vod_id": "/detail/19340/",
|
|
"flag": "高清",
|
|
"play_id": "/play/19340-1-1/"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://cdn.yzzyvip-32.com/20260510/38628_9b9d9c0a/index.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://cdn.yzzyvip-32.com/20260510/38628_9b9d9c0a/index.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "橘子TV",
|
|
"file": "橘子TV.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.783,
|
|
"init": 3815.147,
|
|
"home": 1829.696,
|
|
"category": 1847.646,
|
|
"detail": 1796.208,
|
|
"player": 4533.215,
|
|
"url_check": 68.389,
|
|
"total": 13892.061
|
|
},
|
|
"counts": {
|
|
"classes": 8,
|
|
"category_videos": 18,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "50",
|
|
"vod_id": "394186",
|
|
"flag": "一起看APP",
|
|
"play_id": "25211703"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://ad.kpyy258.com/m3u87/share/7256561/7452333/20260503/185008/1080/index.m3u8?sign=30ec1861953f71d6a57e2702c5a62db1&t=1778493027",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://ad.kpyy258.com/m3u87/share/7256561/7452333/20260503/185008/1080/index.m3u8?sign=30ec1861953f71d6a57e2702c5a62db1&t=1778493027",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "欧歌",
|
|
"file": "欧歌.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.248,
|
|
"init": 0.0,
|
|
"home": 0.0,
|
|
"category": 1904.7,
|
|
"detail": 739.56,
|
|
"player": 0.009,
|
|
"url_check": 1304.273,
|
|
"total": 3949.921
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 72,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "/index.php/vod/detail/id/29913.html",
|
|
"flag": "baidu",
|
|
"play_id": "https://pan.baidu.com/s/1plecwmM4KBFNk_hU52nJIQ?pwd=8888"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.baidu.com/s/1plecwmM4KBFNk_hU52nJIQ?pwd=8888",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.baidu.com/share/init?surl=plecwmM4KBFNk_hU52nJIQ&pwd=8888",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "毒舌影视",
|
|
"file": "毒舌影视.py",
|
|
"success": false,
|
|
"failed_stage": "url_check",
|
|
"error": "HTTPSConnectionPool(host='cdn.yddsha2.com', port=443): Max retries exceeded with url: /m3u87/share/7273975/7469253/20260504/180336/1080/master.m3u8 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)')))",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.386,
|
|
"init": 0.001,
|
|
"home": 1637.969,
|
|
"category": 1088.716,
|
|
"detail": 1046.334,
|
|
"player": 1433.426,
|
|
"url_check": 499.379,
|
|
"total": 9472.052
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 45,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "2",
|
|
"vod_id": "dsshiyidt/235952.html",
|
|
"flag": "秒播-在线播放",
|
|
"play_id": "dsshiyipy/235952-4-1.html"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://cdn.yddsha2.com/m3u87/share/7273975/7469253/20260504/180336/1080/master.m3u8",
|
|
"valid": false,
|
|
"reachable": false,
|
|
"status_code": null,
|
|
"final_url": "https://cdn.yddsha2.com/m3u87/share/7273975/7469253/20260504/180336/1080/master.m3u8",
|
|
"reason": "HTTPSConnectionPool(host='cdn.yddsha2.com', port=443): Max retries exceeded with url: /m3u87/share/7273975/7469253/20260504/180336/1080/master.m3u8 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)')))"
|
|
}
|
|
},
|
|
{
|
|
"spider": "河马短剧",
|
|
"file": "河马短剧.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.329,
|
|
"init": 0.0,
|
|
"home": 645.039,
|
|
"category": 730.348,
|
|
"detail": 944.584,
|
|
"player": 0.037,
|
|
"url_check": 91.226,
|
|
"total": 2412.517
|
|
},
|
|
"counts": {
|
|
"classes": 10,
|
|
"category_videos": 10,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "462",
|
|
"vod_id": "/drama/41000186435@@听见胎宝心声后,我逆袭了",
|
|
"flag": "河马剧场",
|
|
"play_id": "https://dzzt-video.cbread.cn/a47e0c4b6634c6ba52175dc0da481b91/6a02de00/58/5x3/53x4/534x6/53468100014/612428785_1/612428785.720p.narrowv3.mp4"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://dzzt-video.cbread.cn/a47e0c4b6634c6ba52175dc0da481b91/6a02de00/58/5x3/53x4/534x6/53468100014/612428785_1/612428785.720p.narrowv3.mp4",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://dzzt-video.cbread.cn/a47e0c4b6634c6ba52175dc0da481b91/6a02de00/58/5x3/53x4/534x6/53468100014/612428785_1/612428785.720p.narrowv3.mp4",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "滴答影视",
|
|
"file": "滴答影视.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.314,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 1050.65,
|
|
"detail": 827.879,
|
|
"player": 0.003,
|
|
"url_check": 290.124,
|
|
"total": 2169.473
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 48,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "detail/2965",
|
|
"flag": "quark",
|
|
"play_id": "https://pan.quark.cn/s/98a640e2e3ee"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.quark.cn/s/98a640e2e3ee",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.quark.cn/s/98a640e2e3ee",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "潮流APP",
|
|
"file": "潮流APP.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.301,
|
|
"init": 0.002,
|
|
"home": 144.908,
|
|
"category": 132.082,
|
|
"detail": 172.92,
|
|
"player": 298.181,
|
|
"url_check": 93.462,
|
|
"total": 842.298
|
|
},
|
|
"counts": {
|
|
"classes": 10,
|
|
"category_videos": 12,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "10",
|
|
"vod_id": "75722",
|
|
"flag": "线路二 (点击换线)",
|
|
"play_id": "75722@@0@@0"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "http://43.248.100.143:9090/nby/m3u8/getM3u8?name=jx.91by.top&time=1778493018253&url=NBY-e84585334a25c5b49078dfac81549a0b.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "http://43.248.100.143:9090/nby/m3u8/getM3u8?name=jx.91by.top&time=1778493018253&url=NBY-e84585334a25c5b49078dfac81549a0b.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "爱奇艺",
|
|
"file": "爱奇艺.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.528,
|
|
"init": 0.017,
|
|
"home": 3857.557,
|
|
"category": 769.81,
|
|
"detail": 501.063,
|
|
"player": 0.001,
|
|
"url_check": 236.952,
|
|
"total": 5366.672
|
|
},
|
|
"counts": {
|
|
"classes": 11,
|
|
"category_videos": 60,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "pcw:1",
|
|
"vod_id": "pcw:1$3136167655271600",
|
|
"flag": "爱奇艺",
|
|
"play_id": "http://www.iqiyi.com/v_vd55wo89uk.html"
|
|
},
|
|
"player": {
|
|
"parse": 1,
|
|
"url": "http://www.iqiyi.com/v_vd55wo89uk.html",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://www.iqiyi.com/v_vd55wo89uk.html",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "爱看",
|
|
"file": "爱看.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.372,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 971.978,
|
|
"detail": 1806.707,
|
|
"player": 0.002,
|
|
"url_check": 1099.916,
|
|
"total": 7299.65
|
|
},
|
|
"counts": {
|
|
"classes": 2,
|
|
"category_videos": 24,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "/hot/index-tv-热门.html",
|
|
"vod_id": "/play/974465$$$低智商犯罪$$$https://img3.doubanio.com/view/photo/m_ratio_poster/public/p2932040107.jpg",
|
|
"flag": "gs线路",
|
|
"play_id": "https://v.gsuus.com/play/erk8nPBa/index.m3u8"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://v.gsuus.com/play/erk8nPBa/index.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://v.gsuus.com/play/erk8nPBa/index.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "独播库",
|
|
"file": "独播库.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.337,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 870.815,
|
|
"detail": 828.781,
|
|
"player": 959.982,
|
|
"url_check": 1017.468,
|
|
"total": 3677.84
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 48,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "index",
|
|
"vod_id": "143520",
|
|
"flag": "独播库",
|
|
"play_id": "143520-1-1"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://vid.dbokutv.com/20260416/ppotb62-S71lT2yliZApDBSvkYzBsrmD3fpCJ4nBsHgTcyo5xOy6ejP7DiStHqR2qmCIqmCp8nE44oGZakRN0q/chunklist.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://vid.dbokutv.com/20260416/ppotb62-S71lT2yliZApDBSvkYzBsrmD3fpCJ4nBsHgTcyo5xOy6ejP7DiStHqR2qmCIqmCp8nE44oGZakRN0q/chunklist.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "玩偶哥哥",
|
|
"file": "玩偶哥哥.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.288,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 792.219,
|
|
"detail": 668.408,
|
|
"player": 0.003,
|
|
"url_check": 987.546,
|
|
"total": 2448.886
|
|
},
|
|
"counts": {
|
|
"classes": 8,
|
|
"category_videos": 70,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "/voddetail/124570.html",
|
|
"flag": "baidu#玩偶哥哥",
|
|
"play_id": "https://pan.baidu.com/s/1hbYaibe8p-HfdhIUP7vvFA?pwd=f8x5"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.baidu.com/s/1hbYaibe8p-HfdhIUP7vvFA?pwd=f8x5",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.baidu.com/share/init?surl=hbYaibe8p-HfdhIUP7vvFA&pwd=f8x5",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "玩偶聚合",
|
|
"file": "玩偶聚合.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.379,
|
|
"init": 0.0,
|
|
"home": 0.063,
|
|
"category": 863.581,
|
|
"detail": 1120.606,
|
|
"player": 0.003,
|
|
"url_check": 998.077,
|
|
"total": 2983.291
|
|
},
|
|
"counts": {
|
|
"classes": 10,
|
|
"category_videos": 70,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "site_wanou",
|
|
"vod_id": "site:wanou:/voddetail/124263.html",
|
|
"flag": "baidu#玩偶",
|
|
"play_id": "https://pan.baidu.com/s/1wlGptZsrXaSU5zwTNON1MA?pwd=wogg"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.baidu.com/s/1wlGptZsrXaSU5zwTNON1MA?pwd=wogg",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.baidu.com/share/init?surl=wlGptZsrXaSU5zwTNON1MA&pwd=wogg",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "瓜子",
|
|
"file": "瓜子.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.549,
|
|
"init": 0.002,
|
|
"home": 0.038,
|
|
"category": 965.074,
|
|
"detail": 1751.772,
|
|
"player": 886.073,
|
|
"url_check": 197.803,
|
|
"total": 13815.641
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 30,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "2",
|
|
"vod_id": "136357",
|
|
"flag": "1080",
|
|
"play_id": "vod_d_id=136357&vurl_id=3706830&domain_type=8&resolution=1080&type=play"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://vd.hxcztech.com/130d5175952a4427ae5afc7911715a74/20260511175032/decry/vd/20260511/NTRmNzllODNj/131917/2580_1080/aac/h264/hls/decrypt/index.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://app.xn--55qx2ai23bz99b.cn/index.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "百度短剧",
|
|
"file": "百度短剧.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.244,
|
|
"init": 0.0,
|
|
"home": 402.227,
|
|
"category": 264.388,
|
|
"detail": 631.648,
|
|
"player": 252.256,
|
|
"url_check": 82.063,
|
|
"total": 1633.16
|
|
},
|
|
"counts": {
|
|
"classes": 29,
|
|
"category_videos": 9,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "3",
|
|
"vod_id": "9626395189336331475",
|
|
"flag": "百度短剧",
|
|
"play_id": "5228077877184398747|||9626395189336331475"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "http://vd3.bdstatic.com/mda-rh54j6is12ydd0q3/1080p/mv_cae264_backtrack_1080p_normal/1754453773225130912/mda-rh54j6is12ydd0q3.mp4?v_from_s=haokan-ui-video-hna",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "http://vd3.bdstatic.com/mda-rh54j6is12ydd0q3/1080p/mv_cae264_backtrack_1080p_normal/1754453773225130912/mda-rh54j6is12ydd0q3.mp4?v_from_s=haokan-ui-video-hna",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "盘Ta",
|
|
"file": "盘Ta.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.292,
|
|
"init": 0.0,
|
|
"home": 334.54,
|
|
"category": 313.033,
|
|
"detail": 270.612,
|
|
"player": 0.031,
|
|
"url_check": 173.457,
|
|
"total": 1092.614
|
|
},
|
|
"counts": {
|
|
"classes": 8,
|
|
"category_videos": 30,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "?tagId=39765285016165",
|
|
"vod_id": "thread?topicId=264430",
|
|
"flag": "yd",
|
|
"play_id": "https://yun.139.com/shareweb/%23/w/i/2sUfBKpu5QBqz"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://yun.139.com/shareweb/#/w/i/2sUfBKpu5QBqz",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://yun.139.com/shareweb/#/w/i/2sUfBKpu5QBqz",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "盘尊社区",
|
|
"file": "盘尊社区.py",
|
|
"success": false,
|
|
"failed_stage": "detail",
|
|
"error": "详情缺少播放源或播放列表",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.468,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 2394.399,
|
|
"detail": 1309.01,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 6882.96
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 20,
|
|
"detail_videos": 1,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "anime",
|
|
"vod_id": "3011",
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "盘聚",
|
|
"file": "盘聚.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 1.018,
|
|
"init": 0.003,
|
|
"home": 0.003,
|
|
"category": 1853.321,
|
|
"detail": 1123.862,
|
|
"player": 723.186,
|
|
"url_check": 1388.275,
|
|
"total": 5090.578
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 20,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "/",
|
|
"vod_id": "/movies/134742/",
|
|
"flag": "baidu1",
|
|
"play_id": "push://https://www.seedhub.cc/link_start/?redirect_to=pan_id_571535&movie_title=❤️❤️❤️【飞驰人生3】【4K 1080P】更新于 ✅ 今天"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.baidu.com/s/1NiQJW0DJBw8FR_Y1_k8Yig?pwd=ojmk",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.baidu.com/share/init?surl=NiQJW0DJBw8FR_Y1_k8Yig&pwd=ojmk",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "短剧优选",
|
|
"file": "短剧优选.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.798,
|
|
"init": 666.538,
|
|
"home": 3945.546,
|
|
"category": 780.495,
|
|
"detail": 370.35,
|
|
"player": 0.002,
|
|
"url_check": 77.309,
|
|
"total": 5841.767
|
|
},
|
|
"counts": {
|
|
"classes": 11,
|
|
"category_videos": 74,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "七猫",
|
|
"vod_id": "七猫@24333",
|
|
"flag": "七猫短剧",
|
|
"play_id": "https://cdn-vod-playlet.wtzw.com/asset/b936eac78f199fd865afbe3c5b707e7f/play_multi_video/6f7310c287644b7c813ab8e2eb7a4a0c/f1223068052dd7f1bc88718af4b2c0e4.m3u8"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://cdn-vod-playlet.wtzw.com/asset/b936eac78f199fd865afbe3c5b707e7f/play_multi_video/6f7310c287644b7c813ab8e2eb7a4a0c/f1223068052dd7f1bc88718af4b2c0e4.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://cdn-vod-playlet.wtzw.com/asset/b936eac78f199fd865afbe3c5b707e7f/play_multi_video/6f7310c287644b7c813ab8e2eb7a4a0c/f1223068052dd7f1bc88718af4b2c0e4.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "短剧网",
|
|
"file": "短剧网.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.251,
|
|
"init": 0.0,
|
|
"home": 0.0,
|
|
"category": 1387.03,
|
|
"detail": 1534.084,
|
|
"player": 0.005,
|
|
"url_check": 231.858,
|
|
"total": 3153.786
|
|
},
|
|
"counts": {
|
|
"classes": 2,
|
|
"category_videos": 20,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "https://sm3.cc/?id=49870",
|
|
"flag": "quark",
|
|
"play_id": "https://pan.quark.cn/s/5be7fea2409f"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.quark.cn/s/5be7fea2409f",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.quark.cn/s/5be7fea2409f",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "糯米",
|
|
"file": "糯米.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.317,
|
|
"init": 0.0,
|
|
"home": 543.729,
|
|
"category": 754.184,
|
|
"detail": 528.406,
|
|
"player": 389.551,
|
|
"url_check": 406.607,
|
|
"total": 2624.598
|
|
},
|
|
"counts": {
|
|
"classes": 7,
|
|
"category_videos": 81,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "/vod-type-id-1-pg-1.html",
|
|
"vod_id": "/vod-detail-id-90063.html",
|
|
"flag": "uvw",
|
|
"play_id": "/vod-play-id-90063-src-1-num-1.html"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://vip.123pan.cn/1853039965/dy/东北往事极恶不赦.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://vip.123pan.cn/1853039965/dy/%E4%B8%9C%E5%8C%97%E5%BE%80%E4%BA%8B%E6%9E%81%E6%81%B6%E4%B8%8D%E8%B5%A6.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "红果短剧",
|
|
"file": "红果短剧.py",
|
|
"success": false,
|
|
"failed_stage": "category",
|
|
"error": "分类视频列表为空",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.32,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 208.724,
|
|
"detail": 0.0,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 2451.2
|
|
},
|
|
"counts": {
|
|
"classes": 60,
|
|
"category_videos": 0,
|
|
"detail_videos": 0,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "霸总",
|
|
"vod_id": null,
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "网易云音乐",
|
|
"file": "网易云音乐.py",
|
|
"success": false,
|
|
"failed_stage": "unexpected",
|
|
"error": "Expecting value: line 1 column 1 (char 0)",
|
|
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/models.py\", line 978, in json\n return complexjson.loads(self.text, **kwargs)\n ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/json/__init__.py\", line 352, in loads\n return _default_decoder.decode(s)\n ~~~~~~~~~~~~~~~~~~~~~~~^^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/json/decoder.py\", line 345, in decode\n obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/json/decoder.py\", line 363, in raw_decode\n raise JSONDecodeError(\"Expecting value\", s, err.value) from None\njson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 511, in validate_spider_file\n _validate_from_tid(\n ~~~~~~~~~~~~~~~~~~^\n spider=spider,\n ^^^^^^^^^^^^^^\n ...<6 lines>...\n logger=logger,\n ^^^^^^^^^^^^^^\n )\n ^\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 312, in _validate_from_tid\n player_result = _run_timed(result[\"timings_ms\"], \"player\", spider.playerContent, clock, play[\"flag\"], play[\"play_id\"], [])\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 157, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/网易云音乐.py\", line 124, in playerContent\n data = detail.json()\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/models.py\", line 982, in json\n raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)\nrequests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)\n",
|
|
"timings_ms": {
|
|
"module_load": 0.277,
|
|
"init": 0.001,
|
|
"home": 587.482,
|
|
"category": 663.965,
|
|
"detail": 0.006,
|
|
"player": 190.03,
|
|
"url_check": 0.0,
|
|
"total": 1443.739
|
|
},
|
|
"counts": {
|
|
"classes": 62,
|
|
"category_videos": 100,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "/discover/toplist?id=19723756",
|
|
"vod_id": "2701139855@颜色@Gareth.T👉MV",
|
|
"flag": "网易云音乐",
|
|
"play_id": "2701139855"
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "耐视点播",
|
|
"file": "耐视点播.py",
|
|
"success": false,
|
|
"failed_stage": "category",
|
|
"error": "分类视频列表为空",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.298,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 1803.647,
|
|
"detail": 0.0,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 3857.834
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 0,
|
|
"detail_videos": 0,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "2",
|
|
"vod_id": null,
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "腾讯视频",
|
|
"file": "腾讯视频.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 1.042,
|
|
"init": 0.001,
|
|
"home": 1478.33,
|
|
"category": 294.274,
|
|
"detail": 718.309,
|
|
"player": 0.002,
|
|
"url_check": 235.159,
|
|
"total": 2727.768
|
|
},
|
|
"counts": {
|
|
"classes": 7,
|
|
"category_videos": 12,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "choice",
|
|
"vod_id": "choice$mzc002009g0nh88",
|
|
"flag": "腾讯视频",
|
|
"play_id": "https://v.qq.com/x/cover/mzc002009g0nh88/w4102d4f4ur.html"
|
|
},
|
|
"player": {
|
|
"parse": 1,
|
|
"url": "https://v.qq.com/x/cover/mzc002009g0nh88/w4102d4f4ur.html",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://v.qq.com/x/cover/mzc002009g0nh88/w4102d4f4ur.html",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "至臻",
|
|
"file": "至臻.py",
|
|
"success": false,
|
|
"failed_stage": "unexpected",
|
|
"error": "HTTPConnectionPool(host='www.miqk.cc', port=80): Max retries exceeded with url: /index.php/vod/show/id/1/page/1.html (Caused by ConnectTimeoutError(<HTTPConnection(host='www.miqk.cc', port=80) at 0x7526343706b0>, 'Connection to www.miqk.cc timed out. (connect timeout=10)'))",
|
|
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 204, in _new_conn\n sock = connection.create_connection(\n (self._dns_host, self.port),\n ...<2 lines>...\n socket_options=self.socket_options,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/connection.py\", line 85, in create_connection\n raise err\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/connection.py\", line 73, in create_connection\n sock.connect(sa)\n ~~~~~~~~~~~~^^^^\nTimeoutError: timed out\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 493, in _make_request\n conn.request(\n ~~~~~~~~~~~~^\n method,\n ^^^^^^^\n ...<6 lines>...\n enforce_content_length=enforce_content_length,\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n )\n ^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 500, in request\n self.endheaders()\n ~~~~~~~~~~~~~~~^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 1353, in endheaders\n self._send_output(message_body, encode_chunked=encode_chunked)\n ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 1113, in _send_output\n self.send(msg)\n ~~~~~~~~~^^^^^\nurllib3.exceptions.ConnectTimeoutError: (<HTTPConnection(host='www.miqk.cc', port=80) at 0x7526343706b0>, 'Connection to www.miqk.cc timed out. (connect timeout=10)')\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 535, in increment\n raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nurllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='www.miqk.cc', port=80): Max retries exceeded with url: /index.php/vod/show/id/1/page/1.html (Caused by ConnectTimeoutError(<HTTPConnection(host='www.miqk.cc', port=80) at 0x7526343706b0>, 'Connection to www.miqk.cc timed out. (connect timeout=10)'))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 511, in validate_spider_file\n _validate_from_tid(\n ~~~~~~~~~~~~~~~~~~^\n spider=spider,\n ^^^^^^^^^^^^^^\n ...<6 lines>...\n logger=logger,\n ^^^^^^^^^^^^^^\n )\n ^\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 271, in _validate_from_tid\n category_result = _run_timed(result[\"timings_ms\"], \"category\", spider.categoryContent, clock, tid, \"1\", False, {})\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 157, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/至臻.py\", line 137, in categoryContent\n return self._page_result(self._parse_cards(self._request_html(url)), pg)\n ~~~~~~~~~~~~~~~~~~^^^^^\n File \"/home/harold/workspace/atv-spiders/py/至臻.py\", line 94, in _request_html\n response = self.fetch(target, headers=dict(self.headers), timeout=10)\nrequests.exceptions.ConnectTimeout: HTTPConnectionPool(host='www.miqk.cc', port=80): Max retries exceeded with url: /index.php/vod/show/id/1/page/1.html (Caused by ConnectTimeoutError(<HTTPConnection(host='www.miqk.cc', port=80) at 0x7526343706b0>, 'Connection to www.miqk.cc timed out. (connect timeout=10)'))\n",
|
|
"timings_ms": {
|
|
"module_load": 0.396,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 10012.482,
|
|
"detail": 0.0,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 10014.479
|
|
},
|
|
"counts": {
|
|
"classes": 7,
|
|
"category_videos": 0,
|
|
"detail_videos": 0,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": null,
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "芒果",
|
|
"file": "芒果.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.295,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 352.631,
|
|
"detail": 903.862,
|
|
"player": 0.001,
|
|
"url_check": 340.29,
|
|
"total": 1597.51
|
|
},
|
|
"counts": {
|
|
"classes": 7,
|
|
"category_videos": 80,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "2",
|
|
"vod_id": "24296403",
|
|
"flag": "芒果",
|
|
"play_id": "https://www.mgtv.com/b/731684/24256393.html"
|
|
},
|
|
"player": {
|
|
"parse": 1,
|
|
"url": "https://www.mgtv.com/b/731684/24256393.html",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://www.mgtv.com/b/731684/24256393.html",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "茶杯狐",
|
|
"file": "茶杯狐.py",
|
|
"success": false,
|
|
"failed_stage": "url_check",
|
|
"error": "HTTP 403",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.515,
|
|
"init": 0.001,
|
|
"home": 1438.016,
|
|
"category": 1317.021,
|
|
"detail": 1112.684,
|
|
"player": 2240.06,
|
|
"url_check": 3295.695,
|
|
"total": 17420.318
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 36,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "2",
|
|
"vod_id": "detail/video/119669",
|
|
"flag": "FF有广9",
|
|
"play_id": "play/119669-1-1"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://vip.ffzy-video.com/20260305/38855_8aecd51d/index.m3u8",
|
|
"valid": false,
|
|
"reachable": false,
|
|
"status_code": 403,
|
|
"final_url": "https://vip.ffzy-video.com/20260305/38855_8aecd51d/index.m3u8",
|
|
"reason": "HTTP 403"
|
|
}
|
|
},
|
|
{
|
|
"spider": "虎斑",
|
|
"file": "虎斑.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.342,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 350.112,
|
|
"detail": 646.591,
|
|
"player": 0.01,
|
|
"url_check": 972.051,
|
|
"total": 1969.569
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 72,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "/index.php/vod/detail/id/460085.html",
|
|
"flag": "baidu#虎斑",
|
|
"play_id": "https://pan.baidu.com/s/1aTT5yy3QuYPxWz-s4vz4aA?pwd=b5b5"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.baidu.com/s/1aTT5yy3QuYPxWz-s4vz4aA?pwd=b5b5",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.baidu.com/share/init?surl=aTT5yy3QuYPxWz-s4vz4aA&pwd=b5b5",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "蜡笔",
|
|
"file": "蜡笔.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.465,
|
|
"init": 0.0,
|
|
"home": 0.001,
|
|
"category": 1362.489,
|
|
"detail": 795.119,
|
|
"player": 0.003,
|
|
"url_check": 1615.377,
|
|
"total": 3774.029
|
|
},
|
|
"counts": {
|
|
"classes": 7,
|
|
"category_videos": 72,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "29",
|
|
"vod_id": "/index.php/vod/detail/id/11277.html",
|
|
"flag": "baidu#蜡笔",
|
|
"play_id": "https://pan.baidu.com/s/1NiPgbk9_FIhSYfmGm-Cqxg?pwd=q5m6"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://pan.baidu.com/s/1NiPgbk9_FIhSYfmGm-Cqxg?pwd=q5m6",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://pan.baidu.com/share/init?surl=NiPgbk9_FIhSYfmGm-Cqxg&pwd=q5m6",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "袋鼠影视",
|
|
"file": "袋鼠影视.py",
|
|
"success": false,
|
|
"failed_stage": "url_check",
|
|
"error": "HTTP 403",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.45,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 1167.482,
|
|
"detail": 940.968,
|
|
"player": 1779.905,
|
|
"url_check": 1924.36,
|
|
"total": 10720.986
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 36,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "2",
|
|
"vod_id": "movie/index414157",
|
|
"flag": "蓝光专线4",
|
|
"play_id": "play/414157-0-0"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://vip.dytt-kan.com/20260330/12924_fae034d2/index.m3u8",
|
|
"valid": false,
|
|
"reachable": false,
|
|
"status_code": 403,
|
|
"final_url": "https://vip.dytt-kan.com/20260330/12924_fae034d2/index.m3u8",
|
|
"reason": "HTTP 403"
|
|
}
|
|
},
|
|
{
|
|
"spider": "路漫漫",
|
|
"file": "路漫漫.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.752,
|
|
"init": 0.001,
|
|
"home": 0.0,
|
|
"category": 1661.097,
|
|
"detail": 1211.422,
|
|
"player": 3214.974,
|
|
"url_check": 204.499,
|
|
"total": 6293.277
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 20,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "6",
|
|
"vod_id": "detail/8030.html",
|
|
"flag": "播放节点列表X dev云播 聚合线路",
|
|
"play_id": "play/8030_1_1.html"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://groupvideo.photo.qq.com/1071_0bc354askaabemajexgxvfus53yeexxqcjka.f0.mp4?dis_k=e640e628c0d8b4f7222fbe4ce1aaf919&dis_t=1778493030",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://groupvideo.photo.qq.com/1071_0bc354askaabemajexgxvfus53yeexxqcjka.f0.mp4?dis_k=e640e628c0d8b4f7222fbe4ce1aaf919&dis_t=1778493030",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "酷我听书",
|
|
"file": "酷我听书.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.561,
|
|
"init": 0.001,
|
|
"home": 393.299,
|
|
"category": 104.411,
|
|
"detail": 202.733,
|
|
"player": 155.662,
|
|
"url_check": 206.127,
|
|
"total": 5156.519
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 21,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "37",
|
|
"vod_id": "27097583",
|
|
"flag": "酷我听书",
|
|
"play_id": "free|213913912"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "http://cz.sycdn.kuwo.cn/8cf5267fe2915fbbff127e125df4618e/6a01a666/resource/m1/34/31/3390639861.wma?bitrate$128&format$wma&source$kwplayerhd_ar_4.3.0.8_tianbao_T1A_qirui.apk&type$convert_url_with_sign&user$&loginUid$",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "http://cz.sycdn.kuwo.cn/8cf5267fe2915fbbff127e125df4618e/6a01a666/resource/m1/34/31/3390639861.wma?bitrate$128&format$wma&source$kwplayerhd_ar_4.3.0.8_tianbao_T1A_qirui.apk&type$convert_url_with_sign&user$&loginUid$",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "酷狗音乐",
|
|
"file": "酷狗音乐.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.546,
|
|
"init": 515.942,
|
|
"home": 349.872,
|
|
"category": 302.88,
|
|
"detail": 348.329,
|
|
"player": 375.345,
|
|
"url_check": 79.937,
|
|
"total": 1974.294
|
|
},
|
|
"counts": {
|
|
"classes": 12,
|
|
"category_videos": 14,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "recommend",
|
|
"vod_id": "745188085",
|
|
"flag": "酷狗音乐",
|
|
"play_id": "745188085"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "http://fsdg360.hw.kugou.com/202605111750/b8354090d0d9785f5fcc004ab5e1b32b/v3/c23347e375a1e1791a0204a70e9ee204/yp/p_0_960123/ap1013_us0_mic85f71c379c462618de1399950957c33_pi6101_mx745188085_qu128_s1023251.mp3?ft=car_203559_10049&fts=b05bb02d44717442054bac7624ed9a29&ext=.mp3",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "http://fsdg360.hw.kugou.com/202605111750/b8354090d0d9785f5fcc004ab5e1b32b/v3/c23347e375a1e1791a0204a70e9ee204/yp/p_0_960123/ap1013_us0_mic85f71c379c462618de1399950957c33_pi6101_mx745188085_qu128_s1023251.mp3?ft=car_203559_10049&fts=b05bb02d44717442054bac7624ed9a29&ext=.mp3",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "金牌",
|
|
"file": "金牌.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.276,
|
|
"init": 0.0,
|
|
"home": 1818.374,
|
|
"category": 294.238,
|
|
"detail": 286.574,
|
|
"player": 325.753,
|
|
"url_check": 521.724,
|
|
"total": 3247.624
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 30,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "143230",
|
|
"flag": "金牌线路",
|
|
"play_id": "143230@1271963"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://ppvod011.blbtgg.com/splitOut/20260318/1267932/V20260318194542050871267932/index.m3u8?auth_key=1778493028-01775c72dcd54d6ab8b1853d3b2346cc-0-6b93b389c2a44661855ddee1f7555967",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://ppvod011.blbtgg.com/splitOut/20260318/1267932/V20260318194542050871267932/index.m3u8?auth_key=1778493028-01775c72dcd54d6ab8b1853d3b2346cc-0-6b93b389c2a44661855ddee1f7555967",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "闪电",
|
|
"file": "闪电.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.289,
|
|
"init": 0.0,
|
|
"home": 0.0,
|
|
"category": 1950.24,
|
|
"detail": 1266.12,
|
|
"player": 0.01,
|
|
"url_check": 385.352,
|
|
"total": 3602.506
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 72,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "/index.php/vod/detail/id/185332.html",
|
|
"flag": "uc#闪电",
|
|
"play_id": "https://drive.uc.cn/s/e145774bc14b4?public=1"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://drive.uc.cn/s/e145774bc14b4?public=1",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://drive.uc.cn/s/e145774bc14b4?public=1",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "雷鲸",
|
|
"file": "雷鲸.py",
|
|
"success": false,
|
|
"failed_stage": "detail",
|
|
"error": "详情缺少播放源或播放列表",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.588,
|
|
"init": 0.001,
|
|
"home": 0.002,
|
|
"category": 1703.3,
|
|
"detail": 2330.779,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 6743.65
|
|
},
|
|
"counts": {
|
|
"classes": 7,
|
|
"category_videos": 30,
|
|
"detail_videos": 1,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "42204684250355",
|
|
"vod_id": "66225",
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "飞快TV",
|
|
"file": "飞快TV.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.37,
|
|
"init": 0.001,
|
|
"home": 0.0,
|
|
"category": 3487.123,
|
|
"detail": 3364.81,
|
|
"player": 3301.875,
|
|
"url_check": 1281.186,
|
|
"total": 11436.108
|
|
},
|
|
"counts": {
|
|
"classes": 4,
|
|
"category_videos": 40,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": "/voddetail/238909.html",
|
|
"flag": "高清31",
|
|
"play_id": "/vodplay/238909-2-1.html"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://cdn.yzzyvip-29.com/20260511/23657_6c73721a/index.m3u8",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://cdn.yzzyvip-29.com/20260511/23657_6c73721a/index.m3u8",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "高清猫",
|
|
"file": "高清猫.py",
|
|
"success": false,
|
|
"failed_stage": "category",
|
|
"error": "分类视频列表为空",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.366,
|
|
"init": 0.0,
|
|
"home": 0.003,
|
|
"category": 959.422,
|
|
"detail": 0.0,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 1889.247
|
|
},
|
|
"counts": {
|
|
"classes": 12,
|
|
"category_videos": 0,
|
|
"detail_videos": 0,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "2",
|
|
"vod_id": null,
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "魔方APP",
|
|
"file": "魔方APP.py",
|
|
"success": false,
|
|
"failed_stage": "home",
|
|
"error": "分类列表为空",
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.461,
|
|
"init": 0.002,
|
|
"home": 1174.996,
|
|
"category": 0.0,
|
|
"detail": 0.0,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 1175.613
|
|
},
|
|
"counts": {
|
|
"classes": 0,
|
|
"category_videos": 0,
|
|
"detail_videos": 0,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": null,
|
|
"vod_id": null,
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "麦田影院",
|
|
"file": "麦田影院.py",
|
|
"success": false,
|
|
"failed_stage": "unexpected",
|
|
"error": "('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))",
|
|
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 534, in _make_request\n response = conn.getresponse()\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 571, in getresponse\n httplib_response = super().getresponse()\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 1450, in getresponse\n response.begin()\n ~~~~~~~~~~~~~~^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 336, in begin\n version, status, reason = self._read_status()\n ~~~~~~~~~~~~~~~~~^^\nhttp.client.RemoteDisconnected: Remote end closed connection without response\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 490, in increment\n raise reraise(type(error), error, _stacktrace)\n ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/util.py\", line 38, in reraise\n raise value.with_traceback(tb)\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\nurllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 511, in validate_spider_file\n _validate_from_tid(\n ~~~~~~~~~~~~~~~~~~^\n spider=spider,\n ^^^^^^^^^^^^^^\n ...<6 lines>...\n logger=logger,\n ^^^^^^^^^^^^^^\n )\n ^\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 271, in _validate_from_tid\n category_result = _run_timed(result[\"timings_ms\"], \"category\", spider.categoryContent, clock, tid, \"1\", False, {})\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 157, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/麦田影院.py\", line 101, in categoryContent\n items = self._parse_cards(self._request_html(url))\n ~~~~~~~~~~~~~~~~~~^^^^^\n File \"/home/harold/workspace/atv-spiders/py/麦田影院.py\", line 68, in _request_html\n response = self.fetch(target, headers=headers, timeout=10)\nrequests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n",
|
|
"timings_ms": {
|
|
"module_load": 0.428,
|
|
"init": 0.001,
|
|
"home": 0.001,
|
|
"category": 1669.353,
|
|
"detail": 0.0,
|
|
"player": 0.0,
|
|
"url_check": 0.0,
|
|
"total": 1672.435
|
|
},
|
|
"counts": {
|
|
"classes": 6,
|
|
"category_videos": 0,
|
|
"detail_videos": 0,
|
|
"episodes": 0
|
|
},
|
|
"samples": {
|
|
"tid": "1",
|
|
"vod_id": null,
|
|
"flag": null,
|
|
"play_id": null
|
|
},
|
|
"player": {
|
|
"parse": null,
|
|
"url": "",
|
|
"valid": false,
|
|
"reachable": null,
|
|
"status_code": null,
|
|
"final_url": "",
|
|
"reason": null
|
|
}
|
|
},
|
|
{
|
|
"spider": "黑猫APP",
|
|
"file": "黑猫APP.py",
|
|
"success": true,
|
|
"failed_stage": null,
|
|
"error": null,
|
|
"traceback": null,
|
|
"timings_ms": {
|
|
"module_load": 0.46,
|
|
"init": 0.002,
|
|
"home": 3657.935,
|
|
"category": 963.146,
|
|
"detail": 945.697,
|
|
"player": 781.35,
|
|
"url_check": 86.979,
|
|
"total": 12804.626
|
|
},
|
|
"counts": {
|
|
"classes": 5,
|
|
"category_videos": 30,
|
|
"detail_videos": 1,
|
|
"episodes": 1
|
|
},
|
|
"samples": {
|
|
"tid": "2",
|
|
"vod_id": "93150",
|
|
"flag": "🐈⬛高清线路",
|
|
"play_id": "高清线路1@@direct@@66ddeb0b0fe39924c19b86fc5dcce841,18be6bc93553605c01599ea9a5ad06a4,token+,1,1"
|
|
},
|
|
"player": {
|
|
"parse": 0,
|
|
"url": "https://v26-show.douyinvod.com/8960cf7c51aea1cf8360e0b58495c1b3/6a0204b9/video/tos/cn/tos-cn-v-5f73e7/o0lr0UpopnA09eDtBlFEg9DFa7H11VrEEyf6Na/",
|
|
"valid": true,
|
|
"reachable": true,
|
|
"status_code": 200,
|
|
"final_url": "https://v26-show.douyinvod.com/8960cf7c51aea1cf8360e0b58495c1b3/6a0204b9/video/tos/cn/tos-cn-v-5f73e7/o0lr0UpopnA09eDtBlFEg9DFa7H11VrEEyf6Na/",
|
|
"reason": null
|
|
}
|
|
}
|
|
]
|
|
} |