LinkDump 作者: aledeg
Allows to select links and dump them in a file
11 位使用者11 位使用者
擴充套件後設資料
關於此擴充套件
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.
由 1 位評論者給出 0 分
權限與資料
更多資訊