addet program structure

This commit is contained in:
Hellow2 2023-05-23 09:51:14 +02:00
parent 855ab269f2
commit 07e2ef3543
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Downloading
## Query
- parsing query into music objects
# Pages
## from music objects to query
```
song: artist1, artist2
1. artist1 - song
2. artist2 - song
```
```
artist: song1, song2
1. artist
```