All Projects → nusr → Fbiwarning

nusr / Fbiwarning

Licence: mit
Node.js seed downloader (Node.js 种子神器)

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Fbiwarning

Bilili
🍻 bilibili video (including bangumi) and danmaku downloader | B站视频(含番剧)、弹幕下载器
Stars: ✭ 379 (+761.36%)
Mutual labels:  spider, downloader
Bilibili manga download
带图形界面的哔哩哔哩漫画下载工具
Stars: ✭ 52 (+18.18%)
Mutual labels:  downloader, spider
Arch Rtorrentvpn
Docker build script for Arch Linux base with ruTorrent, rTorrent, autodl-irssi, Privoxy and OpenVPN
Stars: ✭ 185 (+320.45%)
Mutual labels:  downloader, torrents
wget-lua
Wget-AT is a modern Wget with Lua hooks, Zstandard (+dictionary) WARC compression and URL-agnostic deduplication.
Stars: ✭ 52 (+18.18%)
Mutual labels:  downloader, spider
arch-deluge
Docker build script for Arch Linux base with Deluge
Stars: ✭ 12 (-72.73%)
Mutual labels:  downloader, torrents
documentDownloader
download document from book118 for free
Stars: ✭ 72 (+63.64%)
Mutual labels:  downloader, spider
yutto
🧊 一个可爱且任性的 B 站视频下载器(bilili V2)
Stars: ✭ 383 (+770.45%)
Mutual labels:  downloader, spider
Spiders
Python爬虫,返回一定格式的信息,下载,使用flask提供简易api。抖音无水印、皮皮虾、快手、网易云音乐、qq音乐、咪咕音乐、荔枝FM音频、知乎视频、最右语音、视频、微博......
Stars: ✭ 372 (+745.45%)
Mutual labels:  spider, downloader
Arch Delugevpn
Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
Stars: ✭ 404 (+818.18%)
Mutual labels:  downloader, torrents
Transmissionrpc
Golang bindings for Transmission RPC API
Stars: ✭ 35 (-20.45%)
Mutual labels:  torrents
Downloader
Downloader for android with pause, resume, cancel, queue options
Stars: ✭ 40 (-9.09%)
Mutual labels:  downloader
Nodespider
[DEPRECATED] Simple, flexible, delightful web crawler/spider package
Stars: ✭ 33 (-25%)
Mutual labels:  spider
Mythra
Music retrieval CLI and API using rust
Stars: ✭ 37 (-15.91%)
Mutual labels:  downloader
Rxdownloader
- Reactive Extension Library for Android to download files
Stars: ✭ 40 (-9.09%)
Mutual labels:  downloader
Ytspotifydl
Youtube and Spotify music downloader with metadata.
Stars: ✭ 34 (-22.73%)
Mutual labels:  downloader
Crawlab
Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
Stars: ✭ 8,392 (+18972.73%)
Mutual labels:  spider
Spider
A configurable web spider with a easy-to-use web console
Stars: ✭ 954 (+2068.18%)
Mutual labels:  spider
Geoip Updater
Download and update MaxMind's GeoIP2 databases on a time-based schedule
Stars: ✭ 29 (-34.09%)
Mutual labels:  downloader
Photon
Incredibly fast crawler designed for OSINT.
Stars: ✭ 8,332 (+18836.36%)
Mutual labels:  spider
Imgbrd Grabber
Very customizable imageboard/booru downloader with powerful filenaming features.
Stars: ✭ 1,006 (+2186.36%)
Mutual labels:  downloader

fbi-warning

Build Status

受到 hardseed 启发,开发的 Node.js 种子神器。

运行

  1. 装包: npm i or yarn
  2. 运行: node dist/index.js proxy_url

proxy_url 支持的代理形式

支持协议 示例
http node dist/index.js http://127.0.0.1:1086
https node dist/index.js https://127.0.0.1:1086
socks node dist/index.js socks://127.0.0.1:1086
可直接访问爱城 node dist/index.js

科学上网

翻墙才可以爬取,否则爬取失败!

控制台输出 代理测试通过!!! ,表示代理成功。

说明

最新帖子下的种子文件解析失败。

暂时解决方法是指定下载的起始页面,例如指定起始下载页面为 20 :

START_PAGE=20 node ./dist/index.js socks://127.0.0.1:1086

代理软件

测试通过的代理软件,更多代理软件欢迎提 issue 或者 pull request

  1. lantern
  2. ShadowsocksX-NG

目录结构

.
├── dist // js 源码
├── json // json 文件存放爬取链接,下次加快爬取
├── result // 种子目录
└── src // ts 源码

TODO

多个代理同时爬取,不知道该怎么做。

暂时的解决方法是开启多个命令行,使用不同的代理爬取种子。

小撸怡情,大撸伤身!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].