大圣归来 B站正版 下载地址
不写这标题估计没人进来看我骂街。 其实不是想说这事 反正这片子我不看。 应该是通过验证cookie判断是不是已经“承包”,后台有一数据库,异步的。 经过测试,更加确信appkey也有三六九等。 想看?进丸妞群问吧。我对于盗版没有兴趣。
wp-search-with-algolia
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/cnbeining.com/html/wp-includes/functions.php on line 6121不写这标题估计没人进来看我骂街。 其实不是想说这事 反正这片子我不看。 应该是通过验证cookie判断是不是已经“承包”,后台有一数据库,异步的。 经过测试,更加确信appkey也有三六九等。 想看?进丸妞群问吧。我对于盗版没有兴趣。
只想让人看源码 剩下的什么都不想要? 嫌偷代码狗太多?没人care GPL? 请选用GFUL。 https://www.cnbeining.com/gful-go-fuck-yourself-license-version-1/ Go Fuck Yourself Public License Version 1.0, November 2015 Copyright (C) 2015 Beining <i@cnbeining.com> Everyone is permitted to copy and distribute verbatim or modified… Read more »
原作者的gists死了,备份一下以免灭失。 https://kirito.me/python/download-bilibili-historical-danmu.html #!/usr/bin/env python # -*- coding=utf-8 -*- # 哔哩哔哩历史弹幕 (XML) 下载器 # 使用:downdanmu.py av314 import StringIO import datetime import gzip import json import os import re import urllib2… Read more »
我未专为Fuckbilibili项目开发过任何部分,亦不为其可能造成的任何不良后果负责。 截止声明时,Fuckbilibili网站所援引的的大量源码违反了GPL协议,所谓自行开发的源码违反了MIT协议。 请自行斟酌使用该项目中的任何部分。部分可能的后果会造成直接的人身、财产和/或名誉伤害。 Beining
aid和mid自己想办法,要是不会就别用了。 https://gist.github.com/cnbeining/a3b710bacfdc10074695 即使是packer这坨屎也能挖出花来。 代码下面。
EDIT: 偶尔其他渠道收不到确认邮件。 等2分钟,直接去取证书就是。 手残?回复,我帮你签。 两种方法,先说一个: 1. 把玉米解析到IP段: 83.170.64.0 – 83.170.127.255 109.123.64.0 – 109.123.127.255 77.92.64.0 – 77.92.95.255 要是不行换个 2. 要么关WHOIS隐私 要么保证admin@ webmaster@ 这种常见邮箱可以收信 3. 生成CSR等 4. https://ssl.uk2.net/cgi-bin/certificate-apply.pl 申请 记住订单号!!!!!… Read more »
简单说: 弹幕发送者ID是他mid的CRC32. 原文如下。
http://live.bilibili.com/api/h5playurl?roomid=5067 ({“durl”:[{“order”:1,”length”:0,”url”:”http://live-play.acgvideo.com/live/live_227933_332_c521e483/playlist.m3u8″}]})
声明:喝了酒翻译的,出问题不负责。 原文: http://blog.ejbca.org/2013/09/certificate-transparency-and.html 词汇表: TBSCertificate:To-Be-Signed, 将要被颁发的证书,https://stackoverflow.com/questions/5304531/certificate-structure issuerDN:发放者专有名称,http://www-01.ibm.com/support/knowledgecenter/SSPLFC_7.2.2/com.ibm.taddm.doc_7.2.2/zemainstall/zema_install_cce_api_appendix_PUT_eccapi_admin_config_certificates_alias.html?lang=zh subjectDN:主题专有名称,同上 CT:Certificate Transparency,证书透明度 On to PreCertificates… 前证书: PreCertificates are defined in section “3.1. Log Entries” as (text trimed by me) “The Precertificate is… Read more »
import urllib.parse as urlparse import http.client as httplib #———————————————————————- def resolve_http_redirect(url, depth=0): “””http://www.zacwitte.com/resolving-http-redirects-in-python “”” if depth > 10: raise Exception(“Redirected “+depth+” times, giving up.”) o = urlparse.urlparse(url,allow_fragments=True) conn = httplib.HTTPConnection(o.netloc)… Read more »