nondanee / weiboPicDownloader

Download weibo images without logging-in
GNU General Public License v3.0
268 stars 63 forks source link

[Feature Request] Option to download videos only #53

Closed Taemaly closed 4 years ago

Taemaly commented 4 years ago

Please add option to skip photos and download videos only. Thank you

nondanee commented 4 years ago

Sorry, I'm afraid this feature is off topic with "weiboPicDownloader" 😂

You can modify the code by yourself

https://github.com/nondanee/weiboPicDownloader/blob/4406fbc0efca8e06e118d202bc2a7fab646bb244/weiboPicDownloader.py#L249

Just replace Line 249 with pass

-                                resources.append(merge({'url': pic['large']['url'], 'index': index, 'type': 'photo'}, mark))
+                                pass

Hope it can help you