weiboPicDownloader
weiboPicDownloader copied to clipboard
Download weibo images without logging-in
Now it's json format like 'Sat Feb 06 01:50:21 +0800 2021', the old date parsing code return 'None' for ever. The code of parse_date should be: ~~~python import dateutil.parser def...
Thanks for the good code. But I wanted to put the date in the file name using -n {date:%Y-%m-%d} It doesn't work.. As a result of checking a little bit,...
API返回的微博list是只包括9张图的,超过的不显示。 提供一个思路,从`m.weibo.cn/status/***`获取,就不开pull request了,毕竟我代码很丑陋… https://github.com/fireattack/weiboPicDownloader/commit/55ceea007a91cdae65c91f87979c214eac7c1c29 可以用这位测试 https://www.weibo.com/u/5629934501 最近发过几条9+图的微博。
My downloaded photo can't be open due to its little size
Please add it to the header in the request_fit function of weiboPicDownloader.py 'referer': 'https://m.weibo.cn/' After joining, the picture download will return to normal!