File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,13 @@ To run authenticated requests you need to copy your request headers from a POST
10
10
11
11
To do so, follow these steps:
12
12
13
- - Copy ``headers_auth.json.example `` to ``headers_auth.json ``
13
+ - Copy ``headers_auth.json.example `` (see below) to ``headers_auth.json ``
14
14
- Open YTMusic in Firefox
15
15
- Go to the developer tools (Ctrl-Shift-I) and right click a POST request.
16
16
- Copy the request headers (right click > copy > copy request headers)
17
- - Paste the three missing items to `headers_auth.json `
17
+ - Paste the three missing items to `headers_auth.json `
18
+
19
+ **headers_auth.json.example **
20
+
21
+ .. literalinclude :: ../../headers_auth.json.example
22
+ :language: JSON
Original file line number Diff line number Diff line change 1
- __version__ = "0.4.1 "
1
+ __version__ = "0.4.2 "
You can’t perform that action at this time.
0 commit comments