LinkDump 제작자: aledeg
Allows to select links and dump them in a file
사용자 16명사용자 16명
확장 메타 데이터
정보
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명이 0점으로 평가함
권한 및 데이터
추가 정보