爬虫 从入门到实战二

Scrapy 基础教学 部署项目 scrapy startproject scrapyStudy 运行 scrapy crawl demo1 scrapy 命令 scrapy startproject <project_name> [project_dir] scrapy check -l scrapy list scrapy genspider example example.com scrapy fetch –headers https://www.lflxp.cn/ scrapy shell ‘http://quotes.toscrape.com/page/1/' scrapy crawl quotes -o quotes.json scrapy crawl quotes -o quotes-humor.json -a tag=humor scrapy crawl hao -o hao.json -s FEED_EXPORT_ENCODING=utf-8 # 编码问题 scrapy crawl jianshu -o jianshu.json -s

NodeTube 离线视频网站

NodeTube NodeTube is an open-source YouTube alt that offers video, audio and image uploads, livestreaming and built-in monetization github Required Software Node.js 8.0+ MongoDB Redis ffmpeg 安装 redis docker run -d –name redis -p 6379:6379 redis mongoDB docker run -d –name mongo -p 27017:27017 mongo:3.6 nodetube 1 2 3 4 5 6 7 8 9 10 11 12 13 14 # Get the latest version of NodeTube git clone