Fixed typo

This commit is contained in:
Hafitz Setya 2021-03-02 09:18:00 +07:00 committed by GitHub
parent 11e9b2cad6
commit 18217d937d
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ python3 add_to_team_drive.py -d SharedTeamDriveSrcID
```
## Youtube-dl authentication using .netrc file
For using your premium accounts in youtube-dl, edit the [netrc](https://github.com/breakdowns/slam-mirrorbot/blob/master/netrc) file according to following format:
For using your premium accounts in youtube-dl, edit the [.netrc](https://github.com/breakdowns/slam-mirrorbot/blob/master/.netrc) file according to following format:
```
machine host login username password my_youtube_password
```