diff --git a/README.md b/README.md index 6279af2..b24efcb 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ Similar to that, TubeArchivist will become all sorts of messed up when running o ## Getting Started 1. Go through the **settings** page and look at the available options. Particularly set *Download Format* to your desired video quality before downloading. **Tube Archivist** downloads the best available quality by default. To support iOS or MacOS and some other browsers a compatible format must be specified. For example: ``` -bestvideo[VCODEC=avc1]+bestaudio[ACODEC=mp4a]/mp4 +bestvideo[vcodec*=avc1]+bestaudio[acodec*=mp4a]/mp4 ``` 2. Subscribe to some of your favorite YouTube channels on the **channels** page. 3. On the **downloads** page, click on *Rescan subscriptions* to add videos from the subscribed channels to your Download queue or click on *Add to download queue* to manually add Video IDs, links, channels or playlists. diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index bde2180..999834f 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -77,7 +77,7 @@ Make sure your custom format gets merged into a single file. Check out the documentation for valid configurations.