Import OBS browser cookies from Chrome.
- Python 3
$ pip install cryptography# Import .youtube.com cookies(default)
$ python main.py
# Import .nicovideo.jp cookies
$ python main.py --host .nicovideo.jp
# Import cookies from another path
$ python main.py --source path/to/source/cookie --dest path/to/dest/cookie