You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,15 @@ MMDL is a cli app which allows you to quickly and efficiently download one or mu
20
20
## Requirements 👇
21
21
22
22
- Python 3
23
+
23
24
- FFmpeg
24
25
26
+
*Here is a quick guide: https://github.com/adaptlearning/adapt_authoring/wiki/Installing-FFmpeg*
27
+
25
28
## Install ❤️
26
29
30
+
*Make sure you have installed FFmpeg. Else this programm won’t work.*
31
+
27
32
```bash
28
33
pip install mmdl
29
34
```
@@ -50,10 +55,10 @@ mmdl download <method> #(add -h for more information)
50
55
51
56
#### Methods
52
57
53
-
- File `mmdl download file <location>`: Get songs from file. Then download them.
54
-
- List `mmdl download list "Term1" "Term2" ...` or `mmdl download list -a` for a prompt: Add multiple songs as cli arguments or enter them in a prompt.
55
-
- YTMusic (beta) `mmdl download ytmusi` : Download multiple songs from *YouTube Music liked songs playlist* (via parsing HTML)
56
-
- Single `mmdl download single song name`: Download a single song.
58
+
-**File**`mmdl download file <location>`: Get songs from file. Then download them.
59
+
-**List**`mmdl download list "Term1" "Term2" ...` or `mmdl download list -a` for a prompt: Add multiple songs as cli arguments or enter them in a prompt.
60
+
-**YTMusic** (beta) `mmdl download ytmusi` : Download multiple songs from *YouTube Music liked songs playlist* (via parsing HTML)
61
+
-**Single**`mmdl download single song name`: Download a single song.
@@ -38,10 +38,15 @@ MMDL is a cli app which allows you to quickly and efficiently download one or mu
38
38
## Requirements 👇
39
39
40
40
- Python 3
41
+
41
42
- FFmpeg
42
43
44
+
*Here is a quick guide: https://github.com/adaptlearning/adapt_authoring/wiki/Installing-FFmpeg*
45
+
43
46
## Install ❤️
44
47
48
+
*Make sure you have installed FFmpeg. Else this programm won’t work.*
49
+
45
50
```bash
46
51
pip install mmdl
47
52
```
@@ -68,10 +73,10 @@ mmdl download <method> #(add -h for more information)
68
73
69
74
#### Methods
70
75
71
-
- File `mmdl download file <location>`: Get songs from file. Then download them.
72
-
- List `mmdl download list "Term1" "Term2" ...` or `mmdl download list -a` for a prompt: Add multiple songs as cli arguments or enter them in a prompt.
73
-
- YTMusic (beta) `mmdl download ytmusi` : Download multiple songs from *YouTube Music liked songs playlist* (via parsing HTML)
74
-
- Single `mmdl download single song name`: Download a single song.
76
+
- **File** `mmdl download file <location>`: Get songs from file. Then download them.
77
+
- **List** `mmdl download list "Term1" "Term2" ...` or `mmdl download list -a` for a prompt: Add multiple songs as cli arguments or enter them in a prompt.
78
+
- **YTMusic** (beta) `mmdl download ytmusi` : Download multiple songs from *YouTube Music liked songs playlist* (via parsing HTML)
79
+
- **Single** `mmdl download single song name`: Download a single song.
0 commit comments