dfdkflj
This commit is contained in:
26
README.md
26
README.md
@@ -38,8 +38,32 @@ Adding your first file
|
||||
.pipe "https://www.youtube.com/watch?v=_23dFb50Z2Y" # Add URL to current playlist
|
||||
```
|
||||
|
||||
Example pipelines:
|
||||
|
||||
1. **Simple download with metadata (tags and URL registration)**:
|
||||
```
|
||||
download-media "https://www.youtube.com/watch?v=dQw4w9WgXcQ" | add-file -storage local | add-url
|
||||
```
|
||||
|
||||
2. **Download playlist item with tags**:
|
||||
```
|
||||
download-media "https://www.youtube.com/playlist?list=PLxxxxx" -item 2 | add-file -storage local | add-url
|
||||
```
|
||||
|
||||
3. **Download with merge (e.g., Bandcamp albums)**:
|
||||
```
|
||||
download-data "https://altrusiangrace.bandcamp.com/album/ancient-egyptian-legends-full-audiobook" | merge-file | add-file -storage local | add-url
|
||||
```
|
||||
|
||||
4. **Download direct file (PDF, document)**:
|
||||
```
|
||||
download-file "https://example.com/file.pdf" | add-file -storage local | add-url
|
||||
```
|
||||
|
||||
Search examples:
|
||||
|
||||
1. search-file -provider youtube "something in the way"
|
||||
|
||||
2. @1
|
||||
|
||||
1. download-data "https://altrusiangrace.bandcamp.com/album/ancient-egyptian-legends-full-audiobook" | merge-file | add-file -storage local
|
||||
3. download-media [URL] | add-file -storage local | add-url
|
||||
Reference in New Issue
Block a user