Skip to content
/ WeiboDL Public
forked from yukinotech/WeiboDL

一个微博相册爬虫,纯javascript爬取,微博图片下载

License

Notifications You must be signed in to change notification settings

tynnok/WeiboDL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

WeiboDL

  • 一个微博相册爬虫
  • A Weibo album crawler

log

  • 19.3.30

    修复小图bug, 使得出来的图片为大图。

  • 19.6.3

    修复关于http在https的域名下不能发送xhr请求的bug。现在已全部改成https。

  • 19.7.30

    继续修复19.6.3的bug,问题在于在不同的地区或者网络环境下访问域名photo.weibo.com,https协议会在部分情况下降级为http,从而导致请求跨域被拦截。已采用window.location.origin动态判断当前页面的协议方式。

Install

Usage

  • 在微博相册专辑页面的导航栏下能显示出如下的效果:
  • The following effects can be displayed on the navigation bar of the Weibo Album Album page: 样例
  • 单击load,会加载当前相册信息
  • Click load, the current album information will be loaded, 样例2
  • 再单击run就能运行,不使用的情况下,不会占用浏览器资源。
  • click run to run, without using the browser resources will not be occupied.

License

GPLv3

WeiboDL is licensed under GNU General Public License Version 3 or later.

WeiboDL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

WeiboDL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with BaiduExporter. If not, see http://www.gnu.org/licenses/.

About

一个微博相册爬虫,纯javascript爬取,微博图片下载

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%