Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit aba8d14

Browse files
committed
dist and readme
1 parent a640841 commit aba8d14

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@ MMDL is a cli app which allows you to quickly and efficiently download one or mu
2020
## Requirements 👇
2121

2222
- Python 3
23+
2324
- FFmpeg
2425

26+
*Here is a quick guide: https://github.com/adaptlearning/adapt_authoring/wiki/Installing-FFmpeg*
27+
2528
## Install ❤️
2629

30+
*Make sure you have installed FFmpeg. Else this programm won’t work.*
31+
2732
```bash
2833
pip install mmdl
2934
```
@@ -50,10 +55,10 @@ mmdl download <method> #(add -h for more information)
5055

5156
#### Methods
5257

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.
5762

5863
## Support ⚡
5964

dist/mmdl-0.1.3.tar.gz

-12.1 KB
Binary file not shown.
Binary file not shown.

dist/mmdl-0.1.4.tar.gz

12.3 KB
Binary file not shown.

mmdl.egg-info/PKG-INFO

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: mmdl
3-
Version: 0.1.3
3+
Version: 0.1.4
44
Summary: MMDL [Mega Music Downloader] - A tool to easily download music.
55
Home-page: https://github.com/techboy-coder/mmdl
66
Author: techboy-coder
@@ -16,7 +16,7 @@ Description-Content-Type: text/markdown
1616
License-File: LICENSE
1717

1818

19-
![mmdl]([C:\Users\Shivr\Downloads\mmdl image.png](https://github.com/techboy-coder/mmdl/blob/main/mmdl%20image.png))
19+
![mmdl](https://raw.githubusercontent.com/techboy-coder/mmdl/main/mmdl%20image.png)
2020

2121
# mmdl - Mega Music Downloader
2222

@@ -38,10 +38,15 @@ MMDL is a cli app which allows you to quickly and efficiently download one or mu
3838
## Requirements 👇
3939

4040
- Python 3
41+
4142
- FFmpeg
4243

44+
*Here is a quick guide: https://github.com/adaptlearning/adapt_authoring/wiki/Installing-FFmpeg*
45+
4346
## Install ❤️
4447

48+
*Make sure you have installed FFmpeg. Else this programm won’t work.*
49+
4550
```bash
4651
pip install mmdl
4752
```
@@ -68,10 +73,10 @@ mmdl download <method> #(add -h for more information)
6873

6974
#### Methods
7075

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.
7580

7681
## Support ⚡
7782

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
1010
long_description = "\n" + fh.read()
1111

12-
VERSION = '0.1.3'
12+
VERSION = '0.1.4'
1313
DESCRIPTION = 'MMDL [Mega Music Downloader] - A tool to easily download music.'
1414
LONG_DESCRIPTION = 'Music Downloading Cli Tool. Downloads audio and metadata from YouTube.'
1515

0 commit comments

Comments
 (0)