LinkDump 作成者: aledeg
Allows to select links and dump them in a file
10 Users10 Users
拡張機能メタデータ
この拡張機能について
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.
Rated 0 by 0 reviewers
Permissions and data
詳しい情報
- バージョン
- 1.17.1
- サイズ
- 47.2 KB
- 最終更新日
- 5年前 (2021年3月4日)
- 関連カテゴリー
- ライセンス
- MIT License
- バージョン履歴
- コレクションへ追加