• 破解视频会员(你我都懂)


    1. import subprocess
    2. import tkinter as tk
    3. head_urls = ['https://jx.jsonplayer.com/player/?url=',
    4. 'https://www.ckplayer.vip/jiexi/?url=',
    5. 'https://jx.yangtu.top/?url=',
    6. 'https://jx.playerjy.com/?url=',
    7. 'https://jx.yparse.com/index.php?url=',
    8. 'https://www.8090g.cn/?url=',
    9. 'https://www.pouyun.com/?url=',
    10. 'https://jx.xmflv.com/?url=',
    11. 'https://43.240.74.102:4433?url=',
    12. 'https://api.okjx.cc:3389/jx.php?url=',
    13. 'https://okjx.cc/?url=',
    14. 'https://im1907.top/?jx=',
    15. 'https://jx.aidouer.net/?url=',
    16. 'https://jx.iztyy.com/Bei/?url=',
    17. 'https://www.yemu.xyz/?url=',
    18. 'https://www.mtosz.com/m3u8.php?url=',
    19. 'https://jx.m3u8.tv/jiexi/?url=',
    20. 'https://parse.123mingren.com/?url=',
    21. 'https://jx.4kdv.com/?url=',
    22. 'https://ckmov.ccyjjd.com/ckmov/?url=',
    23. 'https://api.qianqi.net/vip/?url=',
    24. 'https://vip.laobandq.com/jiexi.php?url=',
    25. 'https://www.playm3u8.cn/jiexi.php?url=',
    26. 'https://www.administratorw.com/video.php?url=',
    27. 'https://go.yh0523.cn/y.cy?url=',
    28. 'https://jx.blbo.cc:4433/?url=']
    29. def handle_button_click(url, txt):
    30. full_url = url + txt.get()
    31. # print(full_url)
    32. subprocess.run(['start', full_url], shell=True, encoding='utf-8')
    33. def button_click(line, txt):
    34. handle_button_click(head_urls[line - 1], txt)
    35. def ent_cls(ent):
    36. ent.delete(0, "end")
    37. def toggle_topmost(root):
    38. current_state = root.attributes("-topmost")
    39. root.attributes("-topmost", not current_state)
    40. previous_txt = root.grid_slaves(row=10, column=3)
    41. for widget in previous_txt:
    42. widget.grid_forget()
    43. if root.attributes("-topmost") == 0:
    44. button = tk.Button(root, text="未顶置", command=lambda: toggle_topmost(root), fg='#19c37d')
    45. button.place(x=320, y=270)
    46. else:
    47. button = tk.Button(root, text="已顶置", command=lambda: toggle_topmost(root), fg='#ff1030')
    48. button.place(x=320, y=270)
    49. def main():
    50. root = tk.Tk()
    51. root.title("视频解析(仅供学习)")
    52. root.geometry("380x310")
    53. root.resizable(False, False)
    54. txt = tk.Label(root, text='请输入视频网址:', font=40, fg='#24abf2')
    55. txt.place(x=20, y=20)
    56. key_word = tk.StringVar()
    57. ent = tk.Entry(root, textvariable=key_word)
    58. ent.place(x=170, y=20)
    59. button_cls = tk.Button(root, text="重置", command=lambda: ent_cls(ent))
    60. button_cls.place(x=325, y=20)
    61. button1 = tk.Button(root, text="线路1", command=lambda: button_click(1, key_word))
    62. button1.place(x=20, y=70)
    63. button2 = tk.Button(root, text="线路2", command=lambda: button_click(2, key_word))
    64. button2.place(x=80, y=70)
    65. button3 = tk.Button(root, text="线路3", command=lambda: button_click(3, key_word))
    66. button3.place(x=140, y=70)
    67. button4 = tk.Button(root, text="线路4", command=lambda: button_click(4, ent))
    68. button4.place(x=200, y=70)
    69. button5 = tk.Button(root, text="线路5", command=lambda: button_click(5, ent))
    70. button5.place(x=260, y=70)
    71. button6 = tk.Button(root, text="线路6", command=lambda: button_click(6, ent))
    72. button6.place(x=320, y=70)
    73. button7 = tk.Button(root, text="线路7", command=lambda: button_click(7, ent))
    74. button7.place(x=20, y=120)
    75. button8 = tk.Button(root, text="线路8", command=lambda: button_click(8, ent))
    76. button8.place(x=80, y=120)
    77. button9 = tk.Button(root, text="线路9", command=lambda: button_click(9, ent))
    78. button9.place(x=140, y=120)
    79. button10 = tk.Button(root, text="线路10", command=lambda: button_click(10, ent))
    80. button10.place(x=200, y=120)
    81. button11 = tk.Button(root, text="线路11", command=lambda: button_click(11, ent))
    82. button11.place(x=260, y=120)
    83. button12 = tk.Button(root, text="线路12", command=lambda: button_click(12, ent))
    84. button12.place(x=320, y=120)
    85. button13 = tk.Button(root, text="线路13", command=lambda: button_click(13, ent))
    86. button13.place(x=20, y=170)
    87. button14 = tk.Button(root, text="线路14", command=lambda: button_click(14, ent))
    88. button14.place(x=80, y=170)
    89. button15 = tk.Button(root, text="线路15", command=lambda: button_click(15, ent))
    90. button15.place(x=140, y=170)
    91. button16 = tk.Button(root, text="线路16", command=lambda: button_click(16, ent))
    92. button16.place(x=200, y=170)
    93. button17 = tk.Button(root, text="线路17", command=lambda: button_click(17, ent))
    94. button17.place(x=260, y=170)
    95. button18 = tk.Button(root, text="线路18", command=lambda: button_click(18, ent))
    96. button18.place(x=320, y=170)
    97. button19 = tk.Button(root, text="线路19", command=lambda: button_click(19, ent))
    98. button19.place(x=20, y=220)
    99. button20 = tk.Button(root, text="线路20", command=lambda: button_click(20, ent))
    100. button20.place(x=80, y=220)
    101. button21 = tk.Button(root, text="线路21", command=lambda: button_click(21, ent))
    102. button21.place(x=140, y=220)
    103. button22 = tk.Button(root, text="线路22", command=lambda: button_click(22, ent))
    104. button22.place(x=200, y=220)
    105. button23 = tk.Button(root, text="线路23", command=lambda: button_click(23, ent))
    106. button23.place(x=260, y=220)
    107. button24 = tk.Button(root, text="线路24", command=lambda: button_click(24, ent))
    108. button24.place(x=320, y=220)
    109. button25 = tk.Button(root, text="线路25", command=lambda: button_click(25, ent))
    110. button25.place(x=20, y=270)
    111. button26 = tk.Button(root, text="线路26", command=lambda: button_click(26, ent))
    112. button26.place(x=80, y=270)
    113. button = tk.Button(root, text="未顶置", command=lambda: toggle_topmost(root), fg='#19c37d')
    114. button.place(x=320, y=270)
    115. root.mainloop()
    116. if __name__ == "__main__":
    117. main()

  • 相关阅读:
    一文2000字教你从0到1实现Jmeter 分布式压测
    前端性能优化方法与实战05 指标采集:白屏、卡顿、网络环境指标采集方法
    Nginx的location作用
    柯桥生活口语学习,英语中初次见面,除了Nice to meet you,还能说什么?
    linux的ping及telnet
    Qt foreach关键字
    Leetcode 剑指 Offer II 030. 插入、删除和随机访问都是 O(1) 的容器
    matlab绘制动图
    楠姐技术漫话:图计算的那些事 | 京东云技术团队
    Go:Bitwise按位算法(附完整源码)
  • 原文地址:https://blog.csdn.net/hl826669/article/details/139689176