This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 专注于最简单,最方便,最强大的种子搜索客戶端 | |
| [蓝奏云下载地址](https://www.lanzous.com/i5e9lwb#1111) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 694BF-YUDBG-EAR69-BPRGB-ATQXH | |
| [wps官网地址](https://www.wps.cn/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Cloudflare workers blog | |
| Cloudflare workers + Github 实现的动态博客系统,使用边缘计算,无需服务器 | |
| Workers 是 Cloudflare 提供的边缘计算服务,原本是收费的,现在免费了,每天有 10 万次请求的免费额度。 | |
| 用户可以使用 JavaScript 编写自己的程序,然后可以直接通过域名访问运行。 | |
| 演示博客地址:https://blog.natfrp.org/ | |
| 如何部署 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://www.360doc.com/content/14/0619/20/11971857_388161815.shtml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 自定义网站配置 | |
| */ | |
| const config = { | |
| title: "我的导航", //write your website title | |
| subtitle: "bookmarks.xdzx.workers.dev", //write your website subtitle | |
| logo_icon: "sitemap", //select your logo by semantic-ui icon (you can get more msg in:https://semantic-ui.com/elements/icon.html) | |
| hitokoto:true, //use hitokoto or not | |
| search:true, //enable search function | |
| search_engine:[ //choose search engine which you use |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [https://www.gaoding.com/koutu](https://www.gaoding.com/koutu) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [http://www.ai789.top/](http://www.ai789.top/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [http://www.right.com.cn/forum/forum.php](http://www.right.com.cn/forum/forum.php) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 只要最下面的代码输入你想下载的图集序号就可以,点开一个图集,最后的数字就是他的序号,现在更新到了1259,如果你要全下载就min=1,max=1259,注意硬盘空间预留好 | |
| from multiprocessing.pool import Pool | |
| import requests,os,re,time | |
| from bs4 import BeautifulSoup | |
| from requests.exceptions import RequestException | |
| HEADERS={ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import os | |
| from datetime import * | |
| #创建文件夹 | |
| if os.path.exists('D:/抖音') == False: | |
| os.path.join('D:/', "抖音") | |
| os.mkdir('D:/抖音') | |
| headers = { |