LinkDump 作者: aledeg
Allows to select links and dump them in a file
10 个用户10 个用户
扩展元数据
关于此扩展
How is this useful?
Everytime you need to get URLs either to perform automated actions on them or to display them with their title in a documentation or in a blog post, you can do that without the hassle to switch back and forth between your input and your output.
The text output is particularly suited for batch downloading either videos with youtube-dl or files with wget. Here are some examples :
The markdown output is particularly suited for blog posts, README files, github comments, etc.
The reStructured output is particularly suited for blog posts.
Everytime you need to get URLs either to perform automated actions on them or to display them with their title in a documentation or in a blog post, you can do that without the hassle to switch back and forth between your input and your output.
The text output is particularly suited for batch downloading either videos with youtube-dl or files with wget. Here are some examples :
# Downloading videos with youtube-dl
youtube-dl --batch-file linkdump.txt
youtube-dl -a linkdump.txt
# Downloading files with wget
wget --input-file linkdump.txt
wget -i linkdump.txtThe markdown output is particularly suited for blog posts, README files, github comments, etc.
The reStructured output is particularly suited for blog posts.
评分 0(1 位用户)
权限与数据
更多信息