Yongda Socrates WU
Yongda Socrates WU
Had this problem for some time and finally figure out how to solve. Just change to "treat tags as folders", and the tags will be shown along with other individual...
For the latest version in the bucket (6.3.2), the correct installation file can be download from https://cdn.aliyundrive.net/downloads/apps/desktop/aDrive-6.3.2.exe instead of https://cdn.aliyundrive.net/downloads/apps/desktop/update/6.3.2/win32/ia32/aDrive-6.3.2.exe It seems reasonable to remove "/update/$version/win32/ia32" from the "url" properties...
I'm not familiar with scoop or web. Can't help with fixing the issue, T_T But by checking the existing manifest, it seems refer is not needed, which is also evident...
I see. Many thanks for the ad-hoc solution. I actually need to disable aria2 to successfully (directly) load the 7z file from the cache.
发现gallery-dl是可以下载到更高画质的视频的,比如这条微博的视频: https://weibo.com/2803301701/PzSqU8sJt 用gallery-dl或者猫抓在不登录的情况是可以下到1080P的,是有什么原因不登录就不能爬到720P以上的吗?
> > 发现gallery-dl是可以下载到更高画质的视频的,比如这条微博的视频: > > https://weibo.com/2803301701/PzSqU8sJt > > 用gallery-dl或者猫抓在不登录的情况是可以下到1080P的,是有什么原因不登录就不能爬到720P以上的吗? > > 我自己修改了主程序,改调用yt-dlp下载到了最高画质包括4k 想问一下大概怎么修改可以调用yt-dlp?
> 您是说在txt文件加入query参数吗 对 > 这个参数只能在config里加,user_id_list.txt不能添加这个参数 但是readme里面有提到,除了在config里面定义,为所有weibo ID使用同一套关键字外,定期自动爬取微博方法二也是可以的。 user_id_list.txt可以每行4个参数,分别是ID,名字,日期,以及query关键字。 给出的例子是: 1227368500 杨紫 3 梦想,希望 我尝试用docker运行,也能按要求搜索到相应微博,比如,txt其中一行是: 7344701414 张婧仪的小情书 2025-05-16T16:16:03 视频,饭拍 能够在docker logs看到相对应的每个关键执行一次爬取的搜索结果 成功获取到页面 33 的数据。 已获取用户 张婧仪的小情书 的微博,内容为 #张婧仪 海的女儿# 【视频】饭剪一则@张婧仪 微博之夜|250111...
发现似乎问题是在since_date上。 今天update了之后重新生成docker image运行,偶然改变了config.json里面的since_date,原来是写日期,比如2015-01-01, 换成了数字 (比如53,就是上次测试的日子)。 在爬完一次显示抓取完毕后,重启container,看日志又重新爬取到根据query搜索结果中,最多53天以前的微博,而无视user_id_list里面添加的最后爬取日期(今天) 这样看来,since_date配合schedule_interval似乎可以暂时解决
另外,使用append模式的情况,首次运行也是会忽略user_id_list里面的日期,只看config.json里面的since_date,重启docker后再次运行则正常不会重复爬取
谢谢建议! 在QNAP和PVE的Arch-VM里面都尝试过用python-alpine作为base image来build docker,都可以正常运行爬取,image size可以降到100 MB以内。