初中课堂.js 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199
  1. /**
  2. * 影视TV 弹幕支持
  3. * https://t.me/fongmi_offical/
  4. * https://github.com/FongMi/Release/tree/main/apk
  5. * 皮皮虾DMBox 弹幕支持
  6. * 设置 > 窗口预览 > 开启
  7. * https://t.me/pipixiawerun
  8. * vod_area:'bilidanmu'
  9. * Cookie设置
  10. * Cookie获取方法 https://ghproxy.net/https://raw.githubusercontent.com/UndCover/PyramidStore/main/list.md
  11. * Cookie设置方法1: DR-PY 后台管理界面
  12. * CMS后台管理 > 设置中心 > 环境变量 > {"bili_cookie":"XXXXXXX","vmid":"XXXXXX"} > 保存
  13. * Cookie设置方法2: 手动替换Cookie
  14. * 底下代码 headers的
  15. * "Cookie":"$bili_cookie"
  16. * 手动替换为
  17. * "Cookie":"将获取的Cookie黏贴在这"
  18. */
  19. var rule = {
  20. title:'哔哩',
  21. host:'https://api.bilibili.com',
  22. homeUrl:'/x/web-interface/search/type?search_type=video&keyword=初中课堂&page=2',
  23. url:'/x/web-interface/search/type?search_type=videofyfilter',
  24. class_name:'七年级语文&七年级数学&七年级英语&七年级历史&七年级地理&七年级物理&七年级化学&七年级生物&八年级语文&八年级数学&八年级英语&八年级历史&八年级地理&八年级物理&八年级化学&八年级生物&九年级语文&九年级数学&九年级英语&九年级历史&九年级地理&九年级物理&九年级化学&九年级生物',
  25. class_url:'七年级语文&七年级数学&七年级英语&七年级历史&七年级地理&七年级物理&七年级化学&七年级生物&八年级语文&八年级数学&八年级英语&八年级历史&八年级地理&八年级物理&八年级化学&八年级生物&九年级语文&九年级数学&九年级英语&九年级历史&九年级地理&九年级物理&九年级化学&九年级生物',
  26. filterable: 1,
  27. filter_url: '&keyword={{fl.tid}}&page=fypage&duration={{fl.duration}}&order={{fl.order}}',
  28. filter_def:{
  29. 七年级语文: {
  30. tid: '七年级语文'
  31. },
  32. 七年级数学: {
  33. tid: '七年级数学'
  34. },
  35. 七年级英语: {
  36. tid: '七年级英语'
  37. },
  38. 七年级历史: {
  39. tid: '七年级历史'
  40. },
  41. 七年级地理: {
  42. tid: '七年级地理'
  43. },
  44. 七年级物理: {
  45. tid: '七年级物理'
  46. },
  47. 七年级化学: {
  48. tid: '七年级化学'
  49. },
  50. 七年级生物: {
  51. tid: '七年级生物'
  52. },
  53. 八年级语文: {
  54. tid: '八年级语文'
  55. },
  56. 八年级数学: {
  57. tid: '八年级数学'
  58. },
  59. 八年级英语: {
  60. tid: '八年级英语'
  61. },
  62. 八年级历史: {
  63. tid: '八年级历史'
  64. },
  65. 八年级地理: {
  66. tid: '八年级地理'
  67. },
  68. 八年级物理: {
  69. tid: '八年级物理'
  70. },
  71. 八年级化学: {
  72. tid: '八年级化学'
  73. },
  74. 八年级生物: {
  75. tid: '八年级生物'
  76. },
  77. 九年级语文: {
  78. tid: '九年级语文'
  79. },
  80. 九年级数学: {
  81. tid: '九年级数学'
  82. },
  83. 九年级英语: {
  84. tid: '九年级英语'
  85. },
  86. 九年级历史: {
  87. tid: '九年级历史'
  88. },
  89. 九年级地理: {
  90. tid: '九年级地理'
  91. },
  92. 九年级物理: {
  93. tid: '九年级物理'
  94. },
  95. 九年级化学: {
  96. tid: '九年级化学'
  97. },
  98. 九年级生物: {
  99. tid: '九年级生物'
  100. }
  101. },
  102. filter: {
  103. "七年级语文": [{
  104. "key": "order",
  105. "name": "分类",
  106. "value": [{
  107. "n": "全部",
  108. "v": "0"
  109. }, {
  110. "n": "沪教版",
  111. "v": "Shanghai teaching edition"
  112. }, {
  113. "n": "人教版",
  114. "v": "People's Education Press"
  115. }, {
  116. "n": "北师大版",
  117. "v": "the edition of Beijing Normal University"
  118. }, {
  119. "n": "苏教版",
  120. "v": "the edition of Jiangsu Education Press"
  121. }]
  122. }, {
  123. "key": "duration",
  124. "name": "时长",
  125. "value": [{
  126. "n": "全部",
  127. "v": "0"
  128. }, {
  129. "n": "60分钟以上",
  130. "v": "4"
  131. }, {
  132. "n": "30~60分钟",
  133. "v": "3"
  134. }, {
  135. "n": "10~30分钟",
  136. "v": "2"
  137. }, {
  138. "n": "10分钟以下",
  139. "v": "1"
  140. }]
  141. }],
  142. "七年级数学": [{
  143. "key": "order",
  144. "name": "分类",
  145. "value": [{
  146. "n": "全部",
  147. "v": "0"
  148. }, {
  149. "n": "沪教版",
  150. "v": "Shanghai teaching edition"
  151. }, {
  152. "n": "人教版",
  153. "v": "People's Education Press"
  154. }, {
  155. "n": "北师大版",
  156. "v": "the edition of Beijing Normal University"
  157. }, {
  158. "n": "苏教版",
  159. "v": "the edition of Jiangsu Education Press"
  160. }]
  161. }, {
  162. "key": "duration",
  163. "name": "时长",
  164. "value": [{
  165. "n": "全部",
  166. "v": "0"
  167. }, {
  168. "n": "60分钟以上",
  169. "v": "4"
  170. }, {
  171. "n": "30~60分钟",
  172. "v": "3"
  173. }, {
  174. "n": "10~30分钟",
  175. "v": "2"
  176. }, {
  177. "n": "10分钟以下",
  178. "v": "1"
  179. }]
  180. }],
  181. "七年级英语": [{
  182. "key": "order",
  183. "name": "分类",
  184. "value": [{
  185. "n": "全部",
  186. "v": "0"
  187. }, {
  188. "n": "沪教版",
  189. "v": "Shanghai teaching edition"
  190. }, {
  191. "n": "人教版",
  192. "v": "People's Education Press"
  193. }, {
  194. "n": "北师大版",
  195. "v": "the edition of Beijing Normal University"
  196. }, {
  197. "n": "苏教版",
  198. "v": "the edition of Jiangsu Education Press"
  199. }]
  200. }, {
  201. "key": "duration",
  202. "name": "时长",
  203. "value": [{
  204. "n": "全部",
  205. "v": "0"
  206. }, {
  207. "n": "60分钟以上",
  208. "v": "4"
  209. }, {
  210. "n": "30~60分钟",
  211. "v": "3"
  212. }, {
  213. "n": "10~30分钟",
  214. "v": "2"
  215. }, {
  216. "n": "10分钟以下",
  217. "v": "1"
  218. }]
  219. }],
  220. "七年级历史": [{
  221. "key": "order",
  222. "name": "分类",
  223. "value": [{
  224. "n": "全部",
  225. "v": "0"
  226. }, {
  227. "n": "沪教版",
  228. "v": "Shanghai teaching edition"
  229. }, {
  230. "n": "人教版",
  231. "v": "People's Education Press"
  232. }, {
  233. "n": "北师大版",
  234. "v": "the edition of Beijing Normal University"
  235. }, {
  236. "n": "苏教版",
  237. "v": "the edition of Jiangsu Education Press"
  238. }]
  239. }, {
  240. "key": "duration",
  241. "name": "时长",
  242. "value": [{
  243. "n": "全部",
  244. "v": "0"
  245. }, {
  246. "n": "60分钟以上",
  247. "v": "4"
  248. }, {
  249. "n": "30~60分钟",
  250. "v": "3"
  251. }, {
  252. "n": "10~30分钟",
  253. "v": "2"
  254. }, {
  255. "n": "10分钟以下",
  256. "v": "1"
  257. }]
  258. }],
  259. "七年级地理": [{
  260. "key": "order",
  261. "name": "分类",
  262. "value": [{
  263. "n": "全部",
  264. "v": "0"
  265. }, {
  266. "n": "沪教版",
  267. "v": "Shanghai teaching edition"
  268. }, {
  269. "n": "人教版",
  270. "v": "People's Education Press"
  271. }, {
  272. "n": "北师大版",
  273. "v": "the edition of Beijing Normal University"
  274. }, {
  275. "n": "苏教版",
  276. "v": "the edition of Jiangsu Education Press"
  277. }]
  278. }, {
  279. "key": "duration",
  280. "name": "时长",
  281. "value": [{
  282. "n": "全部",
  283. "v": "0"
  284. }, {
  285. "n": "60分钟以上",
  286. "v": "4"
  287. }, {
  288. "n": "30~60分钟",
  289. "v": "3"
  290. }, {
  291. "n": "10~30分钟",
  292. "v": "2"
  293. }, {
  294. "n": "10分钟以下",
  295. "v": "1"
  296. }]
  297. }],
  298. "七年级物理": [{
  299. "key": "order",
  300. "name": "分类",
  301. "value": [{
  302. "n": "全部",
  303. "v": "0"
  304. }, {
  305. "n": "沪教版",
  306. "v": "Shanghai teaching edition"
  307. }, {
  308. "n": "人教版",
  309. "v": "People's Education Press"
  310. }, {
  311. "n": "北师大版",
  312. "v": "the edition of Beijing Normal University"
  313. }, {
  314. "n": "苏教版",
  315. "v": "the edition of Jiangsu Education Press"
  316. }]
  317. }, {
  318. "key": "duration",
  319. "name": "时长",
  320. "value": [{
  321. "n": "全部",
  322. "v": "0"
  323. }, {
  324. "n": "60分钟以上",
  325. "v": "4"
  326. }, {
  327. "n": "30~60分钟",
  328. "v": "3"
  329. }, {
  330. "n": "10~30分钟",
  331. "v": "2"
  332. }, {
  333. "n": "10分钟以下",
  334. "v": "1"
  335. }]
  336. }],
  337. "七年级化学": [{
  338. "key": "order",
  339. "name": "分类",
  340. "value": [{
  341. "n": "全部",
  342. "v": "0"
  343. }, {
  344. "n": "沪教版",
  345. "v": "Shanghai teaching edition"
  346. }, {
  347. "n": "人教版",
  348. "v": "People's Education Press"
  349. }, {
  350. "n": "北师大版",
  351. "v": "the edition of Beijing Normal University"
  352. }, {
  353. "n": "苏教版",
  354. "v": "the edition of Jiangsu Education Press"
  355. }]
  356. }, {
  357. "key": "duration",
  358. "name": "时长",
  359. "value": [{
  360. "n": "全部",
  361. "v": "0"
  362. }, {
  363. "n": "60分钟以上",
  364. "v": "4"
  365. }, {
  366. "n": "30~60分钟",
  367. "v": "3"
  368. }, {
  369. "n": "10~30分钟",
  370. "v": "2"
  371. }, {
  372. "n": "10分钟以下",
  373. "v": "1"
  374. }]
  375. }],
  376. "七年级生物": [{
  377. "key": "order",
  378. "name": "分类",
  379. "value": [{
  380. "n": "全部",
  381. "v": "0"
  382. }, {
  383. "n": "沪教版",
  384. "v": "Shanghai teaching edition"
  385. }, {
  386. "n": "人教版",
  387. "v": "People's Education Press"
  388. }, {
  389. "n": "北师大版",
  390. "v": "the edition of Beijing Normal University"
  391. }, {
  392. "n": "苏教版",
  393. "v": "the edition of Jiangsu Education Press"
  394. }]
  395. }, {
  396. "key": "duration",
  397. "name": "时长",
  398. "value": [{
  399. "n": "全部",
  400. "v": "0"
  401. }, {
  402. "n": "60分钟以上",
  403. "v": "4"
  404. }, {
  405. "n": "30~60分钟",
  406. "v": "3"
  407. }, {
  408. "n": "10~30分钟",
  409. "v": "2"
  410. }, {
  411. "n": "10分钟以下",
  412. "v": "1"
  413. }]
  414. }],
  415. "八年级语文": [{
  416. "key": "order",
  417. "name": "分类",
  418. "value": [{
  419. "n": "全部",
  420. "v": "0"
  421. }, {
  422. "n": "沪教版",
  423. "v": "Shanghai teaching edition"
  424. }, {
  425. "n": "人教版",
  426. "v": "People's Education Press"
  427. }, {
  428. "n": "北师大版",
  429. "v": "the edition of Beijing Normal University"
  430. }, {
  431. "n": "苏教版",
  432. "v": "the edition of Jiangsu Education Press"
  433. }]
  434. }, {
  435. "key": "duration",
  436. "name": "时长",
  437. "value": [{
  438. "n": "全部",
  439. "v": "0"
  440. }, {
  441. "n": "60分钟以上",
  442. "v": "4"
  443. }, {
  444. "n": "30~60分钟",
  445. "v": "3"
  446. }, {
  447. "n": "10~30分钟",
  448. "v": "2"
  449. }, {
  450. "n": "10分钟以下",
  451. "v": "1"
  452. }]
  453. }],
  454. "八年级数学": [{
  455. "key": "order",
  456. "name": "分类",
  457. "value": [{
  458. "n": "全部",
  459. "v": "0"
  460. }, {
  461. "n": "沪教版",
  462. "v": "Shanghai teaching edition"
  463. }, {
  464. "n": "人教版",
  465. "v": "People's Education Press"
  466. }, {
  467. "n": "北师大版",
  468. "v": "the edition of Beijing Normal University"
  469. }, {
  470. "n": "苏教版",
  471. "v": "the edition of Jiangsu Education Press"
  472. }]
  473. }, {
  474. "key": "duration",
  475. "name": "时长",
  476. "value": [{
  477. "n": "全部",
  478. "v": "0"
  479. }, {
  480. "n": "60分钟以上",
  481. "v": "4"
  482. }, {
  483. "n": "30~60分钟",
  484. "v": "3"
  485. }, {
  486. "n": "10~30分钟",
  487. "v": "2"
  488. }, {
  489. "n": "10分钟以下",
  490. "v": "1"
  491. }]
  492. }],
  493. "八年级英语": [{
  494. "key": "order",
  495. "name": "分类",
  496. "value": [{
  497. "n": "全部",
  498. "v": "0"
  499. }, {
  500. "n": "沪教版",
  501. "v": "Shanghai teaching edition"
  502. }, {
  503. "n": "人教版",
  504. "v": "People's Education Press"
  505. }, {
  506. "n": "北师大版",
  507. "v": "the edition of Beijing Normal University"
  508. }, {
  509. "n": "苏教版",
  510. "v": "the edition of Jiangsu Education Press"
  511. }]
  512. }, {
  513. "key": "duration",
  514. "name": "时长",
  515. "value": [{
  516. "n": "全部",
  517. "v": "0"
  518. }, {
  519. "n": "60分钟以上",
  520. "v": "4"
  521. }, {
  522. "n": "30~60分钟",
  523. "v": "3"
  524. }, {
  525. "n": "10~30分钟",
  526. "v": "2"
  527. }, {
  528. "n": "10分钟以下",
  529. "v": "1"
  530. }]
  531. }],
  532. "八年级历史": [{
  533. "key": "order",
  534. "name": "分类",
  535. "value": [{
  536. "n": "全部",
  537. "v": "0"
  538. }, {
  539. "n": "沪教版",
  540. "v": "Shanghai teaching edition"
  541. }, {
  542. "n": "人教版",
  543. "v": "People's Education Press"
  544. }, {
  545. "n": "北师大版",
  546. "v": "the edition of Beijing Normal University"
  547. }, {
  548. "n": "苏教版",
  549. "v": "the edition of Jiangsu Education Press"
  550. }]
  551. }, {
  552. "key": "duration",
  553. "name": "时长",
  554. "value": [{
  555. "n": "全部",
  556. "v": "0"
  557. }, {
  558. "n": "60分钟以上",
  559. "v": "4"
  560. }, {
  561. "n": "30~60分钟",
  562. "v": "3"
  563. }, {
  564. "n": "10~30分钟",
  565. "v": "2"
  566. }, {
  567. "n": "10分钟以下",
  568. "v": "1"
  569. }]
  570. }],
  571. "八年级地理": [{
  572. "key": "order",
  573. "name": "分类",
  574. "value": [{
  575. "n": "全部",
  576. "v": "0"
  577. }, {
  578. "n": "沪教版",
  579. "v": "Shanghai teaching edition"
  580. }, {
  581. "n": "人教版",
  582. "v": "People's Education Press"
  583. }, {
  584. "n": "北师大版",
  585. "v": "the edition of Beijing Normal University"
  586. }, {
  587. "n": "苏教版",
  588. "v": "the edition of Jiangsu Education Press"
  589. }]
  590. }, {
  591. "key": "duration",
  592. "name": "时长",
  593. "value": [{
  594. "n": "全部",
  595. "v": "0"
  596. }, {
  597. "n": "60分钟以上",
  598. "v": "4"
  599. }, {
  600. "n": "30~60分钟",
  601. "v": "3"
  602. }, {
  603. "n": "10~30分钟",
  604. "v": "2"
  605. }, {
  606. "n": "10分钟以下",
  607. "v": "1"
  608. }]
  609. }],
  610. "八年级物理": [{
  611. "key": "order",
  612. "name": "分类",
  613. "value": [{
  614. "n": "全部",
  615. "v": "0"
  616. }, {
  617. "n": "沪教版",
  618. "v": "Shanghai teaching edition"
  619. }, {
  620. "n": "人教版",
  621. "v": "People's Education Press"
  622. }, {
  623. "n": "北师大版",
  624. "v": "the edition of Beijing Normal University"
  625. }, {
  626. "n": "苏教版",
  627. "v": "the edition of Jiangsu Education Press"
  628. }]
  629. }, {
  630. "key": "duration",
  631. "name": "时长",
  632. "value": [{
  633. "n": "全部",
  634. "v": "0"
  635. }, {
  636. "n": "60分钟以上",
  637. "v": "4"
  638. }, {
  639. "n": "30~60分钟",
  640. "v": "3"
  641. }, {
  642. "n": "10~30分钟",
  643. "v": "2"
  644. }, {
  645. "n": "10分钟以下",
  646. "v": "1"
  647. }]
  648. }],
  649. "八年级化学": [{
  650. "key": "order",
  651. "name": "分类",
  652. "value": [{
  653. "n": "全部",
  654. "v": "0"
  655. }, {
  656. "n": "沪教版",
  657. "v": "Shanghai teaching edition"
  658. }, {
  659. "n": "人教版",
  660. "v": "People's Education Press"
  661. }, {
  662. "n": "北师大版",
  663. "v": "the edition of Beijing Normal University"
  664. }, {
  665. "n": "苏教版",
  666. "v": "the edition of Jiangsu Education Press"
  667. }]
  668. }, {
  669. "key": "duration",
  670. "name": "时长",
  671. "value": [{
  672. "n": "全部",
  673. "v": "0"
  674. }, {
  675. "n": "60分钟以上",
  676. "v": "4"
  677. }, {
  678. "n": "30~60分钟",
  679. "v": "3"
  680. }, {
  681. "n": "10~30分钟",
  682. "v": "2"
  683. }, {
  684. "n": "10分钟以下",
  685. "v": "1"
  686. }]
  687. }],
  688. "八年级生物": [{
  689. "key": "order",
  690. "name": "分类",
  691. "value": [{
  692. "n": "全部",
  693. "v": "0"
  694. }, {
  695. "n": "沪教版",
  696. "v": "Shanghai teaching edition"
  697. }, {
  698. "n": "人教版",
  699. "v": "People's Education Press"
  700. }, {
  701. "n": "北师大版",
  702. "v": "the edition of Beijing Normal University"
  703. }, {
  704. "n": "苏教版",
  705. "v": "the edition of Jiangsu Education Press"
  706. }]
  707. }, {
  708. "key": "duration",
  709. "name": "时长",
  710. "value": [{
  711. "n": "全部",
  712. "v": "0"
  713. }, {
  714. "n": "60分钟以上",
  715. "v": "4"
  716. }, {
  717. "n": "30~60分钟",
  718. "v": "3"
  719. }, {
  720. "n": "10~30分钟",
  721. "v": "2"
  722. }, {
  723. "n": "10分钟以下",
  724. "v": "1"
  725. }]
  726. }],
  727. "九年级语文": [{
  728. "key": "order",
  729. "name": "分类",
  730. "value": [{
  731. "n": "全部",
  732. "v": "0"
  733. }, {
  734. "n": "沪教版",
  735. "v": "Shanghai teaching edition"
  736. }, {
  737. "n": "人教版",
  738. "v": "People's Education Press"
  739. }, {
  740. "n": "北师大版",
  741. "v": "the edition of Beijing Normal University"
  742. }, {
  743. "n": "苏教版",
  744. "v": "the edition of Jiangsu Education Press"
  745. }]
  746. }, {
  747. "key": "duration",
  748. "name": "时长",
  749. "value": [{
  750. "n": "全部",
  751. "v": "0"
  752. }, {
  753. "n": "60分钟以上",
  754. "v": "4"
  755. }, {
  756. "n": "30~60分钟",
  757. "v": "3"
  758. }, {
  759. "n": "10~30分钟",
  760. "v": "2"
  761. }, {
  762. "n": "10分钟以下",
  763. "v": "1"
  764. }]
  765. }],
  766. "九年级数学": [{
  767. "key": "order",
  768. "name": "分类",
  769. "value": [{
  770. "n": "全部",
  771. "v": "0"
  772. }, {
  773. "n": "沪教版",
  774. "v": "Shanghai teaching edition"
  775. }, {
  776. "n": "人教版",
  777. "v": "People's Education Press"
  778. }, {
  779. "n": "北师大版",
  780. "v": "the edition of Beijing Normal University"
  781. }, {
  782. "n": "苏教版",
  783. "v": "the edition of Jiangsu Education Press"
  784. }]
  785. }, {
  786. "key": "duration",
  787. "name": "时长",
  788. "value": [{
  789. "n": "全部",
  790. "v": "0"
  791. }, {
  792. "n": "60分钟以上",
  793. "v": "4"
  794. }, {
  795. "n": "30~60分钟",
  796. "v": "3"
  797. }, {
  798. "n": "10~30分钟",
  799. "v": "2"
  800. }, {
  801. "n": "10分钟以下",
  802. "v": "1"
  803. }]
  804. }],
  805. "九年级英语": [{
  806. "key": "order",
  807. "name": "分类",
  808. "value": [{
  809. "n": "全部",
  810. "v": "0"
  811. }, {
  812. "n": "沪教版",
  813. "v": "Shanghai teaching edition"
  814. }, {
  815. "n": "人教版",
  816. "v": "People's Education Press"
  817. }, {
  818. "n": "北师大版",
  819. "v": "the edition of Beijing Normal University"
  820. }, {
  821. "n": "苏教版",
  822. "v": "the edition of Jiangsu Education Press"
  823. }]
  824. }, {
  825. "key": "duration",
  826. "name": "时长",
  827. "value": [{
  828. "n": "全部",
  829. "v": "0"
  830. }, {
  831. "n": "60分钟以上",
  832. "v": "4"
  833. }, {
  834. "n": "30~60分钟",
  835. "v": "3"
  836. }, {
  837. "n": "10~30分钟",
  838. "v": "2"
  839. }, {
  840. "n": "10分钟以下",
  841. "v": "1"
  842. }]
  843. }],
  844. "九年级历史": [{
  845. "key": "order",
  846. "name": "分类",
  847. "value": [{
  848. "n": "全部",
  849. "v": "0"
  850. }, {
  851. "n": "沪教版",
  852. "v": "Shanghai teaching edition"
  853. }, {
  854. "n": "人教版",
  855. "v": "People's Education Press"
  856. }, {
  857. "n": "北师大版",
  858. "v": "the edition of Beijing Normal University"
  859. }, {
  860. "n": "苏教版",
  861. "v": "the edition of Jiangsu Education Press"
  862. }]
  863. }, {
  864. "key": "duration",
  865. "name": "时长",
  866. "value": [{
  867. "n": "全部",
  868. "v": "0"
  869. }, {
  870. "n": "60分钟以上",
  871. "v": "4"
  872. }, {
  873. "n": "30~60分钟",
  874. "v": "3"
  875. }, {
  876. "n": "10~30分钟",
  877. "v": "2"
  878. }, {
  879. "n": "10分钟以下",
  880. "v": "1"
  881. }]
  882. }],
  883. "九年级地理": [{
  884. "key": "order",
  885. "name": "分类",
  886. "value": [{
  887. "n": "全部",
  888. "v": "0"
  889. }, {
  890. "n": "沪教版",
  891. "v": "Shanghai teaching edition"
  892. }, {
  893. "n": "人教版",
  894. "v": "People's Education Press"
  895. }, {
  896. "n": "北师大版",
  897. "v": "the edition of Beijing Normal University"
  898. }, {
  899. "n": "苏教版",
  900. "v": "the edition of Jiangsu Education Press"
  901. }]
  902. }, {
  903. "key": "duration",
  904. "name": "时长",
  905. "value": [{
  906. "n": "全部",
  907. "v": "0"
  908. }, {
  909. "n": "60分钟以上",
  910. "v": "4"
  911. }, {
  912. "n": "30~60分钟",
  913. "v": "3"
  914. }, {
  915. "n": "10~30分钟",
  916. "v": "2"
  917. }, {
  918. "n": "10分钟以下",
  919. "v": "1"
  920. }]
  921. }],
  922. "九年级物理": [{
  923. "key": "order",
  924. "name": "分类",
  925. "value": [{
  926. "n": "全部",
  927. "v": "0"
  928. }, {
  929. "n": "沪教版",
  930. "v": "Shanghai teaching edition"
  931. }, {
  932. "n": "人教版",
  933. "v": "People's Education Press"
  934. }, {
  935. "n": "北师大版",
  936. "v": "the edition of Beijing Normal University"
  937. }, {
  938. "n": "苏教版",
  939. "v": "the edition of Jiangsu Education Press"
  940. }]
  941. }, {
  942. "key": "duration",
  943. "name": "时长",
  944. "value": [{
  945. "n": "全部",
  946. "v": "0"
  947. }, {
  948. "n": "60分钟以上",
  949. "v": "4"
  950. }, {
  951. "n": "30~60分钟",
  952. "v": "3"
  953. }, {
  954. "n": "10~30分钟",
  955. "v": "2"
  956. }, {
  957. "n": "10分钟以下",
  958. "v": "1"
  959. }]
  960. }],
  961. "九年级化学": [{
  962. "key": "order",
  963. "name": "分类",
  964. "value": [{
  965. "n": "全部",
  966. "v": "0"
  967. }, {
  968. "n": "沪教版",
  969. "v": "Shanghai teaching edition"
  970. }, {
  971. "n": "人教版",
  972. "v": "People's Education Press"
  973. }, {
  974. "n": "北师大版",
  975. "v": "the edition of Beijing Normal University"
  976. }, {
  977. "n": "苏教版",
  978. "v": "the edition of Jiangsu Education Press"
  979. }]
  980. }, {
  981. "key": "duration",
  982. "name": "时长",
  983. "value": [{
  984. "n": "全部",
  985. "v": "0"
  986. }, {
  987. "n": "60分钟以上",
  988. "v": "4"
  989. }, {
  990. "n": "30~60分钟",
  991. "v": "3"
  992. }, {
  993. "n": "10~30分钟",
  994. "v": "2"
  995. }, {
  996. "n": "10分钟以下",
  997. "v": "1"
  998. }]
  999. }],
  1000. "九年级生物": [{
  1001. "key": "order",
  1002. "name": "分类",
  1003. "value": [{
  1004. "n": "全部",
  1005. "v": "0"
  1006. }, {
  1007. "n": "沪教版",
  1008. "v": "Shanghai teaching edition"
  1009. }, {
  1010. "n": "人教版",
  1011. "v": "People's Education Press"
  1012. }, {
  1013. "n": "北师大版",
  1014. "v": "the edition of Beijing Normal University"
  1015. }, {
  1016. "n": "苏教版",
  1017. "v": "the edition of Jiangsu Education Press"
  1018. }]
  1019. }, {
  1020. "key": "duration",
  1021. "name": "时长",
  1022. "value": [{
  1023. "n": "全部",
  1024. "v": "0"
  1025. }, {
  1026. "n": "60分钟以上",
  1027. "v": "4"
  1028. }, {
  1029. "n": "30~60分钟",
  1030. "v": "3"
  1031. }, {
  1032. "n": "10~30分钟",
  1033. "v": "2"
  1034. }, {
  1035. "n": "10分钟以下",
  1036. "v": "1"
  1037. }]
  1038. }]
  1039. },
  1040. detailUrl: '/x/web-interface/view?aid=fyid', //二级详情拼接链接(json格式用)
  1041. searchUrl: '/x/web-interface/search/type?search_type=video&keyword=**&page=fypage',
  1042. searchable: 2,
  1043. quickSearch: 0,
  1044. headers: {
  1045. "User-Agent": "PC_UA",
  1046. "Referer": "https://www.bilibili.com",
  1047. "Cookie": "https://d.kstore.space/download/6296/cookie.txt"
  1048. },
  1049. timeout: 5000,
  1050. limit: 8,
  1051. play_parse: true,
  1052. lazy: `js:
  1053. let ids = input.split('_');
  1054. let dan = 'https://api.bilibili.com/x/v1/dm/list.so?oid=' + ids[1];
  1055. let result = {};
  1056. let iurl = 'https://api.bilibili.com:443/x/player/playurl?avid=' + ids[0] + '&cid=' + ids[1] + '&qn=116';
  1057. let html = request(iurl);
  1058. let jRoot = JSON.parse(html);
  1059. let jo = jRoot.data;
  1060. let ja = jo.durl;
  1061. let maxSize = -1;
  1062. let position = -1;
  1063. ja.forEach(function(tmpJo, i) {
  1064. if (maxSize < Number(tmpJo.size)) {
  1065. maxSize = Number(tmpJo.size);
  1066. position = i
  1067. }
  1068. });
  1069. let purl = '';
  1070. if (ja.length > 0) {
  1071. if (position === -1) {
  1072. position = 0
  1073. }
  1074. purl = ja[position].url
  1075. }
  1076. result.parse = 0;
  1077. result.playUrl = '';
  1078. result.url = unescape(purl);
  1079. result.header = {
  1080. 'Referer': 'https://live.bilibili.com',
  1081. 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'
  1082. };
  1083. result.contentType = 'video/x-flv';
  1084. result.danmaku = dan;
  1085. input = result
  1086. `,
  1087. double: false,
  1088. 推荐: '*',
  1089. // 一级:'js:let html=request(input);let msg=JSON.parse(html).message;function title_rep(title){if(/keyword/.test(title)){title=title.replace(\'<em class="keyword">\',"").replace("</em>","").replace("&quot;","\'");log("名称替换👉"+title)};return title}if(msg!=="0"){VODS=[{vod_name:KEY+"➢"+msg,vod_id:"no_data",vod_remarks:"别点,缺少bili_cookie",vod_pic:"https://ghproxy.net/https://raw.githubusercontent.com/hjdhnx/dr_py/main/404.jpg"}]}else{let videos=[];let vodList=JSON.parse(html).data.result;vodList.forEach(function(vod){let aid=vod["aid"];let title=vod["title"].trim();title=title_rep(title);title=title_rep(title);title=title_rep(title);title=title_rep(title);let img="https:"+vod["pic"];let remark=vod["duration"];videos.push({vod_id:aid,vod_name:title,vod_pic:img,vod_remarks:remark})});VODS=videos}',
  1090. 一级: `js:
  1091. let html = request(input);
  1092. function stripHtmlTag(src) {
  1093. return src.replace(/<\\/?[^>]+(>|$)/g, '').replace(/&.{1,5};/g, '').replace(/\\s{2,}/g, ' ');
  1094. }
  1095. function turnDHM(duration) {
  1096. let min = duration.split(':')[0];
  1097. let sec = duration.split(':')[1];
  1098. if (min == 0) {
  1099. return sec + '秒'
  1100. } else if (0 < min && min < 60) {
  1101. return min + '分'
  1102. } else if (60 <= min && min < 1440) {
  1103. if (min % 60 == 0) {
  1104. let h = min / 60;
  1105. return h + '小时'
  1106. } else {
  1107. let h = min / 60;
  1108. h = (h + '').split('.')[0];
  1109. let m = min % 60;
  1110. return h + '小时' + m + '分';
  1111. }
  1112. } else if (min >= 1440) {
  1113. let d = min / 60 / 24;
  1114. d = (d + '').split('.')[0];
  1115. let h = min / 60 % 24;
  1116. h = (h + '').split('.')[0];
  1117. let m = min % 60;
  1118. let dhm = '';
  1119. if (d > 0) {
  1120. dhm = d + '天'
  1121. }
  1122. if (h >= 1) {
  1123. dhm = dhm + h + '小时'
  1124. }
  1125. if (m > 0) {
  1126. dhm = dhm + m + '分'
  1127. }
  1128. return dhm
  1129. }
  1130. return null
  1131. }
  1132. let videos = [];
  1133. let vodList = JSON.parse(html).data.result;
  1134. vodList.forEach(function(vod) {
  1135. let aid = vod.aid;
  1136. let title = stripHtmlTag(vod.title);
  1137. let img = 'https:' + vod.pic;
  1138. let remark = turnDHM(vod.duration);
  1139. videos.push({
  1140. vod_id: aid,
  1141. vod_name: title,
  1142. vod_pic: img,
  1143. vod_remarks: remark
  1144. })
  1145. });
  1146. VODS = videos
  1147. `,
  1148. 二级: `js:
  1149. function stripHtmlTag(src) {
  1150. return src.replace(/<\\/?[^>]+(>|$)/g, '').replace(/&.{1,5};/g, '').replace(/\\s{2,}/g, ' ');
  1151. }
  1152. let html = request(input);
  1153. let jo = JSON.parse(html).data;
  1154. let aid = jo.aid;
  1155. let title = stripHtmlTag(jo.title);
  1156. let pic = jo.pic;
  1157. let desc = jo.desc;
  1158. let year = jo.pubdate;
  1159. let dire = jo.owner.name;
  1160. let typeName = jo.tname;
  1161. let remark = jo.duration;
  1162. let vod = {
  1163. vod_id: aid,
  1164. vod_name: title,
  1165. vod_pic: pic,
  1166. type_name: typeName,
  1167. vod_year: year,
  1168. vod_area: 'bilidanmu',
  1169. vod_remarks: remark,
  1170. vod_tags: 'mv',
  1171. vod_director: dire,
  1172. vod_content: desc
  1173. };
  1174. let ja = jo.pages;
  1175. let playurls = [];
  1176. ja.forEach(function(tmpJo) {
  1177. let cid = tmpJo.cid;
  1178. let part = tmpJo.part.replace('#', '﹟').replace('$', '﹩');
  1179. playurls.push(
  1180. part + '$' + aid + '_' + cid
  1181. )
  1182. });
  1183. let playUrl = playurls.join('#');
  1184. vod.vod_play_from = '肥猫在线';
  1185. vod.vod_play_url = playUrl;
  1186. VOD = vod;
  1187. `,
  1188. 搜索: '*',
  1189. // 预处理:'if(rule_fetch_params.headers.Cookie.startsWith("http")){rule_fetch_params.headers.Cookie=fetch(rule_fetch_params.headers.Cookie);setItem(RULE_CK,cookie)};log(rule_fetch_params.headers.Cookie)',
  1190. }