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
PlexMedia-Downloader is a python script that you pass it your username, password, url to the media you have access to and it will download it to your local machine.
3
4
4
5
## Requirements
5
-
* Python 3
6
-
* Plex Server (With content you have access to stream from)
7
-
* Plex.TV account
6
+
7
+
- Python 3
8
+
- Plex Server (With content you have access to stream from)
9
+
- Plex.TV account
8
10
9
11
## Python requirements
10
-
* requests
11
-
* tqdm
12
+
13
+
- requests
14
+
- tqdm
12
15
13
16
## Install
17
+
14
18
```
15
19
pip install requirements.txt
16
20
```
17
21
18
22
## Usage
23
+
19
24
URL can be any of the following ip:port, plex.direct:port, hostname:port, plex.tv
25
+
20
26
```
21
27
usage: main.py [-h] -u USERNAME -p PASSWORD url
22
28
23
29
positional arguments:
24
-
url URL to Movie, Show, Season, Episode. TIP: Put url inside single quotes.
0 commit comments