Skip to content

Commit

Permalink
TIL: wget download pdf (and testing mastodon.world integration)
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Nov 4, 2024
1 parent 2308698 commit a8174da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions man/wget.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
date created: Saturday, April 6th 2024, 6:14:59 am
date modified: Monday, November 4th 2024, 5:54:01 am
tags:
---

# wget

## set filename automatically
Expand All @@ -7,3 +13,9 @@ use `--content-disposition` for that. [source]([url](https://superuser.com/a/301
```shell
wget --content-disposition https://example.com
```

## download only pdf / specific file types from site

```shell
wget -r -A pdf https://example.com/
```

0 comments on commit a8174da

Please sign in to comment.