diff --git a/README.md b/README.md index 4c38e44..25b6be4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ import pystream if __name__ == '__main__': kwargs = dict( - authorization=[{"Alan Turing": "Pr0gRamM1ng"}, {"Linus Torvalds": "LinuxOS"}], + authorization={"Alan Turing": "Pr0gRamM1ng", "Linus Torvalds": "LinuxOS"}, video_source=os.path.join(os.path.expanduser('~'), 'Downloads') ) # Add the following to host on local IP address, skip for localhost (127.0.0.1) @@ -37,7 +37,7 @@ if __name__ == '__main__': > To use custom filenames, set the env var `env_file` as `key` and the _filename_ as its `value` **Mandatory** -- **AUTHORIZATION**: List of dictionaries with `username` as key and `password` as value. +- **AUTHORIZATION**: Dictionary of key-value pairs with `username` as key and `password` as value. - **VIDEO_SOURCE**: Source path for video files. > :bulb: Files starting with `_` _(underscore)_ and `.` _(dot)_ will be ignored diff --git a/docs/README.html b/docs/README.html index 1c5f0eb..57f3bdf 100644 --- a/docs/README.html +++ b/docs/README.html @@ -70,7 +70,7 @@
AUTHORIZATION: List of dictionaries with username
as key and password
as value.
AUTHORIZATION: Dictionary of key-value pairs with username
as key and password
as value.
VIDEO_SOURCE: Source path for video files.
diff --git a/docs/README.md b/docs/README.md index 4c38e44..25b6be4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ import pystream if __name__ == '__main__': kwargs = dict( - authorization=[{"Alan Turing": "Pr0gRamM1ng"}, {"Linus Torvalds": "LinuxOS"}], + authorization={"Alan Turing": "Pr0gRamM1ng", "Linus Torvalds": "LinuxOS"}, video_source=os.path.join(os.path.expanduser('~'), 'Downloads') ) # Add the following to host on local IP address, skip for localhost (127.0.0.1) @@ -37,7 +37,7 @@ if __name__ == '__main__': > To use custom filenames, set the env var `env_file` as `key` and the _filename_ as its `value` **Mandatory** -- **AUTHORIZATION**: List of dictionaries with `username` as key and `password` as value. +- **AUTHORIZATION**: Dictionary of key-value pairs with `username` as key and `password` as value. - **VIDEO_SOURCE**: Source path for video files. > :bulb: Files starting with `_` _(underscore)_ and `.` _(dot)_ will be ignored diff --git a/docs/_sources/README.md.txt b/docs/_sources/README.md.txt index 4c38e44..25b6be4 100644 --- a/docs/_sources/README.md.txt +++ b/docs/_sources/README.md.txt @@ -24,7 +24,7 @@ import pystream if __name__ == '__main__': kwargs = dict( - authorization=[{"Alan Turing": "Pr0gRamM1ng"}, {"Linus Torvalds": "LinuxOS"}], + authorization={"Alan Turing": "Pr0gRamM1ng", "Linus Torvalds": "LinuxOS"}, video_source=os.path.join(os.path.expanduser('~'), 'Downloads') ) # Add the following to host on local IP address, skip for localhost (127.0.0.1) @@ -37,7 +37,7 @@ if __name__ == '__main__': > To use custom filenames, set the env var `env_file` as `key` and the _filename_ as its `value` **Mandatory** -- **AUTHORIZATION**: List of dictionaries with `username` as key and `password` as value. +- **AUTHORIZATION**: Dictionary of key-value pairs with `username` as key and `password` as value. - **VIDEO_SOURCE**: Source path for video files. > :bulb: Files starting with `_` _(underscore)_ and `.` _(dot)_ will be ignored diff --git a/docs/genindex.html b/docs/genindex.html index 978afc1..fa1d2d4 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -68,6 +68,8 @@A