下载Imgur

imgur-dl的Python项目详细描述


imgur下载程序

用于下载imgur照片和视频的CLI

下载

pip install imgur-dl

用法

imgur-dl [-s][-v][-o OUTPUT][-e][-f FORMAT][IMGUR LINK]

参数

可选参数:

-s 	--stat					outputs the statistics of the file  
-v 	--verbose 				outputs more download options
-o 	--output 		[OUTPUT]	Creates a directory and saves every photo/video into the directory
-e 	--rename-all				For every image downloaded, open the file and allows you to rename the file
-f 	--format 		[FORMAT]	Converts all the image files into the givern format

位置参数:

^{pr2}$

许可证

麻省理工学院

学分

灵感来自@alexgisby

为什么不为文件创建一个二进制文件

目前我使用的编译器不能很好地与tqdm一起工作,并且程序会造成内存泄漏 问题解决后,将释放一个二进制文件

图6
©2020马修林

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
库伯内特斯的爪哇普罗米修斯jmx_出口商   在Java中使用通配符(仅限最后一个索引)验证ip地址的正则表达式   对象类的java equals()方法   java spring boot(webflux)rest控制器获取远程IP地址   crc Java在同一字符串上返回不同的CRC32结果   包含数字和字母的java排序数组列表   java更改一个类变量的值,然后在另一个类中调用它   java Do While循环终止,不执行scanner函数   作为cron作业运行的linux Java控制台应用程序存在相对路径问题   安卓如何使用HttpUrlConnect使用java查询Github graphql API   视频在java中如何将字节缓冲区写入一半?   安卓如何通过java将RadioButton添加到RadioGroup?   具有TARGET_类代理模式的java请求_作用域bean在注入到其他组件(如@Service或@Repository)中时只能看到空参数