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